From 439e025c1d3c58cc261c36f1e8d804a403b2856a Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:48:30 -0700 Subject: Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug-fix (#7754) * Changes Fix a coop-vec bug, fix incorrect test synax, clean up test, comment why some coop-vec tests are stil disabled * Changes Fix a coop-vec bug, fix incorrect test synax, clean up test, comment why some coop-vec tests are stil disabled * disable failing tests * push changes * add to failing GLSL test list --- tests/expected-failure-github.txt | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'tests/expected-failure-github.txt') diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 9d1af7a4d..fdf324d1b 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -1,3 +1,27 @@ + +tests/cooperative-vector/matrix-mul-bias-mut.slang (vk) +tests/cooperative-vector/matrix-mul-bias-packed-mut.slang (vk) +tests/cooperative-vector/matrix-mul-bias-packed.slang (vk) +tests/cooperative-vector/matrix-mul-bias-rw-packed.slang (vk) +tests/cooperative-vector/matrix-mul-bias-rw.slang (vk) +tests/cooperative-vector/matrix-mul-bias-rwbyteaddress-packed.slang (vk) +tests/cooperative-vector/matrix-mul-bias-structuredbuffer-packed.slang (vk) +tests/cooperative-vector/matrix-mul-bias.slang (vk) +tests/cooperative-vector/matrix-mul-byteaddress.slang (vk) +tests/cooperative-vector/matrix-mul-mut.slang (vk) +tests/cooperative-vector/matrix-mul-packed-mut.slang (vk) +tests/cooperative-vector/matrix-mul-packed.slang (vk) +tests/cooperative-vector/matrix-mul-rw-packed.slang (vk) +tests/cooperative-vector/matrix-mul-rw.slang (vk) +tests/cooperative-vector/matrix-mul-rwbyteaddress-packed.slang (vk) +tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang (vk) +tests/cooperative-vector/matrix-mul.slang (vk) +tests/cooperative-vector/outer-product-structuredbuffer.slang (vk) +tests/cooperative-vector/outer-product.slang (vk) +tests/cooperative-vector/reduce-sum-accumulate-structuredbuffer.slang.1 (cpu) +tests/cooperative-vector/reduce-sum-accumulate.slang.1 (cpu) +tests/cooperative-vector/reduce-sum-accumulate-structuredbuffer.slang.3 syn (cuda) +tests/cooperative-vector/reduce-sum-accumulate.slang.3 syn (cuda) tests/language-feature/saturated-cooperation/simple.slang (vk) tests/language-feature/saturated-cooperation/fuse3.slang (vk) tests/language-feature/saturated-cooperation/fuse-product.slang (vk) @@ -12,6 +36,4 @@ tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu) tests/compute/interface-shader-param.slang.5 syn (wgpu) tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn (wgpu) tests/glsl-intrinsic/shader-subgroup/shader-subgroup-builtin-variables.slang.8 (mtl) -tests/glsl-intrinsic/shader-subgroup/shader-subgroup-builtin-variables-2.slang.3 (mtl) -tests/cooperative-vector/matrix-mul-bias-packed.slang (vk) -tests/cooperative-vector/matrix-mul-bias-packed-mut.slang (vk) +tests/glsl-intrinsic/shader-subgroup/shader-subgroup-builtin-variables-2.slang.3 (mtl) \ No newline at end of file -- cgit v1.2.3