[clang] af9a247 - [Driver] Mark a test UNSUPPORTED to get the bots green again (#94253)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 09:39:36 PDT 2024
Author: Paul T Robinson
Date: 2024-06-03T12:39:32-04:00
New Revision: af9a247990b10e2be4f3d691c1a967b46acdf7f8
URL: https://github.com/llvm/llvm-project/commit/af9a247990b10e2be4f3d691c1a967b46acdf7f8
DIFF: https://github.com/llvm/llvm-project/commit/af9a247990b10e2be4f3d691c1a967b46acdf7f8.diff
LOG: [Driver] Mark a test UNSUPPORTED to get the bots green again (#94253)
After #94055 this test failed on ARM/AArch64-hosted Windows, but it's
not clear why.
Added:
Modified:
clang/test/Driver/sysroot.c
Removed:
################################################################################
diff --git a/clang/test/Driver/sysroot.c b/clang/test/Driver/sysroot.c
index 3080f76e03168..2215d6fa8fe73 100644
--- a/clang/test/Driver/sysroot.c
+++ b/clang/test/Driver/sysroot.c
@@ -1,3 +1,6 @@
+// Fails on ARM/AArch64-hosted Windows, can't tell why.
+// UNSUPPORTED: system-windows
+
// Check that --sysroot= also applies to header search paths.
// RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
// RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s
More information about the cfe-commits
mailing list