[lldb] Add llgs_test decorator back to TestAutoInstallMainExecutable
authorRaphael Isemann <teemperor@gmail.com>
Wed, 24 Mar 2021 09:35:58 +0000 (10:35 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 24 Mar 2021 09:36:01 +0000 (10:36 +0100)
This got removed in 68bb51acd572735d80d20adb2c2fc51a5cbbd88e 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.

lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py

index 92151ce..862943c 100644 (file)
@@ -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):