From 802c5ce364a21c54c1568c8791b1d5f36c11829e Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Thu, 1 Apr 2021 08:45:36 -0700 Subject: [PATCH] [lldb] Un-XFAIL TestAutoInstallMainExecutable on Windows --- .../target/auto-install-main-executable/TestAutoInstallMainExecutable.py | 1 - 1 file changed, 1 deletion(-) 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 410e1f1..9993768 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 @@ -16,7 +16,6 @@ class TestAutoInstallMainExecutable(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfRemote - @expectedFailureAll(oslist=["windows"]) # process modules not loaded def test_target_auto_install_main_executable(self): if lldbgdbserverutils.get_lldb_server_exe() is None: self.skipTest("lldb-server not found") -- 2.7.4