We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a8c0b commit e8118e6Copy full SHA for e8118e6
libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
@@ -11,7 +11,7 @@
11
// ::quick_exit and ::at_quick_exit are not implemented on macOS.
12
// TODO: We should never be using `darwin` as the triple, but LLVM's config.guess script
13
// guesses the host triple to be darwin instead of macosx when on macOS.
14
-// XFAIL: target={{.+}}-apple-macosx{{.+}}
+// XFAIL: target={{.+}}-apple-macos{{.*}}
15
// XFAIL: target={{.+}}-apple-darwin{{.+}}
16
17
// test quick_exit and at_quick_exit
0 commit comments