[libcxx] r313092 - Mark the new tests as unsupported when there are no exceptions
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 16:33:34 PDT 2017
Author: marshall
Date: Tue Sep 12 16:33:34 2017
New Revision: 313092
URL: http://llvm.org/viewvc/llvm-project?rev=313092&view=rev
Log:
Mark the new tests as unsupported when there are no exceptions
Modified:
libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
Modified: libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp?rev=313092&r1=313091&r2=313092&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp Tue Sep 12 16:33:34 2017
@@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
// <regex>
-// XFAIL: c++03
+// UNSUPPORTED: libcpp-no-exceptions
+// UNSUPPORTED: c++03
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
// bool
Modified: libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp?rev=313092&r1=313091&r2=313092&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp Tue Sep 12 16:33:34 2017
@@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
// <regex>
-// XFAIL: c++03
+// UNSUPPORTED: libcpp-no-exceptions
+// UNSUPPORTED: c++03
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
// bool
More information about the cfe-commits
mailing list