Re: [Patch] Allow running 'make check' with PyPy.

2020-12-10 Thread Yasuhito FUTATSUKI
On 2020/11/12 0:52, Yasuhito FUTATSUKI wrote: > On 2020/11/11 23:58, Nathan Hartman wrote: >> On Wed, Nov 11, 2020 at 2:15 AM Yasuhito FUTATSUKI >> wrote: >> >>> >>> I don't think we support to run tests on PyPy but also I don't think >>> it is worthless. >>> >>> Any thoughts? >> >> >> Even if we

Re: [Patch] Allow running 'make check' with PyPy.

2020-11-11 Thread Yasuhito FUTATSUKI
On 2020/11/11 23:58, Nathan Hartman wrote: > On Wed, Nov 11, 2020 at 2:15 AM Yasuhito FUTATSUKI > wrote: > >> >> I don't think we support to run tests on PyPy but also I don't think >> it is worthless. >> >> Any thoughts? > > > Even if we don't officially support it, I think it is worthwhile. T

Re: [Patch] Allow running 'make check' with PyPy.

2020-11-11 Thread Nathan Hartman
On Wed, Nov 11, 2020 at 2:15 AM Yasuhito FUTATSUKI wrote: > > I don't think we support to run tests on PyPy but also I don't think > it is worthless. > > Any thoughts? Even if we don't officially support it, I think it is worthwhile. The more different ways we can run the test suite, the more l

[Patch] Allow running 'make check' with PyPy.

2020-11-10 Thread Yasuhito FUTATSUKI
Hi, I tried to run 'make check' with PyPy (PyPy3 and PyPy 7.3), but it failed by "To many open files", even if "ulimit -n" returns 175833. I don't think test processes used descriptor so much and I couldn't find what makes the limit so smaller. However I could reduce max number of descriptors si