From 881eaae68818cab0b3419482586174582c348ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Dumont?= Date: Sun, 28 Oct 2018 20:57:04 +0000 Subject: [PATCH] 48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned namespace... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2018-10-28 François Dumont * 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 | 7 +++++++ libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc | 2 +- libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc | 2 +- libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fe43ed27f67..71a9df1e09f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2018-10-28 François Dumont + + * 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 PR libstdc++/87749 diff --git a/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc index 1f9e3e3b932..5d59f593c41 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc @@ -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" } diff --git a/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc index 620170d0a15..89eb62617e5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc @@ -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" } diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc index b9a1235e1fe..b1fb13a0dcf 100644 --- a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc +++ b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc @@ -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" }