summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-04Fix exception address alignment test for EHABIAsiri Rathnayake
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-04Add missing UNSUPPORTED for -fno-exception modeEric Fiselier
2017-03-04Attempt to suppress test failures on OS XEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-04Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppEric Fiselier
2017-02-27Attempt to fix arm-native libcxxabi tests for the no-exceptions variantAsiri Rathnayake
2017-02-17Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected ha...Eric Fiselier
2017-02-09Fix path to libc++'s python test moduleEric Fiselier
2017-01-31Add support for demangling C++11 thread_local variables. In clang, the gramma...David Bozier
2017-01-27Fix ASAN failure in cxa_demangleMehdi Amini
2017-01-24cxa_demangle: fix rvalue ref checkSaleem Abdulrasool
2017-01-24cxa_demangle: avoid butchering the last parameter typeSaleem Abdulrasool
2017-01-24Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier
2017-01-20Fix catch_reference_nullptr.pass.cpp test for GCC.Eric Fiselier
2017-01-18Revert r286788Jonathan Roelofs
2017-01-16Mark the dynamic-exception tests as unsupported under C++17, since it has no ...Marshall Clow
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-12-24Suppress unreachable code warning in unwind testsEric Fiselier
2016-12-24Fix warnings in libc++abi testsEric Fiselier
2016-12-13[libc++abi] Mark failing test on Darwin as XFAILShoaib Meenai
2016-12-11Fix signed comparison warningEric Fiselier
2016-12-11Workaround the removal of dynamic exception specifications in C++17Eric Fiselier
2016-12-02Check for SD-6 feature test macro when determining which tests should beRichard Smith
2016-12-02Fix up r288457 for compilers that don't support noexcept function types:Richard Smith
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-14__cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool
2016-11-13Fix GCC libc++abi buildEric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-11-09[libc++abi] Remove the test for checking using of fallback malloc in case of ...Igor Kudrin
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-10-31Spell libcxxabi-no-threads correctlyEric Fiselier
2016-10-30Mark thread exit test as unsupported w/o threadsEric Fiselier
2016-10-14Mark test as unsupported without threadsEric Fiselier
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2016-10-12Fix libc++abi test config after recent libc++ changesEric Fiselier
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-09-16Fix side effect in assertionEric Fiselier
2016-09-02[lit] Replace print with lit_config.note().Logan Chien
2016-08-28[CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-28test: fix test under ASAN and MSANSaleem Abdulrasool
2016-08-13Fix ASAN failures in the demanglerMehdi Amini
2016-08-08Do not depend on unwind when building standalonePetr Hosek
2016-07-19Attempt to bring peace to -Werror buildbots.Richard Smith