File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
"""
19
19
20
20
21
- # It looks like Linux-AArch64 doesn't support build-id's on the LLDB builtbots
22
21
class DebugInfodTests (TestBase ):
23
22
# No need to try every flavor of debug inf.
24
23
NO_DEBUG_INFO_TESTCASE = True
25
24
26
25
def setUp (self ):
27
26
TestBase .setUp (self )
27
+ # Don't run these tests if we don't have Debuginfod support
28
28
if "Debuginfod" not in configuration .enabled_plugins :
29
29
self .skipTest ("The Debuginfod SymbolLocator plugin is not enabled" )
30
30
Original file line number Diff line number Diff line change 21
21
"""
22
22
23
23
24
- # It looks like Linux-AArch64 doesn't support build-id's on the LLDB builtbots
25
24
class DebugInfodDWPTests (TestBase ):
26
25
# No need to try every flavor of debug inf.
27
26
NO_DEBUG_INFO_TESTCASE = True
28
27
29
28
def setUp (self ):
30
29
TestBase .setUp (self )
30
+ # Don't run these tests if we don't have Debuginfod support
31
31
if "Debuginfod" not in configuration .enabled_plugins :
32
32
self .skipTest ("The Debuginfod SymbolLocator plugin is not enabled" )
33
33
You can’t perform that action at this time.
0 commit comments