This was requested in the review of D145807, but I had missed to
apply it before landing the patch.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG391b51b18f37: [libcxx] [test] Improve error reporting around invoked commands
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@mstorsjo
Recently out bots are very flaky like this:
https://lab.llvm.org/buildbot/#/builders/239/builds/2273
https://lab.llvm.org/buildbot/#/builders/74/builds/19340
https://lab.llvm.org/buildbot/#/builders/168/builds/13569
Seems like this and D145807 are most related changes to the code.
Any guess what's is going on here?
FYI @pcc
libcxx/utils/libcxx/test/dsl.py | ||
---|---|---|
46–47 | Oh, actually this can be an issue on our side. Lets see if https://github.com/llvm/llvm-zorg/commit/d055960aecf8c2824bd861bfea47ab7bc9accd8b helps. |
Oh, actually this can be an issue on our side.
We run check-cxx and check-cxxabi as a separate steps.
At some point we moved check-cxx into background job, leaving check-cxxabi on main one.
And some how it worked for years.
Lets see if https://github.com/llvm/llvm-zorg/commit/d055960aecf8c2824bd861bfea47ab7bc9accd8b helps.