summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to validate the output of %p.Ed Schouten2015-03-161-12/+21
* Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow2015-03-161-0/+16
* Don't hardcode the Czech locale name.Ed Schouten2015-03-1611-30/+44
* Don't hardcode the locale name string.Ed Schouten2015-03-161-1/+2
* Remove unneeded initialisation of fenv_t and fexcept_t.Ed Schouten2015-03-151-2/+2
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-1211-0/+60
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-0/+53
* Copy data files to the remote runner.Dan Albert2015-03-102-18/+30
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-1036-35/+39
* Factor out RemoteExecutor from SSHExecutor.Dan Albert2015-03-101-35/+50
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-6/+4
* [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1Eric Fiselier2015-03-101-0/+34
* Move test to use correct suffixEric Fiselier2015-03-091-0/+0
* Add TrackedValue to test/support. Thanks to Louis DionneEric Fiselier2015-03-091-0/+50
* Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...Marshall Clow2015-03-092-1/+41
* Add CloudABI locale names to platform_support.h.Ed Schouten2015-03-091-0/+10
* Oops. This arg is passed, just ignored.Dan Albert2015-03-061-3/+0
* Fix the PrefixExecutor.Dan Albert2015-03-061-3/+6
* Remove unneeded python importEric Fiselier2015-03-061-1/+0
* Run ShTests when the executor is an instance of LocalExecutorEric Fiselier2015-03-051-1/+3
* Move the <dynarray> tests out of the std/ hierarchy, since it's not really pa...Marshall Clow2015-03-0412-0/+0
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-032-4/+33
* Add better tests for ctype<char>::classic_tableMarshall Clow2015-03-031-0/+36
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-0/+5
* Add remote testing support to the lit config.Jonathan Roelofs2015-02-266-21/+249
* Remove XFAIL on string view test for apples clang compiler. Thanks to Marshal...Eric Fiselier2015-02-241-1/+1
* [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
OpenPOWER on IntegriCloud