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.
This commit is contained in:
parent
224efaf7e1
commit
c1effaa209
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user