forked from OSchip/llvm-project
Skip test on earlier clang versions
This commit is contained in:
parent
e9c8d0ff71
commit
0bc9372fa7
|
@ -13,6 +13,7 @@ class TestCase(PExpectTest):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIf(compiler="clang", compiler_version=['<', '11.0'])
|
||||
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
|
||||
def test(self):
|
||||
self.build(dictionary={"CXX_SOURCES":"cat.cpp"})
|
||||
|
|
Loading…
Reference in New Issue