summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...Eric Fiselier2015-02-211-0/+17
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-1/+4
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-208-0/+736
* Fix incorrect locale mapping in config.py on OSXEric Fiselier2015-02-191-1/+1
* Move to using -fdiagnostics-color=always on both GCC and ClangEric Fiselier2015-02-191-9/+1
* 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
* [libcxx] Tired of colorless compile errors? Enable color diagnostics today!Eric Fiselier2015-02-181-0/+20
* Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.Eric Fiselier2015-02-181-0/+10
* [libc++] Fix PR20084 - std::is_function<void() const> failed.Eric Fiselier2015-02-181-13/+49
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-1710-0/+404
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
* Appease buildbotsJonathan Roelofs2015-02-131-2/+2
* Modularize TargetInfo discovery in the lit configJonathan Roelofs2015-02-134-29/+98
* Fix error checking in get_temp_file_name().Dan Albert2015-02-131-4/+7
* 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
* Update double_include.sh.cpp for new headers.Eric Fiselier2015-02-111-0/+2
* libc++ tests: wait_until.pass test sporadically fails (bug 21998)Eric Fiselier2015-02-112-194/+258
* Make convert_to_integral.pass.cpp more platform generic.Eric Fiselier2015-02-111-3/+5
* Remove default definition for libcxx_obj_dir because it doesn't make senseEric Fiselier2015-02-111-6/+6
* Add pragma system header to some experimental headers and add newlines to files.Eric Fiselier2015-02-102-2/+2
* 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-107-11/+163
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-103-10/+12
* Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier2015-02-052-2/+35
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-0524-16/+66
* Test commit: remove whitespace at EOL.Dimitry Andric2015-02-051-1/+1
* add platform to LIT's available featuresEric Fiselier2015-02-031-0/+8
* Fix alignment in tests for readability.Eric Fiselier2015-02-032-4/+4
* Don't assume LIT_EXECUTABLE points to a Python script, take 2Greg Fitzgerald2015-02-031-14/+20
* Revert "Don't assume LIT_EXECUTABLE points to a Python script"Greg Fitzgerald2015-02-031-20/+14
* Don't assume LIT_EXECUTABLE points to a Python scriptGreg Fitzgerald2015-02-031-14/+20
* [libcxx] Add <experimental/system_error>Eric Fiselier2015-02-035-0/+138
* [libcxx] Add <experimental/chrono>Eric Fiselier2015-02-024-0/+110
* 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-205/+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-285-0/+241
* Fix flag order of -xc++ in CXXCompiler.Eric Fiselier2015-01-281-4/+6
* Fix definition of __has_feature in r227263Eric Fiselier2015-01-271-1/+1
* Ensure __has_feature is defined in test/support/count_new.hppEric Fiselier2015-01-271-0/+4
* Fix linking pthread in tests on FreeBSDEric Fiselier2015-01-271-1/+1
OpenPOWER on IntegriCloud