[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] libstdc++-v3/test: Better skip for "use_service.cc"

Tamar Christina tnfchris@gcc.gnu.org
Fri Jul 17 14:07:06 GMT 2020


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

commit c1effaa209f9f9b4bcf4cd7c6fcfccaf5e59a2b2
Author: Andrea Corallo <andrea.corallo@arm.com>
Date:   Wed Apr 1 10:19:04 2020 +0100

    libstdc++-v3/test: Better skip for "use_service.cc"
    
    2020-04-01  Andrea Corallo  <andrea.corallo@arm.com>
    
            * testsuite/experimental/net/execution_context/use_service.cc:
            Require pthread and gthreads.

Diff:
---
 libstdc++-v3/ChangeLog                                              | 5 +++++
 .../testsuite/experimental/net/execution_context/use_service.cc     | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ed2c4b77ac1..e713fd235e9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-01  Andrea Corallo  <andrea.corallo@arm.com>
+
+	* testsuite/experimental/net/execution_context/use_service.cc:
+	Require pthread and gthreads.
+
 2020-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
 	* doc/xml/manual/appendix_free.xml: Move "free books" list from
diff --git a/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc b/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc
index 8a2d03fb1bb..d242d63cb94 100644
--- a/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc
+++ b/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc
@@ -15,7 +15,11 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do run { target c++14 } }
+// { dg-do run }
+// { dg-options "-pthread"  }
+// { dg-require-effective-target c++14 }
+// { dg-require-effective-target pthread }
+// { dg-require-gthreads "" }
 
 #include <experimental/executor>
 #include <testsuite_hooks.h>


More information about the Libstdc++-cvs mailing list