This attempts to fix this bot failure: https://lab.llvm.org/buildbot/#/builders/83/builds/14736 caused by D118750 by un-xfail those expected failed tests.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
They should correspond to these files:
lldb-api :: functionalities/inferior-crashing/TestInferiorCrashing.py => test/API/functionalities/inferior-crashing/TestInferiorCrashing.py lldb-api :: functionalities/inferior-crashing/TestInferiorCrashingStep.py => test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py lldb-api :: functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py => test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py lldb-api :: functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py => test/API/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferiorStep.py
LGTM, I think there might be a couple more places to remove the xfail, but otherwise ship it!
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py | ||
---|---|---|
46 | Do all the places where this bug was mentioned pass now? |
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py | ||
---|---|---|
46 | I don't know. I failed to run lldb api tests with my current windows environment. I just removed the expected failures based on the bot output. |
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashingStep.py | ||
---|---|---|
46 | That makes sense. Please commit this and let's see. |
Thanks!
It looks like there's a failure that was previously hidden by the unexpected passes:
https://lab.llvm.org/buildbot/#/builders/83/builds/14781
It seems like it's been in all of the previous builds as well, but it was not reported separately for some reason.
Should be fixed by this: https://reviews.llvm.org/rGac73e12ee0ec9b6118def9150d490843047f58e0
Do all the places where this bug was mentioned pass now?