mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 17:16:07 +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())
|
self.assertTrue(result.Succeeded(), result.GetError())
|
||||||
return result.GetOutput()
|
return result.GetOutput()
|
||||||
|
|
||||||
|
@skipIf(dwarf_version=["<", "3"])
|
||||||
@no_debug_info_test
|
@no_debug_info_test
|
||||||
@skipIfWindows
|
@skipIfWindows
|
||||||
def testAllPlatforms(self):
|
def testAllPlatforms(self):
|
||||||
|
@ -43,7 +43,8 @@ class LocationListLookupTestCase(TestBase):
|
|||||||
self.build()
|
self.build()
|
||||||
self.check_local_vars(self.launch(), check_expr=False)
|
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
|
@skipUnlessDarwin
|
||||||
def test_loclist_expr(self):
|
def test_loclist_expr(self):
|
||||||
self.build()
|
self.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user