summaryrefslogtreecommitdiffstats
path: root/test/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-071-0/+94
* Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-063-10/+19
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-1/+12
* Fix PR12999 - unordered_set::insert calls operator new when no insert occursEric Fiselier2015-06-131-0/+48
* Mark __convert_to_integral test as XFAIL in c++03Eric Fiselier2015-05-271-0/+3
* Add test macros header to remove dependance on __config macros.Eric Fiselier2015-05-271-0/+58
* Address @danalberts comments on r237700Eric Fiselier2015-05-191-1/+1
* Fix uninitialized values and bad enum conversions found by UBSAN.Eric Fiselier2015-05-191-1/+1
* Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.Eric Fiselier2015-05-192-1/+24
* libcxx: Enhance lit test command in verbose mode.Logan Chien2015-05-171-5/+8
* Implement std::experimental::sample.Evgeniy Stepanov2015-05-133-0/+41
* Fix some preprocessor directives that were generating warnings in the test su...Marshall Clow2015-04-282-2/+2
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-311-0/+7
* Allow enabling CCache through an env variable. This helps enable/disable the ...Eric Fiselier2015-03-311-1/+2
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-0/+14
* Fix DYNLD_LIBRARY_PATH to include the ABI path if specifiedEric Fiselier2015-03-171-13/+20
* Fix failed test command repro printing for *.pass.cpp testsJonathan Roelofs2015-03-172-4/+8
* [libcxx] Add <experimental/tuple> header for LFTS.Eric Fiselier2015-03-172-0/+41
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-122-0/+14
* 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-101-0/+3
* Factor out RemoteExecutor from SSHExecutor.Dan Albert2015-03-101-35/+50
* 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/+787
* Add remote testing support to the lit config.Jonathan Roelofs2015-02-264-21/+246
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-1/+4
* 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
* [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
* [libcxx] Add <experimental/ratio>Eric Fiselier2015-02-172-0/+44
* Appease buildbotsJonathan Roelofs2015-02-131-2/+2
* Modularize TargetInfo discovery in the lit configJonathan Roelofs2015-02-132-29/+95
* Update double_include.sh.cpp for new headers.Eric Fiselier2015-02-111-0/+2
* 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
* [libcxx] Properly convert the count arguments to the *_n algorithms before use.Eric Fiselier2015-02-101-0/+89
* Remove use of _[A-Z] identifiers and poison them to detect usageEric Fiselier2015-02-051-2/+3
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-051-0/+9
* add platform to LIT's available featuresEric Fiselier2015-02-031-0/+8
* [libcxx] Add <experimental/system_error>Eric Fiselier2015-02-032-0/+42
* [libcxx] Add <experimental/chrono>Eric Fiselier2015-02-022-0/+42
* Fix flag order of -xc++ in CXXCompiler.Eric Fiselier2015-01-281-4/+6
* Fix linking pthread in tests on FreeBSDEric Fiselier2015-01-271-1/+1
* Change the available features used for no-rtti and no-exceptionsEric Fiselier2015-01-261-6/+4
* [libcxx] Allow use of ShTest in libc++ tests along with other changes.Eric Fiselier2015-01-229-198/+484
* Fix lit config typoJonathan Roelofs2015-01-221-1/+1