[Stackless] Stackless 2.5 branch updated for Python 2.5.1c1
Hieu Hoang
hieu.d.hoang at gmail.com
Sun Apr 15 14:21:47 CEST 2007
Hi all,
On 4/15/07, Richard Tew <richard.m.tew at gmail.com> wrote:
> One of the most useful pieces of information I could have when people
> paste test output (and I should have asked for this) is the header
> when you run the interpreter.
>
All previous builds are with:
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Now on to:
Python 2.5 Stackless 3.1b3 060516 (python-2.5:54826, Apr 15 2007, 22:07:48)
[GCC 3.3.6 (Ubuntu 1:3.3.6-15ubuntu1)] on linux2
$> ../../python runAll.py
...........................F.F....
======================================================================
FAIL: testSet (test_pickle.TestConcretePickledTasklets)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./test_pickle.py", line 218, in testSet
self.run_pickled(settest, 20, 13)
File "./test_pickle.py", line 164, in run_pickled
self.assertEquals(new_rval, old_rval)
AssertionError: 13 != 19
======================================================================
FAIL: testXrange (test_pickle.TestConcretePickledTasklets)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./test_pickle.py", line 197, in testXrange
self.run_pickled(xrangetest, 20, 13)
File "./test_pickle.py", line 164, in run_pickled
self.assertEquals(new_rval, old_rval)
AssertionError: 8510521806338129939 != 19
----------------------------------------------------------------------
Ran 34 tests in 2.679s
FAILED (failures=2)
..................................
----------------------------------------------------------------------
Ran 34 tests in 2.185s
OK
And my CPU is an AMD Athlon64 3200+.
Hieu
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list