diff options
Diffstat (limited to 'tests/compute')
| -rw-r--r-- | tests/compute/comma-operator.slang | 6 | ||||
| -rw-r--r-- | tests/compute/spirv-array-texel-pointer-atomic.slang | 4 | ||||
| -rw-r--r-- | tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/compute/comma-operator.slang b/tests/compute/comma-operator.slang index c6cecf1c7..917484d00 100644 --- a/tests/compute/comma-operator.slang +++ b/tests/compute/comma-operator.slang @@ -1,7 +1,7 @@ // comma-operator.slang -//TEST(compute):COMPARE_COMPUTE:-cpu -shaderobj -//TEST(compute):COMPARE_COMPUTE: -shaderobj +//TEST(compute):COMPARE_COMPUTE:-cpu -shaderobj -xslang -Wno-41024 +//TEST(compute):COMPARE_COMPUTE: -shaderobj -xslang -Wno-41024 // Test that the "comma operator" behaves as expected @@ -9,7 +9,7 @@ // confirm that the generated SPIR-V (and by extension DXIL/DXBC) // doesn't include a subroutine defintion/call for `operator,` -//TEST:CROSS_COMPILE:-target spirv-assembly -entry computeMain -stage compute +//TEST:CROSS_COMPILE:-target spirv-assembly -entry computeMain -stage compute -Wno-41024 int test(int inVal) { diff --git a/tests/compute/spirv-array-texel-pointer-atomic.slang b/tests/compute/spirv-array-texel-pointer-atomic.slang index a0013e284..41ee27dfb 100644 --- a/tests/compute/spirv-array-texel-pointer-atomic.slang +++ b/tests/compute/spirv-array-texel-pointer-atomic.slang @@ -1,5 +1,5 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry computeMain -stage compute -//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -slang -output-using-type -shaderobj -vk +//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry computeMain -stage compute -Wno-41024 +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -slang -output-using-type -shaderobj -vk -xslang -Wno-41024 //TEST_INPUT: RWTexture2D(format=R32Uint, size=4, content = zero, arrayLength=2, mipMaps = 1):name rwTexture2DArray [[vk::binding(2)]] diff --git a/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang b/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang index 48b420b38..d4c90e051 100644 --- a/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang +++ b/tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang @@ -1,5 +1,5 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry computeMain -stage compute -//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -slang -output-using-type -shaderobj -vk +//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry computeMain -stage compute -Wno-41024 +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -slang -output-using-type -shaderobj -vk -xslang -Wno-41024 //DISABLE_TEST(cuda):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj -output-using-type //TEST_INPUT: RWTexture2D(format=R32Uint, size=4, content = zero, arrayLength=2, sampleCount=two, mipMaps = 1):name rwTexture2DMSArray |
