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

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 05:34:16 PDT 2022


kamaub added a comment.

This change broke the clang-ppc64le-rhel #15899 <https://lab.llvm.org/buildbot/#/builders/57/builds/15899> bot. It actually pass this and every other bot green <https://lab.llvm.org/buildbot/#/changes/50755> 
but the next build after sanitizer test cases on clang-ppc64le-rhel #15900 <https://lab.llvm.org/buildbot/#/builders/57/builds/15900> for continuous builds fails,
that is, some clean builds pass but mostly continuous builds fail.

I originally though this was an issue with the container and moved the bot to staging server as these failures
did not happen on any other bots as far as I could tell but after this patch was pointed out to me I did some
extensive testing on the container and found this change caused the failures we saw.

I applied D121647 <https://reviews.llvm.org/D121647> at 6ac3d8ef9c <https://reviews.llvm.org/rG6ac3d8ef9c43c9add38d90d8810aca2623ae9c52> as well and found that these sanitizer test cases only pass when a clean build of
6ac3d8ef9c <https://reviews.llvm.org/rG6ac3d8ef9c43c9add38d90d8810aca2623ae9c52> + D121647 <https://reviews.llvm.org/D121647> was before so I think once D121647 <https://reviews.llvm.org/D121647> lands the next clean build should bring out bots back to green,
I hope it lands soon so we can be sure it works and move the bot from staging, I will try to review it now, thank you for the fix.


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