[libcxx-commits] [libcxx] [libc++] Run the Lit test suite against an installed version of the library (PR #96910)

Vladimir Vereschaka via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 28 09:51:06 PDT 2024


vvereschaka wrote:

It is possible. The bot uses the following command to run the test suites
```
python bin/llvm-lit.py -v -vv --threads=32 runtimes/runtimes-aarch64-unknown-linux-gnu-bins/libcxx/test
```
instead of using `check-libcxx-aarch64-unknown-linux-gnu`.

I don't remember the reason of it already, but initially it was changed to use the direct execution of the tests by `python bin/llvm-lit.py ...`. 

https://github.com/llvm/llvm-project/pull/96910


More information about the libcxx-commits mailing list