summaryrefslogtreecommitdiff
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Promote GCC 11 to mandatory CILouis Dionne2021-06-151-1/+1
* Save/restore OuterTemplateParams in AbstractManglingParser::parseEncoding.Justin Lebar2021-06-091-1/+4
* [libc++] Enable tests for the experimental library by defaultLouis Dionne2021-06-021-0/+1
* [libc++] Move handling of the target triple to the DSLLouis Dionne2021-05-0819-79/+81
* [libc++] Support per-target __config_site in per-target runtime buildPetr Hosek2021-04-281-0/+6
* [libc++abi] Adjust XFAIL for misaligned exception header on ARMLouis Dionne2021-04-071-7/+7
* [libc++] Include <__config_site> from <__config>Louis Dionne2021-03-301-1/+0
* [libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek2021-03-262-3/+7
* Revert "[libcxxabi] Use cxx-headers target to consume libcxx headers"Petr Hosek2021-03-251-2/+3
* * Fix demangling of optional template-args for vendor extended type qualifier.Alex Orlov2021-03-241-0/+4
* [libcxxabi] Use cxx-headers target to consume libcxx headersPetr Hosek2021-03-231-3/+2
* [runtimes] Use add_lit_testsuite to register lit testsuitesPetr Hosek2021-03-051-1/+1
* [libc++/abi] Allow running back-deployment testing against libc++abiLouis Dionne2021-03-0119-23/+119
* [libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets.Vladimir Vereschaka2021-02-122-4/+10
* [libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABIFangrui Song2021-02-052-0/+8
* [test] Add basic _Unwind_ForcedUnwind + exception testsFangrui Song2021-02-022-0/+134
* Itanium Mangling: Mangle `__alignof__` differently than `alignof`.James Y Knight2021-01-271-2/+12
* [libc++] Introduce an indirection to create threads in the test suiteLouis Dionne2020-11-273-8/+13
* [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej2020-11-264-4/+10
* Demangling support for class type non-type template parameter extensions.Richard Smith2020-11-201-0/+15
* Revert "Allow running back-deployment testing against libc++abi"Louis Dionne2020-11-0617-96/+23
* Allow running back-deployment testing against libc++abiLouis Dionne2020-11-0617-23/+96
* [libc++abi] Get rid of warnings when running the tests with GCCLouis Dionne2020-11-0214-24/+75
* [runtimes] Revert the libc++ __config_site changeLouis Dionne2020-10-231-2/+4
* [libc++abi] Fix the standalone build after the __config_site changeLouis Dionne2020-10-222-3/+3
* [libc++] Fix compiler-rt build by copying libc++ headers to <build>/includeLouis Dionne2020-10-211-1/+1
* [libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined.Hafiz Abid Qadeer2020-10-211-0/+2
* [take 2] [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-212-3/+1
* [libcxxabi] Fix printf formats in a test.Simon Tatham2020-10-161-9/+12
* [libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne2020-10-1310-177/+172
* [runtimes] Use int main(int, char**) consistently in testsLouis Dionne2020-10-0847-52/+129
* [libc++] Rename the -fno-rtti Lit feature to just no-rttiLouis Dionne2020-09-291-1/+1
* [libc++] Fix some test failures in unusual configurationsLouis Dionne2020-09-291-0/+1
* [libcxx] Simplify back-deployment testingLouis Dionne2020-09-101-1/+0
* Fix test for D77924.Elliott Hughes2020-08-241-1/+1
* ld128 demangle: allow space for 'L' suffix.Elliott Hughes2020-08-181-0/+7
* [libc++abi] Temporarily disable test on Apple to fix the CILouis Dionne2020-07-161-5/+4
* [runtimes] Move the enable_rtti Lit parameter to the DSLLouis Dionne2020-07-161-3/+0
* [libc++abi] NFC: Fix indentationLouis Dionne2020-07-161-1/+1
* [runtimes][NFC] Remove unused or unnecessary CMake variablesLouis Dionne2020-07-161-1/+1
* [demangler] More properly save and restore the template parameter stateRichard Smith2020-07-091-0/+1
* [demangler] Don't allow the template parameters from the <encoding> in aRichard Smith2020-07-091-0/+10
* [runtimes] Allow passing Lit parameters through CMakeLouis Dionne2020-07-091-3/+4
* [runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne2020-06-301-2/+2
* [runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne2020-06-291-7/+3
* [libc++abi] Allow specifying custom Lit config filesLouis Dionne2020-06-254-88/+50
* [libc++abi] Allow code-signing executables when running the testsLouis Dionne2020-06-231-0/+2
* [libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne2020-06-111-2/+2
* [libc++] Consider everything inside %T to be a dependency of each testLouis Dionne2020-06-101-1/+0
* [libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONSLouis Dionne2020-06-096-14/+22