[Lldb-commits] [lldb] r283813 - Add the radar number on our end.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 10 15:21:47 PDT 2016


Author: jingham
Date: Mon Oct 10 17:21:47 2016
New Revision: 283813

URL: http://llvm.org/viewvc/llvm-project?rev=283813&view=rev
Log:
Add the radar number on our end.

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=283813&r1=283812&r2=283813&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 Mon Oct 10 17:21:47 2016
@@ -110,7 +110,7 @@ class WatchpointPythonCommandTestCase(Te
 
     @skipIfFreeBSD  # timing out on buildbot
     @expectedFailureAll(
-        bugnumber="llvm.org/pr28055: continue in watchpoint commands disables the watchpoint")
+        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")




More information about the lldb-commits mailing list