summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-12Include newlib-specific locales in __localeSergey Dmitrouk
2014-12-12Add support for building libc++ as a 32 bit libraryEric Fiselier
2014-12-12Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier
2014-12-11Add 'REQUIRES: long_tests' to one more long testJonathan Roelofs
2014-12-11Add 'REQUIERS: long_tests' to a few more long testsJonathan Roelofs
2014-12-11Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__Jonathan Roelofs
2014-12-11Add an XFAIL for Newlib's missing uchar.hJonathan Roelofs
2014-12-11Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs
2014-12-11Mark some more fenv tests as UNSUPPORTED by newlibJonathan Roelofs
2014-12-11Add an XFAIL for Newlib's missing fenv.hJonathan Roelofs
2014-12-09Update information on where to find buildbots. Remove dead buildbot links.Eric Fiselier
2014-12-09Move the optional tests into test/experimental. They were put into test/utili...Marshall Clow
2014-12-09Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow
2014-12-08Explicitly include <sched.h> for sched_yield()Sergey Dmitrouk
2014-12-07Give lit.cfg's threading options default values when not defined.Eric Fiselier
2014-12-07Mark a couple of tests as XFAIL with older compilers.Eric Fiselier
2014-12-07Consolidate error reporting in lit.cfgEric Fiselier
2014-12-07Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests.Eric Fiselier
2014-12-06Fix apple clang detection in lit.cfgEric Fiselier
2014-12-06Unify and cleanup rpath handling in tests.Eric Fiselier
2014-12-06[libcxx] Add logic to probe compiler in tests.Eric Fiselier
2014-12-06Add support for building and testing libc++ without threads to CMake.Eric Fiselier
2014-12-06Improve error message when _LIBCPP_HAS_NO_MONOTONIC_CLOCK is used improperlyEric Fiselier
2014-12-02libc++: support NaCl when building thread.cppJF Bastien
2014-12-01libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien
2014-11-26libc++: integral types trap on PNaClJF Bastien
2014-11-25Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier
2014-11-24Print lit configuration information after all configuration is done.Eric Fiselier
2014-11-24Add better support for custom test runners.Dan Albert
2014-11-21Handle extra whitespace in linux distribution name.Eric Fiselier
2014-11-21Mark some locale tests as XFAIL on debian and opensuse.Eric Fiselier
2014-11-21Add more REQUIRES: LOCALE.* to tests.Dan Albert
2014-11-20Remove xfail tag for darwin from quick_exit testEric Fiselier
2014-11-20Remove tests that va_copy is not defined when C++ < 11.Eric Fiselier
2014-11-19Change contradictory wording in va_copy test error message.Eric Fiselier
2014-11-19Implement N4280 - 'Non-member size() and more'Marshall Clow
2014-11-19Added entries for bugs 2118 and 2306, which were closed in UrbanaMarshall Clow
2014-11-19Overhaul and separate nullptr_t tests to pass with C++03.Eric Fiselier
2014-11-19Revert r222296 to fix bad commit messageEric Fiselier
2014-11-19Cleanup quick_exit tests and get them passing in C++03.Eric Fiselier
2014-11-19diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/la...Eric Fiselier
2014-11-18Modify tests to check that va_copy is only defined in C++11 and beyond.Eric Fiselier
2014-11-18Flush out test cases for tuples constructor SFINAEEric Fiselier
2014-11-18Add support for LLVM_USE_SANITIZER=ThreadEric Fiselier
2014-11-18Marked LWG 2399 as complete. I committed a test for this earlier today.Marshall Clow
2014-11-18Add a test for LWG issue #2399. We already implement this, but now we have a ...Marshall Clow
2014-11-18Update status of LWG issues 2340, 2396 and 2401. In all three cases, these ar...Marshall Clow
2014-11-18Since Eric poisoned the comma operator on all our test iterators, we no longe...Marshall Clow
2014-11-17Fix the tests I broke with the last commit. Sorry for the noiseMarshall Clow