Fixing the bug number for darwin on this failure.

llvm-svn: 283843
This commit is contained in:
Jim Ingham 2016-10-11 01:53:43 +00:00
parent ae068a320c
commit 8e7fe2c741
1 changed files with 3 additions and 1 deletions

View File

@ -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",