Add the radar on our end to the bugreport string.

llvm-svn: 282970
This commit is contained in:
Jim Ingham 2016-09-30 22:24:11 +00:00
parent a2773357c4
commit fad073a6ab
1 changed files with 3 additions and 3 deletions

View File

@ -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, <rdar://problem/28557237>")
@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, <rdar://problem/28557237>")
@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, <rdar://problem/28557237>")
@expectedFailureAll(
oslist=["freebsd"],
bugnumber="llvm.org/pr18190 thread states not properly maintained")