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 0x00007fc6b1ce6bf0>
exe = local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-914/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       AssertionError

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