summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-211-0/+17
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-208-0/+736
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-192-0/+4
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-1952-12/+103
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-181-13/+49
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-178-0/+360
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-124-0/+4
* Remove undefined behavior from test; specifically, compare(NULL, XXX, 0)Marshall Clow2015-02-121-1/+1
* Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha...Marshall Clow2015-02-121-2/+1
* Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03Marshall Clow2015-02-111-0/+2
* Fix PR 22541: When values are equal, minmax should return the rightmost one i...Marshall Clow2015-02-111-0/+35
* libc++ tests: wait_until.pass test sporadically fails (bug 21998)Eric Fiselier2015-02-112-194/+258
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-101-1/+1
* Fix more issues exposed by -pedantic-errors in c++03 modeEric Fiselier2015-02-1027-26/+28
* Remove use of zero length arrays in tests. Get tests passing with -pedantic-e...Eric Fiselier2015-02-108-228/+58
* [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...Eric Fiselier2015-02-104-0/+81
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-105-11/+30
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-102-1/+3
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-0523-16/+57
* Test commit: remove whitespace at EOL.Dimitry Andric2015-02-051-1/+1
* Fix alignment in tests for readability.Eric Fiselier2015-02-032-4/+4
* [libcxx] Add <experimental/system_error>Eric Fiselier2015-02-033-0/+96
* [libcxx] Add <experimental/chrono>Eric Fiselier2015-02-022-0/+68
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...Marshall Clow2015-02-021-5/+24
* Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...Marshall Clow2015-02-022-3/+12
* Fix for PR22061 by K-balloMarshall Clow2015-01-281-3/+6
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-28157-255/+155
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-285-29/+29
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-284-0/+189
* [libcxx] Make __wrap_iter work with gcc.Nico Weber2015-01-271-0/+20
* Added test for incomplete type support in vector/list/forward_list. Reference...Marshall Clow2015-01-263-0/+6
* Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow2015-01-261-0/+84
* Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...Marshall Clow2015-01-221-1/+40
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-1812-35/+8
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-1428-57/+57
* Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow2015-01-131-0/+9
* Fix vexing parse in test.Eric Fiselier2015-01-121-1/+1
* One more #include request in the test suite from Walter BrownMarshall Clow2015-01-111-0/+1
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-0969-0/+70
* In early C++11 standard drafts, std::function derived from std::unary_functio...Marshall Clow2015-01-081-29/+88
* Add checks to make sure the hash functor has the right typedefsMarshall Clow2015-01-081-0/+4
* Missed a typenameMarshall Clow2015-01-071-2/+2
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-0711-24/+35
* In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega...Marshall Clow2015-01-074-4/+8
* Add tests to check the typedefs from the result of std::owner_lessMarshall Clow2015-01-071-0/+8
* Missed one comparison test in r225375Marshall Clow2015-01-071-1/+3
* In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/...Marshall Clow2015-01-0716-16/+48
* Move a test to the new tests directory.Dan Albert2015-01-061-0/+43
* Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...Marshall Clow2015-01-061-0/+49
OpenPOWER on IntegriCloud