[Lldb-commits] [PATCH] D98842: [lldb] Make the api, shell and unit tests independent lit test suites

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 19 17:30:21 PDT 2021


JDevlieghere added a comment.

In D98842#2638929 <https://reviews.llvm.org/D98842#2638929>, @stella.stamenova wrote:

> This did end up breaking the windows build bot...
>
> https://lab.llvm.org/buildbot/#/builders/83/builds/4808

Thanks, the error message suggests the tests are run twice and the log shows every test failing twice. Let me try adding `EXCLUDE_FROM_CHECK_ALL` to `add_lit_testsuites` as well. It didn't change anything on macOS, but maybe it does on Windows. If that doesn't fix it I'll revert to turn the bot green again over the weekend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98842



More information about the lldb-commits mailing list