diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-09-24 21:49:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-25 04:49:26 +0000 |
| commit | db44c1b732891102199f0ec9d219a33d2ab2d6a1 (patch) | |
| tree | 2efd3c0cec727dbbdd378721d398b25cb2edf3d0 /tests/spirv | |
| parent | 55a7d2a73ef051f6027129f90e73a88b5176ec3b (diff) | |
Prepare VulkanSDK release Oct 2025 (#8525)
Related to
- https://github.com/shader-slang/slang/issues/8519
Diffstat (limited to 'tests/spirv')
| -rw-r--r-- | tests/spirv/debug-variable-scope.slang | 3 | ||||
| -rw-r--r-- | tests/spirv/tessellation.slang | 4 |
2 files changed, 4 insertions, 3 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); diff --git a/tests/spirv/tessellation.slang b/tests/spirv/tessellation.slang index 67cbca07f..0794dd089 100644 --- a/tests/spirv/tessellation.slang +++ b/tests/spirv/tessellation.slang @@ -1,7 +1,7 @@ //TEST:SIMPLE(filecheck=HULL): -target spirv -stage hull -entry hullMain //TEST:SIMPLE(filecheck=DOMAIN): -target spirv -stage domain -entry domainMain -//TEST:SIMPLE(filecheck=DEBUGINFO): -target spirv -g2 -stage hull -entry hullMain -//TEST:SIMPLE(filecheck=DEBUGINFO): -target spirv -g2 -stage domain -entry domainMain +//TEST:SIMPLE(filecheck=DEBUGINFO): -target spirv -g2 -O0 -stage hull -entry hullMain +//TEST:SIMPLE(filecheck=DEBUGINFO): -target spirv -g2 -O0 -stage domain -entry domainMain // HULL-DAG: OpExecutionMode %hullMain SpacingEqual // HULL-DAG: OpExecutionMode %hullMain OutputVertices 4 |
