summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-22[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier
2015-01-22Enable backtrace_test for ARM.Logan Chien
2015-01-21Merge libc++abi's lit configuration with libc++'sJonathan Roelofs
2015-01-21Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-12-13Use the newer python syntax for exceptionsJustin Bogner
2014-11-25Fix comment on end of #endif to match #ifEric Fiselier
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-24[libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier
2014-11-21Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier
2014-11-21[libcxxabi] Cleanup memory in tests to placate ASAN.Eric Fiselier
2014-11-18Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier
2014-11-14Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier
2014-11-07Move ARM failure from FIXME to XFAILRenato Golin
2014-11-06Add support for UNSUPPORTED tag to litEric Fiselier
2014-11-05Disable backtrace libcxxabi test on ARMRenato Golin
2014-10-23Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier
2014-10-23Only link the tests against -ldl on linuxEric Fiselier
2014-10-23[libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs
2014-08-29Add missing include to a test case.Dan Albert
2014-08-29Make _Unwind_Backtrace() work on ARM.Dan Albert
2014-07-11Add support for building and testing the unwinder.Dan Albert
2014-07-10Add lit configs for libcxxabi tests.Dan Albert
2014-06-03Add test case for inherited exceptionsJonathan Roelofs
2014-05-31Add EH test case checking that handlers in noexcept functions can still unwindJonathan Roelofs
2014-05-31Add EH test cases corresponding to C++ ABI # 15.3.3Jonathan Roelofs
2014-05-12PR19091: Track whether we're demangling a function template specialization toRichard Smith
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-05-10Check exception specification with __cplusplus.Logan Chien
2014-05-06On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-05-04Try harder to get the compiler to use float registers in differentJoerg Sonnenberger
2014-05-03Don't use bash features.Joerg Sonnenberger
2014-04-29Add unwind test case that checks restoring of float registers (such as on AAr...Nick Kledzik
2014-02-17Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson
2014-02-06Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...Marshall Clow
2014-02-05Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, tooMarshall Clow
2014-01-06Implement demangling for user-defined operators.Howard Hinnant
2013-12-11Fix demangling crasher. The crasher involved nested <encoding> involving par...Howard Hinnant
2013-12-0580-column wrap a comment in a testNico Weber
2013-12-04Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....Marshall Clow
2013-07-30tip-of-trunk clang has corrected some access checks for special members in a ...Howard Hinnant
2013-06-23I'd no sooner made the last commit when Matthew Dempsky sent me another test ...Howard Hinnant
2013-06-23After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...Howard Hinnant
2013-06-23Filter out '`' in mangled strings and reject them as invalid if found.Howard Hinnant
2013-06-21I created a random mangled name generator and have thrown about 200 million r...Howard Hinnant
2013-06-20Another demangler crasher. Updated test suite to prevent regression.Howard Hinnant