llvm-capstone/libcxx
Louis Dionne ff09135fc2 [libc++] Execute tests from the Lit execution root instead of the test tree
Instead of executing tests from within the libc++ test suite, we execute
them from the Lit execution directory. However, since some tests have
file dependencies, we must copy those dependencies to the execution
directory where they are executed.

This has the major benefit that if a test modifies a file (whether it
is wanted or not), other tests will not see those modifications. This
is good because current tests assume that input data is never modified,
however this could be an incorrect assumption if some test does not
behave properly.
2020-04-01 22:17:03 -04:00
..
benchmarks Revert "[libcxx] Enable C++17 for the benchmarks." 2020-03-12 22:23:46 +01:00
cmake [libc++] [cmake] Better diagnostics for missing abi library headers 2020-03-11 21:02:45 +03:00
docs [libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation 2020-03-30 12:44:57 -04:00
fuzzing [libc++] Tolerate NaN returning random distributions for now 2019-12-12 17:11:13 -05:00
include [libcxx] Stop using builtin type traits for is_floating_point and is_arithmetic. 2020-04-01 16:57:08 -07:00
lib [libc++] Add SHA for C++20 Synchronization Library in ABI changelog 2020-03-11 16:13:13 -04:00
src Remove legacy CMake targets for libcxx and libcxxabi 2020-03-30 09:45:21 -04:00
test [libc++] Add missing FILE_DEPENDENCIES markup 2020-04-01 22:17:03 -04:00
utils [libc++] Execute tests from the Lit execution root instead of the test tree 2020-04-01 22:17:03 -04:00
www [libc++] [NFC] Test that correct value category is used in scoped_allocator_adaptor::construct 2020-03-23 09:08:05 -07:00
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt Enforce that libc++ and libc++abi are built in a monorepo layout 2020-03-30 17:57:36 -04:00
CREDITS.TXT [libcxx] Add Sergej Jaskiewicz to CREDITS.txt 2019-11-21 12:06:10 +03:00
LICENSE.TXT
NOTES.TXT
TODO.TXT