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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to