pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_strip
self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x00007ff2e30eba60>
exe = local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-484/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: line 1: 99930 Abort trap: 6 ...ytest-of-matti/pytest-484/test_strip0/myprog -ex 'info symbol foo' -ex 'quit'">('No symbol table is loaded')
E + where <bound method str.startswith of "/bin/sh: line 1: 99930 Abort trap: 6 ...ytest-of-matti/pytest-484/test_strip0/myprog -ex 'info symbol foo' -ex 'quit'"> = "/bin/sh: line 1: 99930 Abort trap: 6 gdb /private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-484/test_strip0/myprog -ex 'info symbol foo' -ex 'quit'".startswith
tool/release/test/test_smartstrip.py:37: AssertionError
builder: own-macos-x86-64 build #1206
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_strip