Skip to content

Commit 0c884df

Browse files
committed
[NFC] Unsupported two HLSL driver tests on Windows
1 parent 687121e commit 0c884df

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

clang/test/Driver/HLSL/metal-converter.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: mkdir -p %t.dir
23
// RUN: echo "dxv" > %t.dir/dxv && chmod 754 %t.dir/dxv
34

clang/test/Driver/dxc_dxv_path.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: mkdir -p %t.dir
23
// RUN: env PATH="" %clang_dxc -I test -Tlib_6_3 -Fo %t.dir/a.dxo -### %s 2>&1 | FileCheck %s
34

clang/test/SemaHLSL/RootSignature-resource-ranges-err.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -fsyntax-only %s -verify
23
// RUN: not %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -fsyntax-only %s 2>&1 | FileCheck %s
34

0 commit comments

Comments
 (0)