[PATCH] D135495: [clang-tidy] handle exceptions properly in `ExceptionAnalyzer`
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 08:46:56 PST 2023
DavidSpickett added a comment.
The test was timing out on Arm/AArch64 bots so I have reverted this change.
I think because there were other test failures on the initial run, that obscured the time out. This is one of the first builds to include this change: https://lab.llvm.org/buildbot/#/builders/188/builds/26480 Note that there is an unrelated failure, and the stdio shows a timeout.
PASS: lit :: shtest-define.py (70393 of 70394)
command timed out: 1200 seconds without output running [b'ninja', b'check-all'], attempting to kill
I confirmed that on the bot itself, it was exception-escape that was holding things up.
If this is not happening outside of Arm/AArch64 I can help you understand what went wrong (though I will be finishing work for the week shortly, back Monday).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135495/new/
https://reviews.llvm.org/D135495
More information about the cfe-commits
mailing list