summaryrefslogtreecommitdiffstats
path: root/tests/metal/texture.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/metal/texture.slang')
-rw-r--r--tests/metal/texture.slang4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/metal/texture.slang b/tests/metal/texture.slang
index 7673298e9..c495bb3b3 100644
--- a/tests/metal/texture.slang
+++ b/tests/metal/texture.slang
@@ -5,6 +5,10 @@
//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=FUNCTIONAL):-slang -compute -dx12 -profile cs_6_6 -shaderobj -output-using-type -xslang -DEXCLUDE_INTEGER_TYPE -xslang -DEXCLUDE_SM_6_7
//TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=FUNCTIONAL):-vk -emit-spirv-directly -compute -shaderobj -output-using-type -render-feature hardware-device -xslang -DEXCLUDE_HALF_TYPE -xslang -DEXCLUDE_SHORT_TYPE
+//DISABLE_TEST(compute, metal):COMPARE_COMPUTE_EX(filecheck-buffer=FUNCTIONAL):-metal -compute -shaderobj -output-using-type
+
+// Internal compiler error on metal
+// TODO: github issue #8486
//TEST_INPUT: ubuffer(data=[0], stride=4):out,name outputBuffer
RWStructuredBuffer<int> outputBuffer;