summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/futures
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3147-0/+87
* Support tests in freestandingJF Bastien2019-02-0477-77/+230
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1977-308/+231
* [libcxx] Make UNSUPPORTED for std::async test more fine grainedLouis Dionne2018-11-291-1/+8
* [libcxx] Mark std::async race condition test as unsupported on DarwinLouis Dionne2018-10-091-0/+4
* Mork more tests as FLAKYEric Fiselier2018-10-011-1/+1
* 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
* [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] The entire file futures.shared_future/wait_until.pass.cpp was...Stephan T. Lavavej2017-07-291-130/+130
* Fix diagnostic in verify test to match new Clang outputEric Fiselier2017-07-071-1/+1
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-3/+5
* Fix most failures caused by r300140Eric Fiselier2017-04-131-1/+1
* 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-034-20/+5
* [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
* 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 unused parameters and variablesEric Fiselier2016-12-235-3/+10
* 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
* Protect futures test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-1/+7
* [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-142-0/+3
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-0616-22/+84
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-241-1/+5
* 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
* Cleanup non-standard tests as reported by STL@microsoft.com. NFC.Eric Fiselier2016-06-0118-31/+2
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-2/+1
* Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...Eric Fiselier2016-04-301-3/+3
* Fix or move various non-standard tests.Eric Fiselier2016-04-292-115/+70
* Rename function parameters to avoid shadowing. Patch from STL@microsoft.comEric Fiselier2016-04-281-4/+4
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-238-4/+16
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1020-0/+20
* Remove empty file that arcanist createdEric Fiselier2015-08-281-0/+0
* [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03Eric Fiselier2015-08-2838-603/+334
* Mark std::packaged_task tests as unsupported in C++03.Eric Fiselier2015-08-1918-61/+45
* Mark async tests as UNSUPPORTED in C++03 because it requires variadicsEric Fiselier2015-07-282-0/+2
* Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow2015-06-301-1/+1
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-0/+67
OpenPOWER on IntegriCloud