mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 17:26:06 +00:00
[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75406)
This commit is contained in:
parent
2e45326b08
commit
b047c91164
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user