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.
Paths
| Differential D91612
[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 Also fix some mistakes in TestAutoInstallMainExecutable
Diff Detail
Event TimelineComment Actions I presume these tests aren't commonly run or have been masked by the expected failures. This revision is now accepted and ready to land.Nov 17 2020, 9:29 AM Comment Actions
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) Closed by commit rG50f12ade2de1: [lldb] Fix a couple of remote llgs tests (authored by DavidSpickett). · Explain WhyNov 18 2020, 3:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 305728 lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
|