[PATCH] D121276: [CMake] Include runtimes test suites in check-all

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 13:17:45 PDT 2022


lei added a comment.

@phosek It seems the runtime tests are no longer running for us after this patch in PPC bot https://lab.llvm.org/buildbot/#/builders/57.  I can see they are still ran when it's part of LLVM_ENABLE_PROJECTS, but this bot specifies compiler-rt as `LLVM_ENABLE_RT=compiler-rt`.

I was not able to find any AddressSanitizer tests in the `check-all` log with `LLVM_LIT_ARGS:STRING=-v`.
Running `ninja check-compiler-rt` I see:

  $ grep AddressSanitizer check-compiler-rt.log| grep -v -c 'LLVM ::'
  1534

Unable to find the same list in `ninja check-all` log:

  $ grep AddressSanitizer check-all.log| grep -v -c 'LLVM ::'
  0

Also, running with and without this patch showed the same number of regression tests with the exception that before this patch it also showed that there were over 2K compiler-rt tests ran.
Any idea why this is happening?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121276/new/

https://reviews.llvm.org/D121276



More information about the llvm-commits mailing list