Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/val/val_storage_test.cpp')
-rw-r--r--test/val/val_storage_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/val/val_storage_test.cpp b/test/val/val_storage_test.cpp
index 600e5b918..8693e8036 100644
--- a/test/val/val_storage_test.cpp
+++ b/test/val/val_storage_test.cpp
@@ -544,6 +544,8 @@ TEST_P(ValidateStorageExecutionModel, ShaderRecordBufferLoad) {
ASSERT_EQ(SPV_SUCCESS, ValidateInstructions(SPV_ENV_VULKAN_1_2));
} else {
ASSERT_EQ(SPV_ERROR_INVALID_ID, ValidateInstructions(SPV_ENV_VULKAN_1_2));
+ EXPECT_THAT(getDiagnosticString(),
+ AnyVUID("VUID-StandaloneSpirv-ShaderRecordBufferKHR-07119"));
EXPECT_THAT(
getDiagnosticString(),
HasSubstr("ShaderRecordBufferKHR Storage Class is limited to "