I reinstated the nightly run of cpython tests against pypy-c
I switched to only test these combinations: 1) hybrid gc thread old-style allworkingmodules the result of a try run for this one can be seen at the usual place: http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/summary.html http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/56156/index.h... although just the % doesn't tell much it seems we had some regressions in some fundamental tests, like test_builtin also our modified test_descr segfaults with this combination/these days it seems 2) stackless old-style allworkingmodules
Hi Samuele, On Sat, Jun 28, 2008 at 09:38:29PM +0200, Samuele Pedroni wrote:
the result of a try run for this one can be seen at the usual place:
http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/summary.html http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/56156/index.h...
Great, thanks!
although just the % doesn't tell much it seems we had some regressions in some fundamental tests, like test_builtin
I'll have a look at it when I have the time.
also our modified test_descr segfaults with this combination/these days it seems
This one is shallow. Fixed in r56168. A bientot, Armin
Armin Rigo wrote:
Hi Samuele,
On Sat, Jun 28, 2008 at 09:38:29PM +0200, Samuele Pedroni wrote:
the result of a try run for this one can be seen at the usual place:
http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/summary.html http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/56156/index.h...
Great, thanks!
I added a faassen build too: faassen hybrid gc thread old-style allworkingmodules http://www2.openend.se/~pedronis/pypy-c-test/faassen/summary.html seems to have a tiny bit more failures
participants (2)
-
Armin Rigo
-
Samuele Pedroni