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 0x000000012955b670>
exe = local('/private/tmp/buildbot-arm64/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: 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 #1202
test: pypy/tool/release/test/test_smartstrip/py/TestSmarStrip/()/test_strip