Windows 64 and 32 bit fail the NumPy test suite
Something is off with the windows builds. I cannot complete a run of the NumPy test suite. If I add --jit off
they seem to pass. To reproduce:
- be sure you have visual studio 2015 or later installed. I use 2019.
- download a windows zipfile
- clone the NumPy git repo and cd into it
- run
<pathto>/pypy3.exe -m ensurepip <pathto>/pypy3.exe -m pip install -r test_reqiurements <pathto>/pypy3.exe runtests.py
This will build and run NumPy's tests, some will fail seemingly randomly and eventually it will crash.
I had the idea that maybe there is something slightly off with the compilation and the compiler is trying to tell use about it via warnings and so started a branch compilation-warngings
to turn on /W3
MSVC warnings. That looks like a lot of busy work.