aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-08-20 10:17:21 -0400
committerLouis Dionne <ldionne.2@gmail.com>2021-08-20 10:20:00 -0400
commit80878ccb3286e7de3ef2f67f24b2026f4544d244 (patch)
tree84beb9d1ac23c2d7ecebabd5013f17648b6058e2 /libcxx
parent10a4a861837dc97dc4c75f1b9e33213b547dc24b (diff)
downloadllvm-80878ccb3286e7de3ef2f67f24b2026f4544d244.zip
llvm-80878ccb3286e7de3ef2f67f24b2026f4544d244.tar.gz
llvm-80878ccb3286e7de3ef2f67f24b2026f4544d244.tar.bz2
[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). (cherry picked from commit e8118e6c8df52cc026daefc1a1c747d9d8a75ed8)
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp b/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
index 83ff44a..5a70ea5 100644
--- a/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
+++ b/libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
@@ -11,7 +11,7 @@
// ::quick_exit and ::at_quick_exit are not implemented on macOS.
// TODO: We should never be using `darwin` as the triple, but LLVM's config.guess script
// guesses the host triple to be darwin instead of macosx when on macOS.
-// XFAIL: target={{.+}}-apple-macosx{{.+}}
+// XFAIL: target={{.+}}-apple-macos{{.*}}
// XFAIL: target={{.+}}-apple-darwin{{.+}}
// test quick_exit and at_quick_exit