pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_info_symbol
self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x00007ff2e31152b8>
exe = local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-484/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: lin...o' -ex 'quit'" == 'foo in section .text'
E - /bin/sh: line 1: 99918 Abort trap: 6 gdb /private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-484/test_info_symbol0/myprog -ex 'info symbol foo' -ex 'quit'
E + foo in section .text
tool/release/test/test_smartstrip.py:32: AssertionError
builder: own-macos-x86-64 build #1206
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_info_symbol