]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Disable failing test [PR97944]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 24 Nov 2020 23:22:01 +0000 (23:22 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 14 Jun 2022 19:25:29 +0000 (20:25 +0100)
Disable this test on the branch. It's already disabled for gcc-11 and
later.

libstdc++-v3/ChangeLog:

PR libstdc++/97944
* testsuite/30_threads/jthread/95989.cc: Mark XFAIL.

libstdc++-v3/testsuite/30_threads/jthread/95989.cc

index c7a9430eee90cf7add47d834fe4400bea7bc10c9..a179eab381985254213239934cc91e98fa8e24b8 100644 (file)
@@ -20,6 +20,7 @@
 // { dg-require-gthreads {} }
 // { dg-additional-options "-pthread" { target pthread } }
 // { dg-additional-options "-static" { target static } }
+// { dg-skip-if "broken" { *-*-* } }
 
 #include <thread>