summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Add include of <string> to <system_error>, since things in there return strin...Marshall Clow2017-09-112-0/+21
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* Revert "Fix PR34298 - Allow std::function with an incomplete return type."Eric Fiselier2017-09-101-36/+1
* Fix PR34298 - Allow std::function with an incomplete return type.Eric Fiselier2017-09-101-1/+36
* XFAIL tests on SLES11Brian Cain2017-09-083-0/+3
* Add even more string_view tests. These found some bugs in the default paramet...Marshall Clow2017-09-078-0/+1416
* Another missing string_view testMarshall Clow2017-09-071-0/+74
* Add more string_view testsMarshall Clow2017-09-073-0/+909
* [test] Cleanup nullopt_t testsCasey Carter2017-08-313-44/+14
* Fix test for C++03Marshall Clow2017-08-291-3/+4
* Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken DÃ...Marshall Clow2017-08-281-0/+21
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-2414-13/+41
* [libcxx] [test] Rename _Up to U, etc. NFCI.Stephan T. Lavavej2017-08-115-18/+18
* [libcxx] [test] Rename __x to x. NFCI.Stephan T. Lavavej2017-08-114-25/+26
* [libcxx] [test] Rename __c to ch. NFCI.Stephan T. Lavavej2017-08-1137-148/+148
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-1122-72/+72
* [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC.Stephan T. Lavavej2017-08-051-6/+6
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-057-7/+7
* [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC.Stephan T. Lavavej2017-08-0516-16/+16
* Fix shadowing warningMarshall Clow2017-08-021-1/+1
* Fix PR33727: std::basic_stringbuf only works with DefaultConstructible alloca...Marshall Clow2017-08-021-0/+19
* Mark LWG 2942 as completeEric Fiselier2017-07-302-4/+2
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-2934-36/+36
* [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was...Stephan T. Lavavej2017-07-291-130/+130
* [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-299-9/+9
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-29116-752/+752
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2017-07-295-19/+17
* [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pas...Stephan T. Lavavej2017-07-271-1/+0
* Disable the deduction guide test I added in 309296 for the moment, while I fi...Marshall Clow2017-07-271-0/+4
* Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow2017-07-272-4/+9
* Remove addtional parameters in function std::next() and std::prev()Rachel Craik2017-07-242-0/+6
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-1916-32/+0
* [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preproces...Stephan T. Lavavej2017-07-191-2/+8
* [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char'...Stephan T. Lavavej2017-07-192-2/+2
* Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier2017-07-101-2/+35
* Fix test failure to to new/delete ellisionsEric Fiselier2017-07-091-2/+3
* optional: Implement LWG 2900 and P0602Casey Carter2017-07-094-27/+55
* Fix diagnostic in verify test to match new Clang outputEric Fiselier2017-07-071-1/+1
* Fix a bug in regex_Iterator where it would report zero-length matches forever...Marshall Clow2017-07-051-0/+18
* Fix equivalent test on OS X and FreeBSDEric Fiselier2017-07-051-7/+7
* Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier2017-07-051-51/+75
* Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka2017-06-301-36/+0
* Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow2017-06-282-0/+54
* [libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka2017-06-261-0/+36
* Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow2017-06-235-0/+635
* [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej2017-06-201-2/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-2014-32/+31
* [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej2017-06-201-6/+16
* Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park2017-06-191-0/+14
OpenPOWER on IntegriCloud