[issue22334] test_tcl.test_split() fails on "x86 FreeBSD 7.2 3.x" buildbot

STINNER Victor report at bugs.python.org
Thu Sep 4 09:52:44 CEST 2014


New submission from STINNER Victor:

The test was added by the issue #18101 (changeset 9486c07929a1).

On FreeBSD 7.2, Tcl version is 8.6b1 (seen in the test output).

http://buildbot.python.org/all/builders/x86%20FreeBSD%207.2%203.x/builds/5560/steps/test/logs/stdio

======================================================================
FAIL: test_split (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_tcl.py", line 563, in test_split
    self.assertEqual(split(arg), res, msg=arg)
AssertionError: Tuples differ: (12, '\u20ac', b'\xe2\x82\xac', (3.4,)) != ('12', '\u20ac', '\xe2\x82\xac', '3.4')

First differing element 0:
12
12

- (12, '\u20ac', b'\xe2\x82\xac', (3.4,))
+ ('12', '\u20ac', '\xe2\x82\xac', '3.4') : 12 \u20ac \xe2\x82\xac 3.4

======================================================================
FAIL: test_splitlist (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd7/build/Lib/test/test_tcl.py", line 513, in test_splitlist
    self.assertEqual(splitlist(arg), res, msg=arg)
AssertionError: Tuples differ: (12, '\u20ac', b'\xe2\x82\xac', (3.4,)) != ('12', '\u20ac', '\xe2\x82\xac', '3.4')

First differing element 0:
12
12

- (12, '\u20ac', b'\xe2\x82\xac', (3.4,))
+ ('12', '\u20ac', '\xe2\x82\xac', '3.4') : 12 \u20ac \xe2\x82\xac 3.4

----------
components: Tests, Tkinter
keywords: buildbot
messages: 226343
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_tcl.test_split() fails on "x86 FreeBSD 7.2 3.x" buildbot

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22334>
_______________________________________


More information about the Python-bugs-list mailing list