[TestConstVariable] Clean-up XFAIL lists.
authorDavide Italiano <ditaliano@apple.com>
Wed, 12 Feb 2020 04:30:12 +0000 (20:30 -0800)
committerDavide Italiano <ditaliano@apple.com>
Wed, 12 Feb 2020 04:31:09 +0000 (20:31 -0800)
These versions of `clang` are ancient history.

lldb/test/API/lang/c/const_variables/TestConstVariables.py

index 59fa6bc..2cc9436 100644 (file)
@@ -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(