summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-03-17[libcxxabi] Disable cxa_thread_atexit_test if unavailableJonas Hahnfeld
2016-03-04Reducing stack usage of testBen Craig
2016-01-20[libcxxabi] Make test tolerant of uncommon floating literal demanglingsBen Craig
2016-01-20Mark some tests as XFAIL with GCC due to compiler bugsEric Fiselier
2016-01-20Fix link flags order in RUN command.Eric Fiselier
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-19Add missing license headersEric Fiselier
2016-01-15Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber
2015-12-23Add new tests for throwing incomplete pointer typesEric Fiselier
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-10-14Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier
2015-10-14Configure for config site headerEric Fiselier
2015-10-14Add config.project_obj_root to the libc++abi testsuiteEric Fiselier
2015-10-12Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow
2015-10-08Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow
2015-09-01Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.Eric Fiselier
2015-08-20Fix or disable C++11 tests in C++03 modeEric Fiselier
2015-08-18Revert r243752, it broke running tests on OS X (PR24491).Nico Weber
2015-07-31[libc++abi] Allow use just compiled clang++ for testsRenato Golin
2015-07-27[libcxxabi] Add -funwind-tables to the test compilation options.Daniel Sanders
2015-06-02Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow
2015-05-01Disallow conversions from function pointers to void*.Eric Fiselier
2015-04-24libc++abi: move tests backSaleem Abdulrasool
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool
2015-04-06[libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier
2015-04-02[libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier
2015-03-17Let libc++'s LIT configuration setup our linker paths and env.Eric Fiselier
2015-03-17add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-26Add remote testing support to the lit configJonathan Roelofs
2015-02-21Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier
2015-02-11Fix libcxxabi's library and object root for tests.Eric Fiselier
2015-02-03Make test require 'linux' instead of 'linux2'Eric Fiselier
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