summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Add a test with an empty input range - should do nothingMarshall Clow2017-06-131-0/+6
* [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow2017-06-121-0/+35
* Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow2017-06-103-0/+338
* [libcxx] [test] Update locale names for Windows.Stephan T. Lavavej2017-06-081-4/+6
* [libcxx] [test] Remove a Clang/C2 workaround.Stephan T. Lavavej2017-06-081-2/+0
* XFAIL tuple deduction guide test on GCCEric Fiselier2017-06-081-0/+5
* Add tests for class template deduction on std::tuple.Eric Fiselier2017-06-081-0/+150
* Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier2017-06-071-0/+2
* Implement LWG 2904.Michael Park2017-06-073-63/+0
* Fix test with exceptions disabledEric Fiselier2017-06-071-29/+30
* [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter2017-06-075-38/+712
* add missing constexpr to optional::value_orCasey Carter2017-06-061-7/+13
* 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
* Remove incorrect #ifdef guards around variant tests.Eric Fiselier2017-05-262-4/+2
* [test] Fix breakage from r303947 =(Casey Carter2017-05-261-2/+4
* [test] make_shared<T()>(...) is, uh, libc++-specificCasey Carter2017-05-261-5/+13
* Update more coroutine_handle signatures to reflect N4663.Eric Fiselier2017-05-253-10/+59
* Add asserts that the nullptr is maintained in string erase operations.Billy Robert O'Neal III2017-05-254-0/+6
* Update coroutine_handle<P>::promise to reflect N4663.Eric Fiselier2017-05-251-3/+3
* [test] Workaround C1XX bug in uses_allocator_types.hppCasey Carter2017-05-251-1/+4
* Add support for shared_ptr<FunctionType>Erik Pilkington2017-05-251-1/+12
* Add <experimental/coroutine>Eric Fiselier2017-05-2517-0/+1002
* Add non-parallel version of for_each_n (+tests) from the Parallelism TSMarshall Clow2017-05-251-0/+61
* Add some constexpr tests for optional's move/copy ctorMarshall Clow2017-05-252-0/+27
* Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow2017-05-231-28/+0
* Make next/prev/advance/distance operations on iterators be constexpr. I misse...Marshall Clow2017-05-174-3/+116
* Mark the copy constructor and move Marshall Clow2017-05-172-2/+12
* [test] Add specific test for P0138R2, direct-list-init of fixed enums from in...Casey Carter2017-05-121-0/+21
* [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3.Casey Carter2017-05-1215-45/+0
* [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3.Casey Carter2017-05-1215-34/+34
* Fix C++03 test failures caused by static_assert emulationEric Fiselier2017-05-123-6/+6
* Cleanup test issues reported by STL @ Microsoft.Eric Fiselier2017-05-1210-1613/+1214
* Remove non-standard basic_string_view::clear() member.Eric Fiselier2017-05-121-67/+0
* Move POSIX specific test under test/libcxx subdirectoryEric Fiselier2017-05-121-76/+0
* Move tests for libc++ configurations into libcxx/ test subdirectoryEric Fiselier2017-05-123-32/+0
* Fix or move tests with non-standard assumptionsEric Fiselier2017-05-124-131/+42
* Guard usage of libc++ regex internals inside test.Eric Fiselier2017-05-121-23/+45
OpenPOWER on IntegriCloud