forked from OSchip/llvm-project
TestStaticVariables still fails on Linux.
llvm-svn: 300519
This commit is contained in:
parent
3e9986f368
commit
5cfe9294fe
|
@ -59,6 +59,8 @@ class StaticVariableTestCase(TestBase):
|
|||
@expectedFailureAll(
|
||||
compiler=["gcc"],
|
||||
bugnumber="Compiler emits incomplete debug info")
|
||||
@expectedFailureAll(
|
||||
oslist=['linux'])
|
||||
@expectedFailureAll(
|
||||
oslist=['freebsd'],
|
||||
bugnumber='llvm.org/pr20550 failing on FreeBSD-11')
|
||||
|
|
Loading…
Reference in New Issue