Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Driver] Mark a test UNSUPPORTED to get the bots green again #94253

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

pogo59
Copy link
Collaborator

@pogo59 pogo59 commented Jun 3, 2024

After #94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.

After llvm#94055 this test failed on ARM/AArch64-hosted Windows,
but it's not clear why.
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' labels Jun 3, 2024
@pogo59 pogo59 merged commit af9a247 into llvm:main Jun 3, 2024
6 of 8 checks passed
@llvmbot
Copy link
Member

llvmbot commented Jun 3, 2024

@llvm/pr-subscribers-clang

@llvm/pr-subscribers-clang-driver

Author: Paul T Robinson (pogo59)

Changes

After #94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.


Full diff: https://github.com/llvm/llvm-project/pull/94253.diff

1 Files Affected:

  • (modified) clang/test/Driver/sysroot.c (+3)
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants