From fad073a6ab55cc85e31038938d0debf9ae229b71 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 30 Sep 2016 22:24:11 +0000 Subject: Add the radar on our end to the bugreport string. llvm-svn: 282970 --- .../thread/create_during_step/TestCreateDuringStep.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py index 02f6a1aca41..73c6f7e7b2a 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_during_step/TestCreateDuringStep.py @@ -22,7 +22,7 @@ class CreateDuringStepTestCase(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, ") @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained") @@ -41,7 +41,7 @@ class CreateDuringStepTestCase(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, ") @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained") @@ -60,7 +60,7 @@ class CreateDuringStepTestCase(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, ") @expectedFailureAll( oslist=["freebsd"], bugnumber="llvm.org/pr18190 thread states not properly maintained") -- cgit v1.2.3