Matti Picus <[email protected]> wrote: >Currently we are running tests via nose for the pypy-compat fork of >numpy under pypyin a nightly buildbot task. I have changed the test >runner to pytest in a branch of the buildbot, and it runs and creates a > >summary page, but I fear the page with ~2000 failures will create too >much of a load on the buildbot. >I tried to sort the failures by frequency here >http://bpaste.net/show/152720/ , this counts how many times each "E ><errortxt>" appears in the log file. >The biggest stumbling blocks to passing more tests seem to be >- a lack of support for dtypes based on objects >- datetime dtype support >- unicode dtype support. >- on line 245 of the paste, AssertionError which is followed in the log > >file by a report of differences in results over an acceptable >threshold. > >On the positive side, we pass more than 50% of the numpy tests: >======= 1854 failed, 2124 passed, 93 skipped, 65 error in 184.72 >seconds >======= >Matti > >_______________________________________________ >pypy-dev mailing list >[email protected] >https://mail.python.org/mailman/listinfo/pypy-dev
Hi matti, Not sure it helps much but you can use - - tb=native or =line to shorten output and quicken it's creation. Cheers, holger -- Sent from my Android device with K-9 Mail. Please excuse my brevity. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
