[Python-Dev] test_coercion

Guido van Rossum guido@python.org
Tue, 31 Dec 2002 13:39:17 -0500


> Can anyone reproduce this test failure:
> 
> C:\py23\Lib\test>python_d regrtest.py test_coercion
> test_coercion
> test test_coercion produced unexpected output:
> **********************************************************************
> *** mismatch between line 523 of expected output and line 523 of actual output:
> - [1] *= <MethodNumber 1> => [1]
> + [1] *= <MethodNumber 1> ... exceptions.TypeError
> *** mismatch between line 535 of expected output and line 535 of actual output:
> - [1] *= <CoerceNumber 2> => [1, 1]
> + [1] *= <CoerceNumber 2> ... exceptions.TypeError
> ***********************************************************************
> 1 test failed:
>     test_coercion
> [12762 refs]

It doesn't fail for me with current CVS on Linux and Windows 98.  I
tried the debug and the regular build.

--Guido van Rossum (home page: http://www.python.org/~guido/)