Skip to content

Commit 1ba1ee2

Browse files
committed
[NFC] Unsupport 2 HLSL test on windows
Both are failing https://github.com/intel/llvm/actions/runs/15055364179/job/42319925341?pr=18403 FAIL: Clang :: Driver/dxc_dxv_path.hlsl (11426 of 22048) note: command had no output on stdout or stderr error: command failed with exit status: 0xc0000135 The error "command failed with exit status: 0xc0000135" on Windows indicates that an application or command could not start because a required system component-typically the .NET Framework-is missing, corrupted, or not enabled. This is a common issue when running applications built with .NET, especially if the necessary version of the framework is not installed or enabled on your system. These two tests were passing on our internal windows testings, so looks like env issue. Unsupported them for now.
1 parent 96d1e4a commit 1ba1ee2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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: echo "dxv" > %T/dxv && chmod 754 %T/dxv
23

34
// RUN: env PATH="" %clang_dxc -T cs_6_0 %s -metal -Fo %t.mtl -### 2>&1 | FileCheck --check-prefix=NO_DXV %s

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: env PATH="" %clang_dxc -I test -Tlib_6_3 -Fo %T/a.dxo -### %s 2>&1 | FileCheck %s
23

34
// Make sure report warning.

0 commit comments

Comments
 (0)