pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_strip
self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x000000011aef8aa0>
exe = local('/private/tmp/buildbot-arm64/pytest/pytest-of-matti/pytest-532/test_strip0/myprog')
def test_strip(self, exe):
smartstrip(exe, keep_debug=False)
info = info_symbol(exe, "foo")
> assert info.startswith("No symbol table is loaded")
E assert <bound method str.startswith of '/bin/sh: gdb: command not found'>('No symbol table is loaded')
E + where <bound method str.startswith of '/bin/sh: gdb: command not found'> = '/bin/sh: gdb: command not found'.startswith
tool/release/test/test_smartstrip.py:37: AssertionError
builder: own-macos-arm64 build #1205
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_strip