This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix window bot failure
ClosedPublic

Authored by zequanwu on Feb 2 2022, 5:17 PM.

Details

Summary

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.

Diff Detail

Event Timeline

zequanwu requested review of this revision.Feb 2 2022, 5:17 PM
zequanwu created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 5:17 PM

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
zequanwu updated this revision to Diff 405505.Feb 2 2022, 5:31 PM

Un-xfail more tests.

stella.stamenova accepted this revision.Feb 3 2022, 11:08 AM

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?

This revision is now accepted and ready to land.Feb 3 2022, 11:08 AM
zequanwu added inline comments.Feb 3 2022, 11:15 AM
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.

This revision was automatically updated to reflect the committed changes.
zequanwu edited the summary of this revision. (Show Details)Feb 3 2022, 11:28 AM

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.

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