mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75406)
This commit is contained in:
@@ -19,6 +19,7 @@ class TestCase(TestBase):
|
||||
self.assertTrue(result.Succeeded(), result.GetError())
|
||||
return result.GetOutput()
|
||||
|
||||
@skipIf(dwarf_version=["<", "3"])
|
||||
@no_debug_info_test
|
||||
@skipIfWindows
|
||||
def testAllPlatforms(self):
|
||||
|
||||
@@ -43,7 +43,8 @@ class LocationListLookupTestCase(TestBase):
|
||||
self.build()
|
||||
self.check_local_vars(self.launch(), check_expr=False)
|
||||
|
||||
@skipIf(compiler="clang", compiler_version=["<=", "11.0"])
|
||||
@skipIf(dwarf_version=["<", "3"])
|
||||
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
|
||||
@skipUnlessDarwin
|
||||
def test_loclist_expr(self):
|
||||
self.build()
|
||||
|
||||
Reference in New Issue
Block a user