[libcxx] r188964 - XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib

Howard Hinnant hhinnant at apple.com
Wed Aug 21 17:04:22 PDT 2013


Author: hhinnant
Date: Wed Aug 21 19:04:22 2013
New Revision: 188964

URL: http://llvm.org/viewvc/llvm-project?rev=188964&view=rev
Log:
XFAIL 3 tests on darwin 11-12.  The tests have recently been modified, are correct, and pass with an updated libc++.dylib

Modified:
    libcxx/trunk/test/strings/string.conversions/stol.pass.cpp
    libcxx/trunk/test/strings/string.conversions/stoul.pass.cpp
    libcxx/trunk/test/strings/string.conversions/stoull.pass.cpp

Modified: libcxx/trunk/test/strings/string.conversions/stol.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/string.conversions/stol.pass.cpp?rev=188964&r1=188963&r2=188964&view=diff
==============================================================================
--- libcxx/trunk/test/strings/string.conversions/stol.pass.cpp (original)
+++ libcxx/trunk/test/strings/string.conversions/stol.pass.cpp Wed Aug 21 19:04:22 2013
@@ -6,6 +6,9 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <string>
 

Modified: libcxx/trunk/test/strings/string.conversions/stoul.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/string.conversions/stoul.pass.cpp?rev=188964&r1=188963&r2=188964&view=diff
==============================================================================
--- libcxx/trunk/test/strings/string.conversions/stoul.pass.cpp (original)
+++ libcxx/trunk/test/strings/string.conversions/stoul.pass.cpp Wed Aug 21 19:04:22 2013
@@ -6,6 +6,9 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <string>
 

Modified: libcxx/trunk/test/strings/string.conversions/stoull.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/string.conversions/stoull.pass.cpp?rev=188964&r1=188963&r2=188964&view=diff
==============================================================================
--- libcxx/trunk/test/strings/string.conversions/stoull.pass.cpp (original)
+++ libcxx/trunk/test/strings/string.conversions/stoull.pass.cpp Wed Aug 21 19:04:22 2013
@@ -6,6 +6,9 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
+// XFAIL: with_system_lib=x86_64-apple-darwin12
 
 // <string>
 





More information about the cfe-commits mailing list