summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-12-18 22:54:17 +0000
committerStella Stamenova <stilis@microsoft.com>2018-12-18 22:54:17 +0000
commitf5b5325a10ac5a228995851ae4335dfaa907d2a7 (patch)
tree99a123a80823234bfff1429070316810656def30 /lldb/packages/Python/lldbsuite/test/functionalities
parentaa77513bb99775fb44eddea9ace0d45a55aaf802 (diff)
downloadbcm5719-llvm-f5b5325a10ac5a228995851ae4335dfaa907d2a7.tar.gz
bcm5719-llvm-f5b5325a10ac5a228995851ae4335dfaa907d2a7.zip
[lit] Use the new build.py script in the lldb-mi tests
This allows the tests to pass on Windows as well llvm-svn: 349562
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
index 9ebe61b65e3..8143fa96433 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
@@ -25,7 +25,6 @@ class BreakpointCommandTestCase(TestBase):
self.build()
self.breakpoint_command_sequence()
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
def test_script_parameters(self):
"""Test a sequence of breakpoint command add, list, and delete."""
self.build()
@@ -45,7 +44,6 @@ class BreakpointCommandTestCase(TestBase):
self.addTearDownHook(
lambda: self.runCmd("settings clear auto-confirm"))
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
def test_delete_all_breakpoints(self):
"""Test that deleting all breakpoints works."""
self.build()
OpenPOWER on IntegriCloud