[Lldb-commits] [lldb] c68a645 - [lldb] Add llgs_test decorator back to TestAutoInstallMainExecutable
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 24 02:37:41 PDT 2021
Author: Raphael Isemann
Date: 2021-03-24T10:36:01+01:00
New Revision: c68a645acb833109f4bb0d859686b05a81b2be7d
URL: https://github.com/llvm/llvm-project/commit/c68a645acb833109f4bb0d859686b05a81b2be7d
DIFF: https://github.com/llvm/llvm-project/commit/c68a645acb833109f4bb0d859686b05a81b2be7d.diff
LOG: [lldb] Add llgs_test decorator back to TestAutoInstallMainExecutable
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.
Added:
Modified:
lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py b/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
index 92151cea4e67..862943c41aa3 100644
--- a/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
+++ b/lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
@@ -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):
More information about the lldb-commits
mailing list