From ed5dfc550e7a0b8b685a130493faa8be198fb0a5 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Thu, 25 Sep 2025 18:38:37 -0700 Subject: 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. --- tests/expected-failure-github.txt | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3