aboutsummaryrefslogtreecommitdiff
path: root/gtests/Spv.FromFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gtests/Spv.FromFile.cpp')
-rw-r--r--gtests/Spv.FromFile.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/gtests/Spv.FromFile.cpp b/gtests/Spv.FromFile.cpp
index fafd33cf..93e364d9 100644
--- a/gtests/Spv.FromFile.cpp
+++ b/gtests/Spv.FromFile.cpp
@@ -493,8 +493,6 @@ INSTANTIATE_TEST_SUITE_P(
"spv.samplerlessTextureFunctions.frag",
"spv.smBuiltins.vert",
"spv.smBuiltins.frag",
- "spv.ARMCoreBuiltIns.vert",
- "spv.ARMCoreBuiltIns.frag",
"spv.builtin.PrimitiveShadingRateEXT.vert",
"spv.builtin.ShadingRateEXT.frag",
"spv.atomicAdd.bufferReference.comp",
@@ -652,12 +650,6 @@ INSTANTIATE_TEST_SUITE_P(
"spv.atomiAddEXT.task",
"spv.460.subgroupEXT.task",
"spv.460.subgroupEXT.mesh",
-
- // SPV_NV_shader_execution_reorder
-
- "spv.nv.hitobject-allops.rgen",
- "spv.nv.hitobject-allops.rchit",
- "spv.nv.hitobject-allops.rmiss",
})),
FileNameAsCustomTestSuffix
);
@@ -668,7 +660,6 @@ INSTANTIATE_TEST_SUITE_P(
::testing::ValuesIn(std::vector<std::string>({
"spv.1.6.conditionalDiscard.frag",
"spv.1.6.helperInvocation.frag",
- "spv.1.6.helperInvocation.memmodel.frag",
"spv.1.6.specConstant.comp",
"spv.1.6.samplerBuffer.frag",
"spv.1.6.separate.frag",
@@ -858,8 +849,7 @@ INSTANTIATE_TEST_SUITE_P(
"spv.debuginfo.glsl.comp",
"spv.debuginfo.glsl.geom",
"spv.debuginfo.glsl.tesc",
- "spv.debuginfo.glsl.tese",
- "spv.debuginfo.const_params.glsl.comp"
+ "spv.debuginfo.glsl.tese"
})),
FileNameAsCustomTestSuffix
);