forked from OSchip/llvm-project
[libc++] Mark iostreams test as XFAIL on older macOSes
llvm-svn: 372620
This commit is contained in:
parent
92fb382074
commit
f73ea05db0
|
@ -14,6 +14,18 @@
|
|||
// Test to make sure that the streams only get initialized once
|
||||
// Taken from https://bugs.llvm.org/show_bug.cgi?id=43300
|
||||
|
||||
// The dylibs shipped on macOS so far do not contain the fix for PR43300, so
|
||||
// this test fails.
|
||||
// XFAIL: with_system_cxx_lib=macosx10.15
|
||||
// XFAIL: with_system_cxx_lib=macosx10.14
|
||||
// XFAIL: with_system_cxx_lib=macosx10.13
|
||||
// XFAIL: with_system_cxx_lib=macosx10.12
|
||||
// XFAIL: with_system_cxx_lib=macosx10.11
|
||||
// XFAIL: with_system_cxx_lib=macosx10.10
|
||||
// XFAIL: with_system_cxx_lib=macosx10.9
|
||||
// XFAIL: with_system_cxx_lib=macosx10.8
|
||||
// XFAIL: with_system_cxx_lib=macosx10.7
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue