Skip to content

Commit f30a85b

Browse files
[lldb][test] Skip unamed symbol test on Arm
Same purpose as #141407, comitting this directly to get the bot green sooner. Co-authored-by: Ely Ronnen <elyronnen@gmail.com>
1 parent f36f65b commit f30a85b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
# --keep-symbol causes error on Windows: llvm-strip.exe: error: option is not supported for COFF
1212
@skipIfWindows
13+
# Unnamed symbols don't get into the .eh_frame section on ARM, so LLDB can't find them.
14+
@skipIf(archs=["arm"])
1315
class TestUnnamedSymbolLookup(TestBase):
1416
def test_unnamed_symbol_lookup(self):
1517
"""Test looking up unnamed symbol synthetic name"""

0 commit comments

Comments
 (0)