forked from OSchip/llvm-project
Fixing the bug number for darwin on this failure.
llvm-svn: 283843
This commit is contained in:
parent
ae068a320c
commit
8e7fe2c741
|
@ -56,7 +56,9 @@ class StaticVariableTestCase(TestBase):
|
|||
VARIABLES_DISPLAYED_CORRECTLY,
|
||||
startstr="(int) A::g_points[1].x = 11")
|
||||
|
||||
@expectedFailureDarwin(9980907)
|
||||
@expectedFailureAll(
|
||||
oslist=lldbplatformutil.getDarwinOSTriples(),
|
||||
bugnumber="<rdar://problem/28706946>")
|
||||
@expectedFailureAll(
|
||||
compiler=[
|
||||
"clang",
|
||||
|
|
Loading…
Reference in New Issue