48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned namespace...
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 28 Oct 2018 20:57:04 +0000 (20:57 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sun, 28 Oct 2018 20:57:04 +0000 (20:57 +0000)
2018-10-28  François Dumont  <fdumont@gcc.gnu.org>

* testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output
'std' from regex pattern for versioned namespace compatibility.
* testsuite/23_containers/vector/48101_neg.cc: Likewise.
* testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise.

From-SVN: r265575

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc
libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc
libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc

index fe43ed2..71a9df1 100644 (file)
@@ -1,3 +1,10 @@
+2018-10-28  François Dumont  <fdumont@gcc.gnu.org>
+
+       * testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output
+       'std' from regex pattern for versioned namespace compatibility.
+       * testsuite/23_containers/vector/48101_neg.cc: Likewise.
+       * testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise.
+
 2018-10-25  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/87749
index 1f9e3e3..5d59f59 100644 (file)
@@ -26,5 +26,5 @@ test01()
 }
 
 // { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
+// { dg-prune-output "::allocator<.* has no member named " }
 // { dg-prune-output "must have the same value_type as its allocator" }
index 620170d..89eb626 100644 (file)
@@ -26,5 +26,5 @@ test01()
 }
 
 // { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
+// { dg-prune-output "::allocator<.* has no member named " }
 // { dg-prune-output "must have the same value_type as its allocator" }
index b9a1235..b1fb13a 100644 (file)
@@ -32,4 +32,4 @@ void foo(std::iostream& s) {
   s << p; // { dg-error "no match" }
   s >> p; // { dg-error "no match" }
 }
-// { dg-prune-output "no type .* std::enable_if" }
+// { dg-prune-output "no type .*enable_if" }