From: Jim Ingham Date: Mon, 10 Oct 2016 23:29:01 +0000 (+0000) Subject: Add the related radar on our end for llvm.org/pr15824. X-Git-Tag: llvmorg-4.0.0-rc1~7567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43f5e983b30b66252cc8ee277558256bbe0f666c;p=platform%2Fupstream%2Fllvm.git Add the related radar on our end for llvm.org/pr15824. llvm-svn: 283820 --- 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 7f542d4..01988dd 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 ") @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained")