From: Pavel Labath Date: Thu, 24 Nov 2016 14:41:36 +0000 (+0000) Subject: Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command X-Git-Tag: llvmorg-4.0.0-rc1~3713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=858f3756c6e908b1e58165a311806ca983fca16b;p=platform%2Fupstream%2Fllvm.git 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 --- 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 a6cc4f2..16a3442 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, ") - @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows") # Watchpoints not supported