diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2025-07-15 17:48:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 00:48:30 +0000 |
| commit | 439e025c1d3c58cc261c36f1e8d804a403b2856a (patch) | |
| tree | 7256b0982f4ff5a0587d2bc5a782438ff76b5b7b /tests/expected-failure-github.txt | |
| parent | 223ccd40599ffcd74b409c7321f2264b93aec4bd (diff) | |
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
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 28 |
1 files changed, 25 insertions, 3 deletions
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 |
