diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-10 23:29:01 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-10 23:29:01 +0000 |
commit | 43f5e983b30b66252cc8ee277558256bbe0f666c (patch) | |
tree | 3c3936acc59cbad954c4a4a3103f2e90b046ec12 /lldb/packages/Python/lldbsuite/test | |
parent | 7ba59edbfb143f1409e283a84dc4328386046b1b (diff) | |
download | bcm5719-llvm-43f5e983b30b66252cc8ee277558256bbe0f666c.tar.gz bcm5719-llvm-43f5e983b30b66252cc8ee277558256bbe0f666c.zip |
Add the related radar on our end for llvm.org/pr15824.
llvm-svn: 283820
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py index 7f542d442ac..01988dd7fd3 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py @@ -28,7 +28,7 @@ class MultipleBreakpointTestCase(TestBase): bugnumber="llvm.org/pr15824 thread states not properly maintained") @expectedFailureAll( oslist=lldbplatformutil.getDarwinOSTriples(), - bugnumber="llvm.org/pr15824 thread states not properly maintained") + bugnumber="llvm.org/pr15824 thread states not properly maintained and <rdar://problem/28557237>") @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained") |