|
@@ -14,6 +14,18 @@
|
|
// Test to make sure that the streams only get initialized once
|
|
// Test to make sure that the streams only get initialized once
|
|
// Taken from https://bugs.llvm.org/show_bug.cgi?id=43300
|
|
// 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**)
|
|
int main(int, char**)
|
|
{
|
|
{
|
|
|
|
|