diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2017-09-12 23:33:34 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2017-09-12 23:33:34 +0000 |
commit | bff66aab7096dbfb5d15a3d194dfc4799db8d008 (patch) | |
tree | ec0f95cab3c24619f8096cfee02c7aba945912d9 /libcxx/test/std/re/re.alg | |
parent | c7fc93946c60a8f72c9fb75da63be7166d88c3f3 (diff) | |
download | bcm5719-llvm-bff66aab7096dbfb5d15a3d194dfc4799db8d008.tar.gz bcm5719-llvm-bff66aab7096dbfb5d15a3d194dfc4799db8d008.zip |
Mark the new tests as unsupported when there are no exceptions
llvm-svn: 313092
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 |