[libcxx] r230322 - Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix

Eric Fiselier eric at efcs.ca
Tue Feb 24 02:52:08 PST 2015


Author: ericwf
Date: Tue Feb 24 04:52:07 2015
New Revision: 230322

URL: http://llvm.org/viewvc/llvm-project?rev=230322&view=rev
Log:
Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix

Modified:
    libcxx/trunk/test/std/experimental/string.view/string.view.access/at.pass.cpp

Modified: libcxx/trunk/test/std/experimental/string.view/string.view.access/at.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/experimental/string.view/string.view.access/at.pass.cpp?rev=230322&r1=230321&r2=230322&view=diff
==============================================================================
--- libcxx/trunk/test/std/experimental/string.view/string.view.access/at.pass.cpp (original)
+++ libcxx/trunk/test/std/experimental/string.view/string.view.access/at.pass.cpp Tue Feb 24 04:52:07 2015
@@ -9,7 +9,7 @@
 
 // NOTE: Older versions of clang have a bug where they fail to evalute
 // string_view::at as a constant expression.
-// XFAIL: apple-clang-6.0, clang-3.4, clang-3.3
+// XFAIL: clang-3.4, clang-3.3
 
 // <string_view>
 





More information about the cfe-commits mailing list