Skip to content

Commit 8a451f5

Browse files
committed
fixup! skip test on non-arm platforms
1 parent 4a827a0 commit 8a451f5

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
@@ -43,6 +43,7 @@ def test_loclist_frame_var(self):
4343
self.build()
4444
self.check_local_vars(self.launch(), check_expr=False)
4545

46+
@skipIf(archs=no_match(["aarch64", "arm"]))
4647
@skipUnlessDarwin
4748
def test_loclist_expr(self):
4849
self.build()

0 commit comments

Comments
 (0)