[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://ma

[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 ___ ___ Pytho

[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://mai

[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 ___

[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:

[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 tr

[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 _

[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 "/us

[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):

[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 _

[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 _

[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 ___ ___ Py

[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

[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 =