Run check-lldb in verbose mode so that the bot shows which tests are unsupported.
https://llvm.discourse.group/t/lldb-buildbots-verbosity/5253
Differential D116972
[lldb] Run the test suite in verbose mode JDevlieghere on Jan 10 2022, 1:53 PM. Authored by
Details Run check-lldb in verbose mode so that the bot shows which tests are unsupported. https://llvm.discourse.group/t/lldb-buildbots-verbosity/5253
Diff Detail
Event Timeline
Comment Actions Hey Galina, Seems like this didn't take effect until the buildbots got rebooted, which Anyway, I've removed the offending code Thanks,
Comment Actions Since @omjavaid is working on a related change in https://reviews.llvm.org/D117363, perhaps he can make the necessary changes there to support -j for the tests? |
I don't know if ninja verbosity propagates to llvm-lit, but isn't this more appropriate in LLVM_LIT_ARGS cmake flag?