mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[libc++] Adjust XFAIL for quick_exit (#94274)
This avoids making the assumption that quick_exit will never be implemented on macOS.
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
|
||||
// UNSUPPORTED: c++03
|
||||
|
||||
// ::quick_exit and ::at_quick_exit are not implemented on macOS.
|
||||
// ::quick_exit and ::at_quick_exit were not implemented in older versions of 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-macos{{.*}}
|
||||
// XFAIL: target={{.+}}-apple-darwin{{.+}}
|
||||
// XFAIL: target={{.+}}-apple-macosx10.{{13|14|15}}
|
||||
// XFAIL: target={{.+}}-apple-macosx{{11|12|13|14}}{{(.+)?}}
|
||||
// XFAIL: target={{.+}}-apple-darwin{{17|18|19|20|21|22|23}}{{(.+)?}}
|
||||
|
||||
// test quick_exit and at_quick_exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user