mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
[lldb][test] These tests don't fail on Windows anymore
This commit is contained in:
parent
f35a898f5f
commit
d2e397f156
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user