diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-10 22:21:47 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-10 22:21:47 +0000 |
commit | 400892bd48bb49b534c11b5b7a34e8f443098459 (patch) | |
tree | 7573753a2285095bbfb32697fd36a72c705877c6 /lldb/packages/Python/lldbsuite | |
parent | 3013a62dd8399a6b1eac3b87dbfba043e615caf2 (diff) | |
download | bcm5719-llvm-400892bd48bb49b534c11b5b7a34e8f443098459.tar.gz bcm5719-llvm-400892bd48bb49b534c11b5b7a34e8f443098459.zip |
Add the radar number on our end.
llvm-svn: 283813
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 494ea2e4a54..e6726f5792c 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, <rdar://problem/28680909>") @expectedFailureAll( oslist=["windows"], bugnumber="llvm.org/pr24446: WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows") |