summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraidanfnv <aidanf@nvidia.com>2025-09-25 18:38:37 -0700
committerGitHub <noreply@github.com>2025-09-26 01:38:37 +0000
commited5dfc550e7a0b8b685a130493faa8be198fb0a5 (patch)
treec873b9400a1a8095427c450182fcde8f7078af6a
parentf55f669d1badc94eb4eabf77a22a5994acca7a89 (diff)
Remove `cooperative-vector` tests from expected CI failures (#8381)
Fixes #7715 Updating the Vulkan SDK on the Windows CI machines to 1.4.321.1 has fixed some illegitimate VVL errors in the `cooperative-vector` tests, and #8541 has fixed some legitimate VVL errors in some of those tests, so now they can be removed from the list of expected test failures. The only expected `cooperative-vector` failures that remain are for `-emit-spriv-via-glsl`, as we do not support `GLSL_NV_cooperative_vector` yet, see #7727.
-rw-r--r--tests/expected-failure-github.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt
index 6c2600beb..c33daff23 100644
--- a/tests/expected-failure-github.txt
+++ b/tests/expected-failure-github.txt
@@ -1,23 +1,3 @@
-# CoopVec tests failures are due to a bug in old VulkanSDK version 1.4.313.0 or below.
-# When we upgrade VulkanSDK version on all CI machines, they should be removed from this list.
-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/language-feature/saturated-cooperation/simple.slang (vk)
tests/language-feature/saturated-cooperation/fuse3.slang (vk)
tests/language-feature/saturated-cooperation/fuse-product.slang (vk)