[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:
Louis Dionne
2024-06-04 11:21:28 -07:00
committed by GitHub
parent b9915ad40c
commit 1d76b94aba

View File

@@ -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