Skip to content

Commit 9b15702

Browse files
committed
Disable the test on Metal
Issue #6029 is filed for fixing the Metal case.
1 parent 292cc7a commit 9b15702

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/expected-failure-github.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests/render/render0.hlsl (mtl)
88
tests/render/multiple-stage-io-locations.slang (mtl)
99
tests/render/nointerpolation.hlsl (mtl)
1010
tests/serialization/obfuscated-serialized-module-test.slang.2 syn (mtl)
11+
tests/wgsl/bitshifts.slang syn (mtl)
1112
tests/autodiff/custom-intrinsic.slang.2 syn (wgpu)
1213
tests/bugs/buffer-swizzle-store.slang.3 syn (wgpu)
1314
tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu)

tests/wgsl/bitshifts.slang

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//TEST(compute):COMPARE_COMPUTE:-shaderobj
2+
// Issue #6029: Generates invalid Metal code
3+
//DISABLE_TEST(compute):COMPUTE_COMPARE:-mtl
24

35
//TEST_INPUT:ubuffer(data=[3 7 8 10], stride=4):name=inputBuffer
46
RWStructuredBuffer<int> inputBuffer;

0 commit comments

Comments
 (0)