[Lldb-commits] [lldb] r287881 - Enable WatchpointPythonCommandTestCase-test_continue_in_watchpoint_command

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 24 06:41:37 PST 2016


Author: labath
Date: Thu Nov 24 08:41:36 2016
New Revision: 287881

URL: http://llvm.org/viewvc/llvm-project?rev=287881&view=rev
Log:
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).

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

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py?rev=287881&r1=287880&r2=287881&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py Thu Nov 24 08:41:36 2016
@@ -107,8 +107,6 @@ class WatchpointPythonCommandTestCase(Te
 
     @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




More information about the lldb-commits mailing list