summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2020-01-01 14:19:41 -0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2020-01-01 14:22:49 -0800
commitfb170fd652bf2fcc4c2cd54aaf384591d8df266b (patch)
tree54aa9e4aa216ae61246a8ac8c275cf578745885d /lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
parent8dd9a1361958f0cc53d100124e158cbe691c4628 (diff)
downloadbcm5719-llvm-fb170fd652bf2fcc4c2cd54aaf384591d8df266b.tar.gz
bcm5719-llvm-fb170fd652bf2fcc4c2cd54aaf384591d8df266b.zip
tests: XFAIL/UNSUPPORTED tests on Windows
Now that we are building the python bindings on Windows once more, the extended testsuite is running. Mark a few failing tests and skip a few tests which hang. This should at least bring the bot back to green without reverting the Python changes which are an improvement for the build system and enable another ~35% of the test suite which was previously disabled.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/breakpoint')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py1
1 files changed, 1 insertions, 0 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 6f190ea4fbc..77db8f745d7 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
@@ -22,6 +22,7 @@ class BreakpointCommandTestCase(TestBase):
self.build()
self.breakpoint_command_sequence()
+ @skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
def test_script_parameters(self):
"""Test a sequence of breakpoint command add, list, and delete."""
self.build()
OpenPOWER on IntegriCloud