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]
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/)
participants (3)
-
Guido van Rossum
-
Neil Schemenauer
-
Raymond Hettinger