forked from OSchip/llvm-project
Add the radar on our end to the bugreport string.
llvm-svn: 282970
This commit is contained in:
parent
a2773357c4
commit
fad073a6ab
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue