From 80878ccb3286e7de3ef2f67f24b2026f4544d244 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 20 Aug 2021 10:17:21 -0400 Subject: [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) --- libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx') 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 -- cgit v1.1