From 400892bd48bb49b534c11b5b7a34e8f443098459 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Mon, 10 Oct 2016 22:21:47 +0000 Subject: [PATCH] Add the radar number on our end. llvm-svn: 283813 --- .../watchpoint_commands/command/TestWatchpointCommandPython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 494ea2e..e6726f5 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 @@ -110,7 +110,7 @@ class WatchpointPythonCommandTestCase(TestBase): @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, ") @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows") -- 2.7.4