gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely fe8d7fec4d libstdc++: Fix failing tests for AIX
These two tests fail on AIX because <sys/thread.h> defines struct thread
in the global namespace (despite it not being a reserved name). That
means the using-declaration that adds it to the global namespace causes
a redeclaration error.

libstdc++-v3/ChangeLog:

	* testsuite/30_threads/thread/cons/84535.cc: Use a custom
	namespace.
	* testsuite/30_threads/thread/cons/lwg2097.cc: Likewise.
2020-08-11 16:16:22 +01:00
..
async Update copyright years. 2020-01-01 12:51:42 +01:00
call_once Update copyright years. 2020-01-01 12:51:42 +01:00
condition_variable libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
condition_variable_any libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
future libstdc++: Add static assertions to futures and promises [LWG 3458] 2020-07-22 20:11:00 +01:00
headers libstdc++: Use c++NN_only effective target to tests 2020-07-31 19:58:02 +01:00
jthread libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
lock Update copyright years. 2020-01-01 12:51:42 +01:00
lock_guard Update copyright years. 2020-01-01 12:51:42 +01:00
mutex Update copyright years. 2020-01-01 12:51:42 +01:00
once_flag/cons Update copyright years. 2020-01-01 12:51:42 +01:00
packaged_task Update copyright years. 2020-01-01 12:51:42 +01:00
promise libstdc++: Add static assertions to futures and promises [LWG 3458] 2020-07-22 20:11:00 +01:00
recursive_mutex Update copyright years. 2020-01-01 12:51:42 +01:00
recursive_timed_mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
scoped_lock Update copyright years. 2020-01-01 12:51:42 +01:00
shared_future libstdc++: Add static assertions to futures and promises [LWG 3458] 2020-07-22 20:11:00 +01:00
shared_lock libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
shared_mutex libstdc++: Ensure c++NN effective target present in all C++17 tests 2020-07-31 19:58:02 +01:00
shared_timed_mutex libstdc++ Add missing tests for std::shared_timed_mutex 2020-03-25 22:16:22 +00:00
stop_token libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
this_thread libstdc++: Make std::this_thread functions work without gthreads 2020-08-11 16:16:21 +01:00
thread libstdc++: Fix failing tests for AIX 2020-08-11 16:16:22 +01:00
timed_mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
try_lock Update copyright years. 2020-01-01 12:51:42 +01:00
unique_lock libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00