forked from OSchip/llvm-project
This test is succeeding on macOS with clang.
llvm-svn: 300517
This commit is contained in:
parent
e52a34bd9d
commit
7c0d74aa2b
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue