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

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

self = <pypy.tool.release.test.test_smartstrip.TestSmarStrip object at 0x00007ff1fb209da8>
exe = local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-381/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: 10936 Abort trap: 6         ...ytest-of-matti/pytest-381/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: 10936 Abort trap: 6         ...ytest-of-matti/pytest-381/test_strip0/myprog -ex 'info symbol foo' -ex 'quit'"> = "/bin/sh: line 1: 10936 Abort trap: 6           gdb /private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-381/test_strip0/myprog -ex 'info symbol foo' -ex 'quit'".startswith

tool/release/test/test_smartstrip.py:37: AssertionError
builder: own-macos-x86-64 build #1204
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_strip