summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/futures/futures.async
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* Support tests in freestandingJF Bastien2019-02-044-4/+11
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [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
* [libc++] Remove race condition in std::asyncLouis Dionne2018-08-241-0/+58
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-3/+3
* 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] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* Enable -Wunreachable-code and fix duplicate warning flagsEric Fiselier2016-12-241-1/+2
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* [libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake2016-10-061-2/+3
* 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-291-110/+63
* Rename function parameters to avoid shadowing. Patch from STL@microsoft.comEric Fiselier2016-04-281-4/+4
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Mark async tests as UNSUPPORTED in C++03 because it requires variadicsEric Fiselier2015-07-282-0/+2
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-0/+67
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+198
OpenPOWER on IntegriCloud