TestStaticVariables still fails on Linux.

llvm-svn: 300519
This commit is contained in:
Jim Ingham 2017-04-18 00:44:14 +00:00
parent 3e9986f368
commit 5cfe9294fe
1 changed files with 2 additions and 0 deletions

View File

@ -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')