From 55183716f2c8db506acd2f01330e6e21e3d9fdc7 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:51:05 -0700 Subject: Adding 4 WGPU tests to expected-failure-github (#8540) Four WGPU tests print VVL errors. And it is preventing us from upgrading VulkanSDK on CI machines. This commit put them in the expected-failure-github.txt so that we can continue upgrading VulkanSDK. They will be re-enabled when the following issues are resolved: - https://github.com/shader-slang/slang/issues/8145 - https://github.com/shader-slang/slang/issues/8379 --- tests/expected-failure-github.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 7e8a25cae..6346a4f1f 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -34,3 +34,10 @@ 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) + +# VVL error with VulkanSDK 1.4.321. Tracking on github #8145 +# It requires an update of Tint/Dawn but the latest Tint/Dawn causes another issue #8379 +tests/bugs/array-size-groupshared.slang.1 syn (wgpu) +tests/bugs/generic-groupshared.slang.2 syn (wgpu) +tests/compute/groupshared.slang.4 syn (wgpu) +tests/metal/groupshared-threadlocal-same-parameter.slang.4 syn (wgpu) -- cgit v1.2.3