This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix a couple of remote llgs tests
ClosedPublic

Authored by DavidSpickett on Nov 17 2020, 4:02 AM.

Details

Summary

init_llgs_test no longer takes an argument
but these two were not updated.

Also fix some mistakes in TestAutoInstallMainExecutable
to get it passing again.

Diff Detail

Event Timeline

DavidSpickett created this revision.Nov 17 2020, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2020, 4:02 AM
DavidSpickett requested review of this revision.Nov 17 2020, 4:02 AM

I presume these tests aren't commonly run or have been masked by the expected failures.

For reference the argument was removed in: https://reviews.llvm.org/D90313

JDevlieghere accepted this revision.Nov 17 2020, 9:29 AM
This revision is now accepted and ready to land.Nov 17 2020, 9:29 AM
labath accepted this revision.Nov 17 2020, 9:32 AM

I presume these tests aren't commonly run or have been masked by the expected failures.

Yes, that seems to be the case, though I don't actually see a reason for that.

This is definitely the right fix, though it seems that we have a bigger problem in that one of the decorators is misbehaving and causing the tests not to run.

My money is on @skipIf(remote=False)

This revision was automatically updated to reflect the committed changes.