summaryrefslogtreecommitdiffstats
path: root/tests/spirv/debug-variable-scope.slang
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-09-24 21:49:26 -0700
committerGitHub <noreply@github.com>2025-09-25 04:49:26 +0000
commitdb44c1b732891102199f0ec9d219a33d2ab2d6a1 (patch)
tree2efd3c0cec727dbbdd378721d398b25cb2edf3d0 /tests/spirv/debug-variable-scope.slang
parent55a7d2a73ef051f6027129f90e73a88b5176ec3b (diff)
Prepare VulkanSDK release Oct 2025 (#8525)
Related to - https://github.com/shader-slang/slang/issues/8519
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);