Re: [pypy-dev] numpypy unit tests

2016-01-02 Thread Yury V. Zaytsev
On Sun, 2016-01-03 at 02:07 +0100, Sergey Matyunin wrote: > > -Compiling pypy for linux on takes about 1 hour, right? Something in this range, depending on your hardware. > -Does faster build mode exist? Probably with less optimizations > (without -O3 etc.) As you might have already noticed, mo

Re: [pypy-dev] numpypy unit tests

2016-01-02 Thread Sergey Matyunin
Thanks Maciej, Matti! That was really helpful! Could you please point me to the place where I could find overview of numpypy architecture? (if it exists) I got some vision after looking at the code. I would be grateful if someone says if it’s correct. -Implementation of numpy for pypy is splitt

[pypy-dev] Py3.3 Import Test Question

2016-01-02 Thread marky1991 .
(Sending an email instead of just asking in irc so I don't keep spamming the question) In the 3.3 branch, there is this failing test: http://buildbot.pypy.org/summary/longrepr?testname=AppTestMagic.%28%29.test_save_module_content_for_future_reload&builder=own-linux-x86-64&build=4372&mod=module.__

Re: [pypy-dev] numpypy unit tests

2016-01-02 Thread Matti Picus
On 02/01/16 01:44, Sergey Matyunin wrote: Dear Maciej, Thanks for the answer! Does it make sense to fix failing tests? Or may be they were left as is because they are irrelevant? Do numpypy developers use these tests or some other tests? Does any guidelines exist for numpypy developers? Do I ne