We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292cc7a commit 9b15702Copy full SHA for 9b15702
tests/expected-failure-github.txt
@@ -8,6 +8,7 @@ tests/render/render0.hlsl (mtl)
8
tests/render/multiple-stage-io-locations.slang (mtl)
9
tests/render/nointerpolation.hlsl (mtl)
10
tests/serialization/obfuscated-serialized-module-test.slang.2 syn (mtl)
11
+tests/wgsl/bitshifts.slang syn (mtl)
12
tests/autodiff/custom-intrinsic.slang.2 syn (wgpu)
13
tests/bugs/buffer-swizzle-store.slang.3 syn (wgpu)
14
tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu)
tests/wgsl/bitshifts.slang
@@ -1,4 +1,6 @@
1
//TEST(compute):COMPARE_COMPUTE:-shaderobj
2
+// Issue #6029: Generates invalid Metal code
3
+//DISABLE_TEST(compute):COMPUTE_COMPARE:-mtl
4
5
//TEST_INPUT:ubuffer(data=[3 7 8 10], stride=4):name=inputBuffer
6
RWStructuredBuffer<int> inputBuffer;
0 commit comments