Skip to content

Commit e8118e6

Browse files
committed
[libc++] Fix XFAIL annotation
The triple can sometimes be arm64-apple-macos, where the previous XFAIL annotation wouldn't match (and hence the test would fail unexpectedly).
1 parent 05a8c0b commit e8118e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// ::quick_exit and ::at_quick_exit are not implemented on macOS.
1212
// TODO: We should never be using `darwin` as the triple, but LLVM's config.guess script
1313
// guesses the host triple to be darwin instead of macosx when on macOS.
14-
// XFAIL: target={{.+}}-apple-macosx{{.+}}
14+
// XFAIL: target={{.+}}-apple-macos{{.*}}
1515
// XFAIL: target={{.+}}-apple-darwin{{.+}}
1616

1717
// test quick_exit and at_quick_exit

0 commit comments

Comments
 (0)