Re: pypy tests on aarch64 musl libc
Matti Picus <[email protected]>
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 19/4/21 1:12 pm, Thomas Liske wrote: > Hi, > > I'm trying to contribute the packaging of pypy to Alpine Linux. I got > the bootstrapping for x86 x86_64 and s390x working. > On aarch64 two of the pypy tests are failing[1]: > > - TestLogParser.test > - TestMicroNumPy.test_reduce_logical_and > > [1] https://gitlab.alpinelinux.org/liske/aports/-/jobs/367904#L4261 > > > Are that known issues, is there anything I could do to help to fix > them? I don't know if my packaging attempt will be accepted for > Alpine. Running all tests without failures should not make it worse ;-) > > > Regards, > Thomas > Here are the buildbot results on the Linux aarch64 builds of the default (python2.7) branch http://buildbot.pypy.org/summary?category=aarch64&branch=default. Those failures are known. Matti