forked from OSchip/llvm-project
[lldb] Add llgs_test decorator back to TestAutoInstallMainExecutable
This got removed in 68bb51acd5
and this enabled
the test on macOS (where it just causes lldb-server to crash). Re-adding the
decorator to get the tests passing again.
This commit is contained in:
parent
3bc65a946e
commit
c68a645acb
|
@ -15,6 +15,7 @@ class TestAutoInstallMainExecutable(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@llgs_test
|
||||
@skipIfRemote
|
||||
@expectedFailureAll(oslist=["windows"]) # process modules not loaded
|
||||
def test_target_auto_install_main_executable(self):
|
||||
|
|
Loading…
Reference in New Issue