diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-09-25 00:51:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 00:51:05 -0700 |
| commit | 55183716f2c8db506acd2f01330e6e21e3d9fdc7 (patch) | |
| tree | 6b90c4eaf1a451156b8651d1557a7d9fb3ccbc38 | |
| parent | db44c1b732891102199f0ec9d219a33d2ab2d6a1 (diff) | |
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
| -rw-r--r-- | tests/expected-failure-github.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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) |
