summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py b/lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
index 3b9f64707bb..1130821bac0 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
@@ -58,6 +58,7 @@ 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.
@@ -106,6 +107,7 @@ class SettingsCommandTestCase(TestBase):
substrs=["term-width (int) = 70"])
# rdar://problem/10712130
+ @skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
def test_set_frame_format(self):
"""Test that 'set frame-format' with a backtick char in the format string works as well as fullpath."""
self.build()
@@ -356,6 +358,7 @@ 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
OpenPOWER on IntegriCloud