summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread
Commit message (Expand)AuthorAgeFilesLines
...
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-122-70/+22
* Mark test using <sys/time.h> as UNSUPPORTED on WindowsEric Fiselier2017-05-051-0/+3
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-045-3/+21
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-2/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.Eric Fiselier2017-04-184-15/+13
* Fix most failures caused by r300140Eric Fiselier2017-04-131-1/+1
* Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow2017-03-2410-77/+145
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+3
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-151-2/+2
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-038-32/+9
* test: mark requirement for pthread testSaleem Abdulrasool2017-02-121-0/+1
* [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object preve...Stephan T. Lavavej2017-02-051-6/+6
* Implement LWG2556: Wide contract for future::share()Marshall Clow2017-01-241-0/+6
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-1/+28
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-182-4/+4
* Add support for running our test suite against MSVC's STLEric Fiselier2017-01-181-2/+2
* Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez2017-01-102-2/+2
* Enable -Wunreachable-code and fix duplicate warning flagsEric Fiselier2016-12-241-1/+2
* fix newly failing c++03 testsEric Fiselier2016-12-241-3/+6
* Fix unused parameters and variablesEric Fiselier2016-12-239-12/+20
* Fix yet another dynamic exception specEric Fiselier2016-12-111-2/+2
* Add more test cases to packaged_task copyability testEric Fiselier2016-12-081-2/+4
* Avoid C++17 guaranteed copy elision when testing for non-copyabilityEric Fiselier2016-12-081-1/+2
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-0522-39/+22
* Protect futures test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-1/+7
* Mark variadic lock guard tests as XFAIL with modules, since they have to defi...Eric Fiselier2016-11-217-1/+24
* [libcxx] [test] D26625: future_error::what() is implementation-defined.Stephan T. Lavavej2016-11-151-4/+6
* Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...Marshall Clow2016-11-142-0/+12
* Implement P0510 'Make future_error Constructible' adopted in IssaquahMarshall Clow2016-11-141-0/+14
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-143-0/+4
* Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0113-18/+86
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-311-1/+1
* Prevent the test suite from hanging when run against libstdc++Eric Fiselier2016-10-121-0/+5
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-0617-24/+89
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-241-1/+5
* [libcxx] Add a TSan regression test for a data race in call_onceKuba Brecka2016-09-141-0/+48
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-031-0/+75
* Add "FLAKY_TEST" test directive to support re-running flaky tests.Eric Fiselier2016-08-3015-0/+30
* Fix C++03 build.Eric Fiselier2016-06-301-0/+3
* Make futures.overview enum tests more portable. Patch from STL@microsoft.comEric Fiselier2016-06-302-9/+16
* Placate MSVC's unchecked malloc warning in thread tests.Eric Fiselier2016-06-221-1/+3
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-223-64/+0
* Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier2016-06-222-2/+2
* Move native_handle thread tests to test/libcxxEric Fiselier2016-06-225-164/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+4
* Add missing includeEric Fiselier2016-06-141-0/+2
* Implement variadic lock_guard.Eric Fiselier2016-06-148-28/+410
* Remove unused local var. Patch from STL@microsoft.comEric Fiselier2016-06-141-1/+1
* Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.Eric Fiselier2016-06-021-1/+1
* Mark LWG issue 2250 as completeEric Fiselier2016-06-022-0/+40
OpenPOWER on IntegriCloud