[lldb] Skip TestFullLtoStepping in older clangs
authorAugusto Noronha <augusto2112@me.com>
Mon, 24 Oct 2022 19:11:56 +0000 (12:11 -0700)
committerAugusto Noronha <augusto2112@me.com>
Mon, 24 Oct 2022 19:12:36 +0000 (12:12 -0700)
lldb/test/API/lang/c/full_lto_stepping/TestFullLtoStepping.py

index e697a53..9a553e8 100644 (file)
@@ -9,6 +9,7 @@ import lldbsuite.test.lldbutil as lldbutil
 class TestFullLtoStepping(TestBase):
 
     @skipIf(compiler=no_match("clang"))
+    @skipIf(compiler="clang", compiler_version=['<', '13.0'])
     @skipUnlessDarwin
     def test(self):
         self.build()