Skip to content

Commit

Permalink
[Driver] Mark a test UNSUPPORTED to get the bots green again (#94253)
Browse files Browse the repository at this point in the history
After #94055 this test failed on ARM/AArch64-hosted Windows, but it's
not clear why.
  • Loading branch information
pogo59 authored Jun 3, 2024
1 parent aad7874 commit af9a247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/Driver/sysroot.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af9a247

Please sign in to comment.