gcc/libstdc++-v3/testsuite/18_support
Jonathan Wakely 9c1125c121 libstdc++: Fix test failure with --disable-linux-futex
As noted in PR 96817 this new test fails if the library is built without
futexes. That's expected of course, but we might as well fail more
obviously than a deadlock that eventually times out.

libstdc++-v3/ChangeLog:

	* testsuite/18_support/96817.cc: Fail fail if the library is
	configured to not use futexes.
2020-11-04 15:30:54 +00:00
..
aligned_alloc
bad_alloc
bad_cast
bad_exception
bad_typeid
byte
comparisons libstdc++: Replace some VERIFY tests with static_assert 2020-08-07 17:45:42 +01:00
coroutines libstdc++: Define noop coroutine details private and inline [PR 95917] 2020-10-20 11:37:48 +01:00
exception
exception_ptr libstdc++: Inline std::exception_ptr members [PR 90295] 2020-10-06 17:24:16 +01:00
headers
initializer_list
launder
max_align_t/requirements
nested_exception
numeric_limits
quick_exit
type_info
uncaught_exception
uncaught_exceptions
50594.cc
51333.cc
96817.cc libstdc++: Fix test failure with --disable-linux-futex 2020-11-04 15:30:54 +00:00
cxa_vec.cc
destroying_delete.cc libstdc++: Break header cycle between <new> and <exception> 2020-09-02 13:56:32 +01:00
free_eh_pool.cc
new_aligned.cc
new_delete_placement.cc
new_handler.cc
new_nothrow.cc
pthread_guard.cc
set_terminate.cc libstdc++: Ensure c++NN effective-target present in more tests 2020-07-31 19:58:03 +01:00
set_unexpected.cc
terminate_handler.cc
unexpected_handler.cc