Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command
authorPavel Labath <labath@google.com>
Thu, 24 Nov 2016 14:41:36 +0000 (14:41 +0000)
committerPavel Labath <labath@google.com>
Thu, 24 Nov 2016 14:41:36 +0000 (14:41 +0000)
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

lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py

index a6cc4f2..16a3442 100644 (file)
@@ -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