From 1cff2aa51239463456d6e5d75ff8ca3e9fa14f63 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 18 Feb 2020 09:05:36 -0500 Subject: [PATCH] [libc++] Remove XFAILs for macOS 10.15, which were fixed in later dot releases --- .../ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp | 3 +-- .../locale.num.get/facet.num.get.members/get_long.pass.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp b/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp index f17cb8e9e01c..52996a0ae2f3 100644 --- a/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp +++ b/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp @@ -12,11 +12,10 @@ #include "test_macros.h" // 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://llvm.org/PR43300 // 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 diff --git a/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp b/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp index c52695544a27..44c7584504b9 100644 --- a/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp +++ b/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp @@ -15,7 +15,6 @@ // This test exercises the fix for PR28704, which isn't in the dylib for // some systems. -// 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 -- 2.34.1