Skip to content

Commit b31aa18

Browse files
committed
[Driver] Mark a test UNSUPPORTED to get the bots green again
After llvm#94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.
1 parent 9862080 commit b31aa18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/sysroot.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Fails on ARM/AArch64-hosted Windows, can't tell why.
2+
// UNSUPPORTED: system-windows
3+
14
// Check that --sysroot= also applies to header search paths.
25
// RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
36
// RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s

0 commit comments

Comments
 (0)