public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-9744] libstdc++: Disable test for non-gthreads targets [PR 100180]
@ 2021-04-21 14:51 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-04-21 14:51 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:f0d22d31ceb1373f17045f2527ef2f2251d93be8

commit r10-9744-gf0d22d31ceb1373f17045f2527ef2f2251d93be8
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Apr 21 15:48:02 2021 +0100

    libstdc++: Disable test for non-gthreads targets [PR 100180]
    
    The Networking TS code still requires std::mutex on this branch, so the
    tests shouldn't run on targets without gthreads.
    
            PR libstdc++/100180
            * testsuite/experimental/net/internet/address/v6/members.cc:
            Require gthreads.

Diff:
---
 libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc b/libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc
index b77d6a29e3d..5fffdd97691 100644
--- a/libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc
+++ b/libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc
@@ -17,6 +17,7 @@
 
 // { dg-do run { target c++14 } }
 // { dg-add-options net_ts }
+// { dg-require-gthreads "" }
 
 #include <experimental/internet>
 #include <sstream>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-21 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 14:51 [gcc r10-9744] libstdc++: Disable test for non-gthreads targets [PR 100180] Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).