summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+2
| | | | llvm-svn: 290459
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-221-54/+0
| | | | llvm-svn: 273341
* Remove unused local var. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
| | | | llvm-svn: 272622
* Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.Eric Fiselier2016-06-021-1/+1
| | | | llvm-svn: 271501
* Mark LWG issue 2250 as completeEric Fiselier2016-06-022-0/+40
| | | | llvm-svn: 271475
* Remove test_atomic.h headerEric Fiselier2015-08-191-3/+2
| | | | | | | Because <atomic> can now be used in C++03 there is no need for the test_atomic.h header. This commit removes the header and converts all usages to use <atomic> instead. llvm-svn: 245468
* Use TestAtomic instead of std::atomic so the test can run in C++03Eric Fiselier2015-08-191-2/+3
| | | | llvm-svn: 245415
* Fix race condition in thread test.Eric Fiselier2015-05-191-8/+25
| | | | llvm-svn: 237745
* Fix race conditions in test class used throughout the std::thread tests.Eric Fiselier2015-04-025-5/+10
| | | | | | | | | | | The test class 'G' reads and writes to the same static variables in its constructor, destructor and call operator. When threads are constructed using `std::thread t((G()))` there is a race condition between the destruction of the temporary and the execution of `G::operator()()`. The fix is to simply create the input before creating the thread. llvm-svn: 233946
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+328
llvm-svn: 224658
OpenPOWER on IntegriCloud