forked from OSchip/llvm-project
[lldb] Un-XFAIL TestAutoInstallMainExecutable on Windows
This commit is contained in:
parent
b1fbfd9e4c
commit
802c5ce364
|
@ -16,7 +16,6 @@ class TestAutoInstallMainExecutable(TestBase):
|
||||||
NO_DEBUG_INFO_TESTCASE = True
|
NO_DEBUG_INFO_TESTCASE = True
|
||||||
|
|
||||||
@skipIfRemote
|
@skipIfRemote
|
||||||
@expectedFailureAll(oslist=["windows"]) # process modules not loaded
|
|
||||||
def test_target_auto_install_main_executable(self):
|
def test_target_auto_install_main_executable(self):
|
||||||
if lldbgdbserverutils.get_lldb_server_exe() is None:
|
if lldbgdbserverutils.get_lldb_server_exe() is None:
|
||||||
self.skipTest("lldb-server not found")
|
self.skipTest("lldb-server not found")
|
||||||
|
|
Loading…
Reference in New Issue