Commit d2e397f1 authored by Tatyana Krasnukha's avatar Tatyana Krasnukha
Browse files

[lldb][test] These tests don't fail on Windows anymore

parent f35a898f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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")