Skip to content

Commit 9c8179f

Browse files
committed
LocationListLookup test case failing on lldb-arm-ubuntu
Skip on linux+arm for now until I can try to repo the setup of the lldb-arm-ubuntu bot. The name of the binary in argv[0] was not able to be retrieved here; if the compiler's codegen had it stored in a caller saved register, because it's not needed at this point, it may not be retreivable.
1 parent 6e56c49 commit 9c8179f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def setUp(self):
1414
# Call super's setUp().
1515
TestBase.setUp(self)
1616

17+
@skipIf(oslist=["linux"], archs=["arm"])
1718
def test_loclist(self):
1819
self.build()
1920
exe = self.getBuildArtifact("a.out")

0 commit comments

Comments
 (0)