Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_info_symbol

self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x00007f8b79ef30f8>
exe = local('/private/tmp/buildbot-x86_64/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: lin...o' -ex 'quit'" == 'foo in section .text'
E         - /bin/sh: line 1: 84420 Abort trap: 6           gdb /private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-430/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 #1205
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_info_symbol