[libcxx] r349484 - [libcxx] Remove XFAILs for older macOS versions

Louis Dionne ldionne at apple.com
Tue Dec 18 05:46:28 PST 2018


Author: ldionne
Date: Tue Dec 18 05:46:28 2018
New Revision: 349484

URL: http://llvm.org/viewvc/llvm-project?rev=349484&view=rev
Log:
[libcxx] Remove XFAILs for older macOS versions

That test doesn't fail anymore since r349378, since the assertions that
r349378 removed must have been bugs in the dylib at some point.

Modified:
    libcxx/trunk/test/std/re/re.traits/translate_nocase.pass.cpp

Modified: libcxx/trunk/test/std/re/re.traits/translate_nocase.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.traits/translate_nocase.pass.cpp?rev=349484&r1=349483&r2=349484&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.traits/translate_nocase.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.traits/translate_nocase.pass.cpp Tue Dec 18 05:46:28 2018
@@ -16,9 +16,6 @@
 
 // REQUIRES: locale.en_US.UTF-8
 
-// XFAIL: with_system_cxx_lib=macosx10.7
-// XFAIL: with_system_cxx_lib=macosx10.8
-
 #include <regex>
 #include <cassert>
 




More information about the libcxx-commits mailing list