summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.condition
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3122-0/+44
* Support tests in freestandingJF Bastien2019-02-0427-27/+81
* Mark another test as flakyKamil Rytarowski2019-01-231-0/+2
* Correct mark for flaky testsKamil Rytarowski2019-01-232-2/+2
* Mark more tests flakyKamil Rytarowski2019-01-231-0/+2
* 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-1927-108/+81
* Mark more tests as flakyEric Fiselier2019-01-072-0/+4
* Move POSIX specific test under test/libcxx subdirectoryEric Fiselier2017-05-121-76/+0
* test: mark requirement for pthread testSaleem Abdulrasool2017-02-121-0/+1
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-3/+3
* fix newly failing c++03 testsEric Fiselier2016-12-241-3/+6
* Fix unused parameters and variablesEric Fiselier2016-12-231-4/+5
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-311-1/+1
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-031-0/+75
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-221-22/+0
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-221-29/+0
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Finally get the test suite passing in C++03!!Eric Fiselier2015-08-281-0/+4
* Remove test_atomic.h headerEric Fiselier2015-08-192-7/+8
* [libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier2015-08-185-130/+142
* Move test into test/std subdirectory.Eric Fiselier2014-12-2030-0/+1881
OpenPOWER on IntegriCloud