forked from OSchip/llvm-project
[TestConstVariable] Clean-up XFAIL lists.
These versions of `clang` are ancient history.
This commit is contained in:
parent
6d4ebada79
commit
d797e33cc0
|
@ -12,15 +12,6 @@ class ConstVariableTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@expectedFailureAll(
|
||||
oslist=["freebsd", "linux"],
|
||||
compiler="clang", compiler_version=["<", "3.5"])
|
||||
@expectedFailureAll(
|
||||
oslist=["freebsd", "linux"],
|
||||
compiler="clang", compiler_version=["=", "3.7"])
|
||||
@expectedFailureAll(
|
||||
oslist=["freebsd", "linux"],
|
||||
compiler="clang", compiler_version=["=", "3.8"])
|
||||
@expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc")
|
||||
@expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el'])
|
||||
@expectedFailureAll(
|
||||
|
|
Loading…
Reference in New Issue