summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-10-05 20:47:17 +0000
committerZachary Turner <zturner@google.com>2016-10-05 20:47:17 +0000
commit9c69bc9776110df35cb538d6709bf2f20a98b35c (patch)
tree55907e7bc0f0bd879e6284570644beac1393588d /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands
parentcacfb554a81f29a76f4bcd9229416254ecb6268d (diff)
downloadbcm5719-llvm-9c69bc9776110df35cb538d6709bf2f20a98b35c.tar.gz
bcm5719-llvm-9c69bc9776110df35cb538d6709bf2f20a98b35c.zip
Fixup the xfail situation on Windows.
Xfails added and/or removed to reflect the current state of Windows. llvm-svn: 283380
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
index eda0bf051cc..81787e1e226 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
@@ -17,7 +17,6 @@ class CPPBreakpointCommandsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @expectedFailureAll(oslist=["windows"])
def make_breakpoint(self, name, type, expected_num_locations):
bkpt = self.target.BreakpointCreateByName(name,
type,
OpenPOWER on IntegriCloud