summaryrefslogtreecommitdiffstats
path: root/tests/expected-failure-github.txt
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-01 15:18:54 +0200
committerGitHub <noreply@github.com>2024-11-01 15:18:54 +0200
commite1c3c4ae39b27cf378e7217d111b9a92e298b7ce (patch)
treeb788b39e683fb17be8340078b3c9ea9b93ded018 /tests/expected-failure-github.txt
parentc044ec220d87cfe38d69ecb954ecc4125ee11877 (diff)
Update Slang-RHI again to get more WGPU fixes (#5475)
This fixes a teardown crash, and a buffer usage mismatch issue during bind group creation. These Slang-RHI fixes allow several WGPU tests to be enabled: - tests/compute/column-major.slang - tests/compute/constant-buffer-memory-packing.slang - tests/compute/matrix-layout.hlsl - tests/compute/non-square-column-major.slang - tests/compute/row-major.slang - tests/hlsl/packoffset.slang This helps to address issue #5222.
Diffstat (limited to 'tests/expected-failure-github.txt')
-rw-r--r--tests/expected-failure-github.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt
index d54d7d8d4..b67db35fa 100644
--- a/tests/expected-failure-github.txt
+++ b/tests/expected-failure-github.txt
@@ -46,9 +46,7 @@ tests/compute/atomics-groupshared (wgpu)
tests/compute/buffer-type-splitting (wgpu)
tests/compute/byte-address-buffer (wgpu)
tests/compute/cbuffer-legalize.slang.2 syn (wgpu)
-tests/compute/column-major (wgpu)
tests/compute/compile-time-loop.slang.2 syn (wgpu)
-tests/compute/constant-buffer-memory-packing (wgpu)
tests/compute/constexpr.slang.2 syn (wgpu)
tests/compute/discard-stmt.slang.2 syn (wgpu)
tests/compute/func-cbuffer-param (wgpu)
@@ -59,11 +57,8 @@ tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu)
tests/compute/interface-shader-param.slang.5 syn (wgpu)
tests/compute/kernel-context-threading.slang.6 syn (wgpu)
tests/compute/loop-unroll.slang.7 syn (wgpu)
-tests/compute/matrix-layout.hlsl.3 syn (wgpu)
-tests/compute/non-square-column-major.slang.6 syn (wgpu)
tests/compute/non-square-row-major.slang.6 syn (wgpu)
tests/compute/parameter-block (wgpu)
-tests/compute/row-major.slang.4 syn (wgpu)
tests/compute/texture-get-dimensions (wgpu)
tests/compute/texture-sampling (wgpu)
tests/compute/texture-simple (wgpu)
@@ -77,7 +72,6 @@ tests/hlsl-intrinsic/matrix-int.slang.6 syn (wgpu)
tests/hlsl-intrinsic/scalar-double-simple.slang.7 syn (wgpu)
tests/hlsl-intrinsic/scalar-float.slang.5 syn (wgpu)
tests/hlsl-intrinsic/vector-float.slang.5 syn (wgpu)
-tests/hlsl/packoffset.slang.5 syn (wgpu)
tests/ir/string-literal-hash.slang.2 syn (wgpu)
tests/language-feature/anonymous-struct.slang.1 syn (wgpu)
tests/language-feature/constants/constexpr-loop.slang.2 syn (wgpu)