diff options
Diffstat (limited to 'libcxx/test/std/re/re.alg')
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 3 | ||||
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp index 710c98040fb..dc51bcc9822 100644 --- a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp @@ -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 diff --git a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index eba76c808b3..67fc3446bda 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp @@ -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 |