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

This commit is contained in:
Tatyana Krasnukha 2020-03-05 12:25:38 +03:00
parent f35a898f5f
commit d2e397f156
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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")