Loading lldb/test/API/commands/settings/TestSettings.py +0 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ class SettingsCommandTestCase(TestBase): '[3]: "b"', '[4]: "c"']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430") def test_replace_target_run_args(self): """Test that 'replace target.run-args' works.""" # Set the run-args and then replace the index-0 element. Loading Loading @@ -358,7 +357,6 @@ class SettingsCommandTestCase(TestBase): 'thread-format (format-string) = "abc def "') self.runCmd('settings clear thread-format') @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430") def test_settings_with_trailing_whitespace(self): # boolean Loading lldb/test/API/source-manager/TestSourceManager.py +0 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,6 @@ class SourceManagerTestCase(TestBase): SOURCE_DISPLAYED_CORRECTLY, substrs=['Hello lldb']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44432") def test_set_breakpoint_with_absolute_path(self): self.build() hidden = self.getBuildArtifact("hidden") Loading Loading
lldb/test/API/commands/settings/TestSettings.py +0 −2 Original line number Diff line number Diff line Loading @@ -58,7 +58,6 @@ class SettingsCommandTestCase(TestBase): '[3]: "b"', '[4]: "c"']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430") def test_replace_target_run_args(self): """Test that 'replace target.run-args' works.""" # Set the run-args and then replace the index-0 element. Loading Loading @@ -358,7 +357,6 @@ class SettingsCommandTestCase(TestBase): 'thread-format (format-string) = "abc def "') self.runCmd('settings clear thread-format') @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430") def test_settings_with_trailing_whitespace(self): # boolean Loading
lldb/test/API/source-manager/TestSourceManager.py +0 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,6 @@ class SourceManagerTestCase(TestBase): SOURCE_DISPLAYED_CORRECTLY, substrs=['Hello lldb']) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44432") def test_set_breakpoint_with_absolute_path(self): self.build() hidden = self.getBuildArtifact("hidden") Loading