[clang] [Driver] Mark a test UNSUPPORTED to get the bots green again (PR #94253)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 09:39:24 PDT 2024
https://github.com/pogo59 created https://github.com/llvm/llvm-project/pull/94253
After #94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.
>From b31aa18d5abb553e4c44eff338a8c9e8393986b7 Mon Sep 17 00:00:00 2001
From: Paul Robinson <paul.robinson at sony.com>
Date: Mon, 3 Jun 2024 09:38:45 -0700
Subject: [PATCH] [Driver] Mark a test UNSUPPORTED to get the bots green again
After #94055 this test failed on ARM/AArch64-hosted Windows,
but it's not clear why.
---
clang/test/Driver/sysroot.c | 3 +++
1 file changed, 3 insertions(+)
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