Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guard a number of tests relying on threads support when built in | Richard Barton | 2016-03-23 | 2 | -0/+2 |
* | Attempt to prevent flaky thread.mutex tests by once again increasing timing t... | Eric Fiselier | 2015-10-01 | 8 | -19/+24 |
* | Refactor flaky shared_mutex tests | Eric Fiselier | 2015-08-26 | 4 | -22/+39 |
* | Refactor and fix more flaky shared_mutex tests | Eric Fiselier | 2015-08-25 | 6 | -37/+123 |
* | Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480 | Marshall Clow | 2015-06-30 | 8 | -0/+327 |
* | Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests | Marshall Clow | 2015-06-11 | 9 | -48/+10 |
* | [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang. | Eric Fiselier | 2015-04-02 | 1 | -0/+70 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 42 | -0/+1709 |