summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-262-5/+38
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-252-38/+5
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-1/+1
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-241-1/+4
* [libc++] Implement LWG 2510Louis Dionne2019-09-242-5/+35
* Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...Dan Albert2019-09-181-11/+22
* Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...Dan Albert2019-09-161-22/+11
* Implement std::condition_variable via pthread_cond_clockwait() where availableDan Albert2019-09-161-11/+22
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-219-9/+9
* libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.Nico Weber2019-07-301-1/+3
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-071-3/+3
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31144-0/+281
* [libc++][test] Remove non-portable assumption that thread's constructor alloc...Casey Carter2019-05-021-10/+19
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-284-8/+0
* [libc++] Add proper XFAILs for shared_mutex testsLouis Dionne2019-03-2714-2/+13
* Mark another test as flakyKamil Rytarowski2019-02-091-0/+2
* Support tests in freestandingJF Bastien2019-02-04260-260/+779
* Mark another test as flakyKamil Rytarowski2019-01-241-0/+2
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Correct mark for flaky testsKamil Rytarowski2019-01-237-7/+7
* Mark more tests flakyKamil Rytarowski2019-01-232-0/+4
* Mark thread.condition.condvarany/wait_for.pass.cpp as flakyKamil Rytarowski2019-01-231-0/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19260-1040/+780
* Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
* Mark more tests as flakyEric Fiselier2019-01-075-0/+10
* [libcxx] Make UNSUPPORTED for std::async test more fine grainedLouis Dionne2018-11-291-1/+8
* Repair thread-unsafe modifications of n_alive in F.pass.cppBilly Robert O'Neal III2018-10-191-4/+10
* [libcxx] Mark std::async race condition test as unsupported on DarwinLouis Dionne2018-10-091-0/+4
* Mork more tests as FLAKYEric Fiselier2018-10-012-1/+2
* Mark test as flakyEric Fiselier2018-09-221-0/+2
* [libc++] Remove race condition in std::asyncLouis Dionne2018-08-241-0/+58
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-3/+3
* Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow2017-11-272-0/+37
* Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow2017-11-272-37/+0
* Add additional 'UNSUPPORTED' to the test case.Marshall Clow2017-11-231-1/+2
* Add [[nodiscard]] to std::async as part of P0600.Marshall Clow2017-11-231-0/+37
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-216-12/+12
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-157-27/+27
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+2
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-242-0/+4
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej2017-08-0515-15/+15
* [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...Stephan T. Lavavej2017-07-291-130/+130
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-11/+11
* Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow2017-07-271-4/+4
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-191-1/+0
* Fix diagnostic in verify test to match new Clang outputEric Fiselier2017-07-071-1/+1
* Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier2017-06-071-0/+2
* Move POSIX specific test under test/libcxx subdirectoryEric Fiselier2017-05-121-76/+0
OpenPOWER on IntegriCloud