Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
config.unsupported = 'dxil-1-9' not in config.available_features
config.unsupported = 'dxil-1-10' not in config.available_features
6 changes: 4 additions & 2 deletions tools/clang/test/CodeGenSPIRV/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
config.unsupported = not config.spirv
config.suffixes = ['.hlsl', '.hlsl2spv']
config.suffixes = ['.hlsl', '.hlsl2spv']
# Skip when SPIR-V disabled or during down-level DXIL testing
if not config.spirv or "dxc_dxil_dll_path" in config.available_features:
config.unsupported = True
1 change: 1 addition & 0 deletions tools/clang/test/CodeGenSPIRV/sm6_10.group-wave-count.hlsl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: dxil-1-10
// RUN: %dxc -T cs_6_10 -E main -fspv-target-env=vulkan1.1 -fcgl %s -spirv | FileCheck %s

// CHECK: ; Version: 1.3
Expand Down
1 change: 1 addition & 0 deletions tools/clang/test/CodeGenSPIRV/sm6_10.group-wave-index.hlsl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: dxil-1-10
// RUN: %dxc -T cs_6_10 -E main -fspv-target-env=vulkan1.1 -fcgl %s -spirv | FileCheck %s

// CHECK: ; Version: 1.3
Expand Down
1 change: 1 addition & 0 deletions tools/clang/test/DXC/Passes/DxilGen/group-wave-index.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: dxil-1-10
; RUN: %dxopt %s -hlsl-passes-resume -dxilgen -S | FileCheck %s

; CHECK: call i32 @dx.op.getGroupWaveIndex(i32 -2147483647)
Expand Down
2 changes: 2 additions & 0 deletions tools/clang/test/DXC/Passes/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Skip during down-level DXIL testing
config.unsupported = "dxc_dxil_dll_path" in config.available_features
1 change: 1 addition & 0 deletions tools/clang/test/SemaHLSL/hlsl/linalg/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.unsupported = "dxil-1-10" not in config.available_features
2 changes: 2 additions & 0 deletions tools/clang/test/SemaHLSL/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Skip during down-level DXIL testing
config.unsupported = "dxc_dxil_dll_path" in config.available_features