From: Jonathan Wakely Date: Tue, 24 Nov 2020 23:22:01 +0000 (+0000) Subject: libstdc++: Disable failing test [PR97944] X-Git-Tag: releases/gcc-10.4.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b676bcf10b0a6c04e8acdf91f18b28bf5b1501;p=thirdparty%2Fgcc.git libstdc++: Disable failing test [PR97944] 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. --- diff --git a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc index c7a9430eee90..a179eab38198 100644 --- a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc +++ b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc @@ -20,6 +20,7 @@ // { dg-require-gthreads {} } // { dg-additional-options "-pthread" { target pthread } } // { dg-additional-options "-static" { target static } } +// { dg-skip-if "broken" { *-*-* } } #include