Skip to content

Commit

Permalink
[lldb][test] These tests don't fail on Windows anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrasnukha committed Mar 5, 2020
1 parent f35a898 commit d2e397f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lldb/test/API/commands/settings/TestSettings.py
Expand Up @@ -58,7 +58,6 @@ def test_insert_before_and_after_target_run_args(self):
'[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.
Expand Down Expand Up @@ -358,7 +357,6 @@ def test_settings_with_quotes(self):
'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
Expand Down
1 change: 0 additions & 1 deletion lldb/test/API/source-manager/TestSourceManager.py
Expand Up @@ -237,7 +237,6 @@ def test_modify_source_file_while_debugging(self):
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")
Expand Down

0 comments on commit d2e397f

Please sign in to comment.