This test is succeeding on macOS with clang.

llvm-svn: 300517
This commit is contained in:
Jim Ingham 2017-04-18 00:20:59 +00:00
parent e52a34bd9d
commit 7c0d74aa2b
1 changed files with 1 additions and 6 deletions

View File

@ -57,12 +57,7 @@ class StaticVariableTestCase(TestBase):
startstr="(int) A::g_points[1].x = 11")
@expectedFailureAll(
oslist=lldbplatformutil.getDarwinOSTriples(),
bugnumber="<rdar://problem/28706946>")
@expectedFailureAll(
compiler=[
"clang",
"gcc"],
compiler=["gcc"],
bugnumber="Compiler emits incomplete debug info")
@expectedFailureAll(
oslist=['freebsd'],