From a13dda4f214274a10d39f37c79622fc3e62da310 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Fri, 27 Jun 2025 11:08:17 -0700 Subject: Enable Vulkan Validation Layer in CI (#7543) * Disable spirv-opt for the tests with debugfunction VVL errors * Enable VVL in CI * Add 2 expected failure tests until we update VVL to 1.4.319 which contains the fix * update slang-rhi * Revert "Disable spirv-opt for the tests with debugfunction VVL errors" This reverts commit 5327460057f533af81ea60a556e43abe805d5816. --- tests/expected-failure-github.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 0489cafaf..0f6568997 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -14,3 +14,5 @@ tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn 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/compute/cbuffer-legalize.slang.2 syn (mtl) +tests/cooperative-vector/matrix-mul-bias-packed.slang (vk) +tests/cooperative-vector/matrix-mul-bias-packed-mut.slang (vk) \ No newline at end of file -- cgit v1.2.3