summaryrefslogtreecommitdiff
path: root/tests/spirv/debug-variable-scope.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spirv/debug-variable-scope.slang')
-rw-r--r--tests/spirv/debug-variable-scope.slang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/spirv/debug-variable-scope.slang b/tests/spirv/debug-variable-scope.slang
index 03871f1f0..5ef078789 100644
--- a/tests/spirv/debug-variable-scope.slang
+++ b/tests/spirv/debug-variable-scope.slang
@@ -1,4 +1,5 @@
-//TEST:SIMPLE(filecheck=CHECK):-target spirv-asm -entry main -stage fragment -g2 -emit-spirv-directly
+// Regressed with SPIRV update. Tracking on github issue #8522
+//DISABLE_TEST:SIMPLE(filecheck=CHECK):-target spirv-asm -entry main -stage fragment -g2 -O0 -emit-spirv-directly
Texture2D testTex : register(t0);
SamplerState testSampler : register(s0);