]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove unnecessary dg-prune-output from tests
authorJonathan Wakely <jwakely@redhat.com>
Thu, 24 Apr 2025 13:50:36 +0000 (14:50 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 24 Apr 2025 22:12:04 +0000 (23:12 +0100)
There are no errors matching this pattern in these tests (only in the
deque/48101_neg.cc and vector/48101_neg.cc tests).

libstdc++-v3/ChangeLog:

* testsuite/23_containers/forward_list/48101_neg.cc: Remove
dg-prune-output that doesn't match anything.
* testsuite/23_containers/list/48101_neg.cc: Likewise.
* testsuite/23_containers/multiset/48101_neg.cc: Likewise.
* testsuite/23_containers/set/48101_neg.cc: Likewise.

libstdc++-v3/testsuite/23_containers/forward_list/48101_neg.cc
libstdc++-v3/testsuite/23_containers/list/48101_neg.cc
libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc
libstdc++-v3/testsuite/23_containers/set/48101_neg.cc

index 2f2ea2afb194c91c4aea86d5685af322056ac7a6..d18195ed354051779b10e4b30453c9285b09d5a3 100644 (file)
@@ -26,6 +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 "must have the same value_type as its allocator" }
 // { dg-prune-output "rebind_alloc" }
index 8b2e075ca6acf10761ad0b769fdabca427cdbf3e..cc51705dcc6a001c425553e7d5412ff746b9fbfb 100644 (file)
@@ -26,5 +26,4 @@ test01()
 }
 
 // { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
 // { dg-prune-output "must have the same value_type as its allocator" }
index f0786cfc7fb80367307415159c03622545c1b512..3cc06587526b84238c944cd16aebdf96259020c6 100644 (file)
@@ -29,7 +29,6 @@ test01()
 
 // { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
 // { dg-error "comparison object must be invocable" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
 // { dg-prune-output "must have the same value_type as its allocator" }
 // { dg-prune-output "no match for call" }
 // { dg-prune-output "invalid conversion" }
index e8dec72cce5f07e3f689c8369f4f179e4024bab0..fe38d1af7efa67bac741c2efd00cf2952233358e 100644 (file)
@@ -29,7 +29,6 @@ test01()
 
 // { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
 // { dg-error "comparison object must be invocable" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
 // { dg-prune-output "must have the same value_type as its allocator" }
 // { dg-prune-output "no match for call" }
 // { dg-prune-output "invalid conversion" }