summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-07-06 20:36:21 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-07-21 13:17:44 -0400
commit923ab7a74e306b7f2c2b82cfe1ecd81bb45e6bcc (patch)
tree069fc271d212b0820b1da951fd7a5d611a1a80d3
parent2fd3d9f231d5102e60502ba74b61cddfc4ad525e (diff)
arb_gl_spirv: add spirv.exclude file
There are quite a number of shader_tests that do not work even though they could, and the automatic GLSL extractor can't really detect these situations. Many cases of excluded tests are due to glslang limitations.
-rw-r--r--tests/spirv.exclude8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/spirv.exclude b/tests/spirv.exclude
new file mode 100644
index 000000000..bcefa1e11
--- /dev/null
+++ b/tests/spirv.exclude
@@ -0,0 +1,8 @@
+# glslang limitations:
+tests/spec/arb_gpu_shader_fp64/execution/built-in-functions/const-fma-double.shader_test
+tests/spec/arb_gpu_shader_fp64/execution/built-in-functions/fs-const-ldexp-double.shader_test
+tests/spec/arb_gpu_shader_fp64/execution/built-in-functions/fs-const-packDouble2x32.shader_test
+tests/spec/arb_gpu_shader_fp64/execution/built-in-functions/fs-const-unpackDouble2x32.shader_test
+tests/spec/arb_shader_atomic_counter_ops/
+tests/spec/glsl-1.20/linker/link-order-a-b.shader_test
+tests/spec/glsl-1.20/linker/link-order-b-a.shader_test