diff options
author | Pavel Labath <labath@google.com> | 2016-11-24 14:41:36 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-24 14:41:36 +0000 |
commit | 858f3756c6e908b1e58165a311806ca983fca16b (patch) | |
tree | cd8a388af983e6a873a9ec54787aee016d0a35ce /lldb/packages/Python/lldbsuite/test | |
parent | ce255ff26af9d7ca4fd7810724e60b0e8d05cd6f (diff) | |
download | bcm5719-llvm-858f3756c6e908b1e58165a311806ca983fca16b.tar.gz bcm5719-llvm-858f3756c6e908b1e58165a311806ca983fca16b.zip |
Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command
This test passes consistently on linux, so I am removing the overall XFAIL. If it
fails on your configuration, please put a targeted xfail instead (i'll add them
my self if I get any breakage emails).
llvm-svn: 287881
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py index a6cc4f268e3..16a34428ad7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py @@ -107,8 +107,6 @@ class WatchpointPythonCommandTestCase(TestBase): @skipIfFreeBSD # timing out on buildbot @expectedFailureAll( - bugnumber="llvm.org/pr28055: continue in watchpoint commands disables the watchpoint, <rdar://problem/28680909>") - @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows") # Watchpoints not supported |