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 0x00007f81d0848950>
exe = local('/private/tmp/buildbot-x86_64/pytest/pytest-of-matti/pytest-948/test_info_symbol0/myprog')

    def test_info_symbol(self, exe):
        info = info_symbol(exe, "foo")
>       assert info == "foo in section .text"
E       AssertionError

tool/release/test/test_smartstrip.py:32: AssertionError
builder: own-macos-x86-64 build #1217+
test: pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_info_symbol