summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/language.support/support.coroutines
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3114-0/+26
* Support tests in freestandingJF Bastien2019-02-0427-28/+81
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* [coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov2018-04-051-1/+0
* [coroutines] libcxx noop_coroutine. Make bots happierGor Nishanov2018-04-041-0/+10
* [coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov2018-04-041-0/+66
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* Allow coroutine_handle<const T> to support creation from const references to ...Eric Fiselier2017-06-161-0/+35
* Mark two coroutine tests as unsupported under ubsan, againVedant Kumar2017-06-022-0/+6
* Revert "Mark two coroutine tests as unsupported under ubsan"Vedant Kumar2017-06-022-6/+0
* [test] Allow non-libc++ coroutine_handle::done to strengthen noexceptCasey Carter2017-06-014-6/+6
* Mark two coroutine tests as unsupported under ubsanVedant Kumar2017-06-012-0/+6
* Remove ubsan XFAILS in two testsVedant Kumar2017-06-012-6/+0
* Fix silly mistakes in recent changes made to coroutine testEric Fiselier2017-05-311-4/+2
* Transform the libc++ coroutine shell tests into normal .pass.cpp tests.Eric Fiselier2017-05-3125-107/+15
* [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything...Eric Fiselier2017-05-292-0/+55
* Fix coroutine test failures caused by API misusages.Eric Fiselier2017-05-293-6/+6
* Correct XFAIL's in coroutine tests to only list ubsanEric Fiselier2017-05-282-9/+10
* Fix use of uninitialized memoryEric Fiselier2017-05-281-1/+1
* XFAIL tests which trigger coroutine debug info crash in ClangEric Fiselier2017-05-282-0/+8
* Add hack to allow test to run w/o C++17 copy elisionEric Fiselier2017-05-281-2/+9
* [coroutines] Add end-to-end tests within libc++Eric Fiselier2017-05-288-0/+809
* Update more coroutine_handle signatures to reflect N4663.Eric Fiselier2017-05-253-10/+59
* Update coroutine_handle<P>::promise to reflect N4663.Eric Fiselier2017-05-251-3/+3
* Add <experimental/coroutine>Eric Fiselier2017-05-2517-0/+1002
OpenPOWER on IntegriCloud