Skip to content

Commit 7b08a97

Browse files
author
Kevin Frei
committed
Fixed comments in the tests
1 parent 5cc1f06 commit 7b08a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/debuginfod/Normal/TestDebuginfod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"""
1919

2020

21-
# It looks like Linux-AArch64 doesn't support build-id's on the LLDB builtbots
2221
class DebugInfodTests(TestBase):
2322
# No need to try every flavor of debug inf.
2423
NO_DEBUG_INFO_TESTCASE = True
2524

2625
def setUp(self):
2726
TestBase.setUp(self)
27+
# Don't run these tests if we don't have Debuginfod support
2828
if "Debuginfod" not in configuration.enabled_plugins:
2929
self.skipTest("The Debuginfod SymbolLocator plugin is not enabled")
3030

lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"""
2222

2323

24-
# It looks like Linux-AArch64 doesn't support build-id's on the LLDB builtbots
2524
class DebugInfodDWPTests(TestBase):
2625
# No need to try every flavor of debug inf.
2726
NO_DEBUG_INFO_TESTCASE = True
2827

2928
def setUp(self):
3029
TestBase.setUp(self)
30+
# Don't run these tests if we don't have Debuginfod support
3131
if "Debuginfod" not in configuration.enabled_plugins:
3232
self.skipTest("The Debuginfod SymbolLocator plugin is not enabled")
3333

0 commit comments

Comments
 (0)