pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_info_symbol
self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x00000001127ac3a0>
exe = local('/private/tmp/buildbot-arm64/pytest/pytest-of-matti/pytest-430/test_info_symbol0/myprog')
def test_info_symbol(self, exe):
info = info_symbol(exe, "foo")
> assert info == "foo in section .text"
E assert '/bin/sh: gdb...and not found' == 'foo in section .text'
E - /bin/sh: gdb: command not found
E + foo in section .text
tool/release/test/test_smartstrip.py:32: AssertionError
builder: own-macos-arm64 build #1203
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_info_symbol