summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/futures/futures.shared_future
AgeCommit message (Expand)Author
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-02-23[libc++] Granularize chrono includesNikolas Klauser
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-14[libcxx testing] Remove ALLOW_RETRIES from two futures testsDavid Zarzycki
2020-05-13[libcxx testing] Remove ALLOW_RETRIES from wait_for futures testDavid Zarzycki
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-03-25[libc++] Drop custom support for flaky tests from libc++ test suiteLouis Dionne
2020-03-04[libc++] Mark the shared_future.wait_for test as being flakyLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-01Mork more tests as FLAKYEric Fiselier
2018-09-22Mark test as flakyEric Fiselier
2017-07-29[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...Stephan T. Lavavej
2017-01-10Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-14Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...Marshall Clow
2016-10-06[libcxx] Recover no-exceptions XFAILs - IAsiri Rathnayake
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-08-28[libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03Eric Fiselier
2015-02-11libc++ tests: wait_until.pass test sporadically fails (bug 21998)Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier