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

2021-06-13 Thread Jacob Walls


Change by Jacob Walls :


--
nosy:  -jacobtylerwalls

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2021-06-13 Thread Jacob Walls


Jacob Walls  added the comment:

Sorry for noise; I typo-d when linking a PR on GitHub. Unlinked.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2021-06-13 Thread Jacob Walls


Change by Jacob Walls :


--
pull_requests:  -25293

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2021-06-13 Thread Jacob Walls


Change by Jacob Walls :


--
nosy: +jacobtylerwalls
nosy_count: 5.0 -> 6.0
pull_requests: +25293
pull_request: https://github.com/python/cpython/pull/26687

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-05-06 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

The test no longer failed since fixing full Tcl version parsing in 
cebe15821a0c/5bf0d9086cfc/9f13e9385186. It is now just skipped on non-final Tcl 
8.6.

In any case I suggest to upgrade Tcl/Tk on this buildbot.

--
resolution:  - out of date
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-03-18 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

I suggest just upgrade Tcl on this buildbot to release version of 8.6. Or 
downgrade to release version of 8.5 or 8.4. No need to test Python with beta 
version of Tcl. 8.6.0 was released years ago.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-30 Thread STINNER Victor

STINNER Victor added the comment:

 More likely there is a bug in Tcl 8.6b1 (as in Tcl before 8.5.5).

@Serhiy: So what do you suggest using debug traces?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread STINNER Victor

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 rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset e6cfbc3e2ed9 by Victor Stinner in branch 'default':
Issue #22334: Add debug traces to test_tcl
http://hg.python.org/cpython/rev/e6cfbc3e2ed9

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

More likely there is a bug in Tcl 8.6b1 (as in Tcl before 8.5.5).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread Ned Deily

Ned Deily added the comment:

Perhaps David B can update Tcl and Tk on the buildbot? Note, Tcl/Tk 8.6.2 (and 
8.5.16) were just released a few days ago.

--
nosy: +db3l, ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread STINNER Victor

STINNER Victor added the comment:

 More likely there is a bug in Tcl 8.6b1 (as in Tcl before 8.5.5).

If the bug is not present in Tcl 8.6.2, we can skip the test on the version Tcl 
8.6b1.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread STINNER Victor

STINNER Victor added the comment:

Debug trace from x86 FreeBSD 6.4 3.x:

==
FAIL: test_splitlist (test.test_tcl.TclTest)
--
Traceback (most recent call last):
  File /usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_tcl.py, 
line 517, in test_splitlist
'arg=%a, %s' % (arg, dbg_info))
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') : arg=list object: '12 \u20ac 
\xe2\x82\xac 3.4', want objects? True, Tcl version: (8, 5), Tk patchlevel: (8, 
5, 4)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-04 Thread STINNER Victor

STINNER Victor added the comment:

Debug trace on FreeBSD 7.2:

==
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 
517, in test_splitlist
'arg=%a, %s' % (arg, dbg_info))
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') : arg=list object: '12 \u20ac 
\xe2\x82\xac 3.4', want objects? True, Tcl version: (8, 6), Tk patchlevel: (8, 
-1)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22334
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com