[PATCH] D38362: Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 2 08:02:19 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL317210: Mark tests as unsupported in C++98 as well (authored by rogfer01).
Changed prior to commit:
https://reviews.llvm.org/D38362?vs=118005&id=121310#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38362
Files:
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
Index: libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
===================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
+++ libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
@@ -9,7 +9,7 @@
// <regex>
// UNSUPPORTED: libcpp-no-exceptions
-// UNSUPPORTED: c++03
+// UNSUPPORTED: c++98, c++03
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
// bool
Index: libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
===================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
+++ libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
@@ -9,7 +9,7 @@
// <regex>
// UNSUPPORTED: libcpp-no-exceptions
-// UNSUPPORTED: c++03
+// UNSUPPORTED: c++98, c++03
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
// bool
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38362.121310.patch
Type: text/x-patch
Size: 1011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171102/db5c7d3c/attachment.bin>
More information about the cfe-commits
mailing list