[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-27 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: I backported almost all regrtest features from master to 2.7. It should ease the development on Python 2.7 ;-) I added a NEWS entry, thanks Serhiy for the reminder. Hopefully, with NEWS.d/ and blurb, we will get much less conflicts on NEWS entries now ;-) I'm

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: -2486 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-27 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2486 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset 305f333a447bc8cff62eece16fab7fe4a9bef71c by Victor Stinner in branch '2.7': bpo-30283: Add NEWS entry for backported regrtest (#2398) https://github.com/python/cpython/commit/305f333a447bc8cff62eece16fab7fe4a9bef71c -- _

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-06-26 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2445 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-17 Thread STINNER Victor
STINNER Victor added the comment: Serhiy Storchaka: "Could you add a Misc/NEWS entry about backported regrtest features?" Oh, I don't really consider that regrtest is part of "Python", but sure, I can document my changes in NEWS. I reopen the issue to not forget. -- resolution: fixed

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you add a Misc/NEWS entry about backported regrtest features? -- ___ Python tracker ___ ___

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-16 Thread STINNER Victor
STINNER Victor added the comment: Python 2.7 now has a nice test_regrtest and its regrtest now has many new features backported from master. test_regrtest pass on all 2.7 buildbots, I close the issue. I created bpo-30383 to backport regrtest enhancements to Python 3.5. -- resolution:

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-11 Thread STINNER Victor
STINNER Victor added the comment: > I had to remove this decorator from test_tools_buildbot_test() since > sysconfig.is_python_build() is false on Python 2.7 built with VS 2008 my > Windows VM, whereas I didn't install Python!? I don't know why. I opened bpo-30342 for this bug. > Oh, test_reg

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-11 Thread STINNER Victor
STINNER Victor added the comment: -@unittest.skipUnless(sysconfig.is_python_build(), - 'test.bat script is not installed') I had to remove this decorator from test_tools_buildbot_test() since sysconfig.is_python_build() is false on Python 2.7 built with VS 2008 my W

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset a5bb62436e25614276ac4b8e252a87f3fcc946cd by Victor Stinner in branch '2.7': [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) https://github.com/python/cpython/commit/a5bb62436e25614276ac4b8e252a87f3fcc946cd

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-11 Thread STINNER Victor
STINNER Victor added the comment: > Oh, test_regrtest still fails on x86 Windows XP VS9.0 2.7. PCbuild/rt.bat doesn't work on VS9.0 since VS9.0 creates python(_d).exe in PC/VS9.0/{amd64,x86}/, not in PCbuild/{amd64,x86}/. My new https://github.com/python/cpython/pull/1541 patch serie now start

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: Oh, test_regrtest still fails on x86 Windows XP VS9.0 2.7. 0:16:29 [283/402/1] test_regrtest failed test test_regrtest failed -- multiple errors occurred; run in verbose mode for details -- ___ Python tracker

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1640 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: I merged a first serie of enhancements for regrtest output in the 2.7 branch. Let's see how things are going, if it helps to debug stuck buildbots. For Python 3.5, I'm less motivated to backport enhancements since Python 3.5 has faulthandler which is used in r

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 453a6857023a0a2c714772cda8717ecf03de64f5 by Victor Stinner in branch '2.7': bpo-30283: Backport regrtest features from master to 2.7 (#1516) https://github.com/python/cpython/commit/453a6857023a0a2c714772cda8717ecf03de64f5 -- __

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: > The test isn't rerun in verbose mode. Another bug? Yes, I opened bpo-30313. -- ___ Python tracker ___ ___

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: test_regrtest failed on "x86 Windows XP VS9.0 2.7" buildbot, but passed on "x86 Windows XP 2.7" buildbot? --- [279/402/1] test_regrtest test test_regrtest failed -- multiple errors occurred; run in verbose mode for details --- http://buildbot.python.org/all/bu

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: I chose to not backport "loadavg: 1.73" feature (bpo-30263) in PR 1516. I still consider this feature as experimental, not sure that it's really useful :-) -- ___ Python tracker _

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: PR 1516 is the real stuff. I would like to enhance regrtest output in 2.7 to be able to debug buildbots stuck somewhere. Example: --- filecmp [398/402] test_setcomps [399/402] test_array [400/402] test_tools [24166 refs] (...) [24167 refs] recursedown('@test_33

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1616 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: Oh, test_regrtest of Python 3.5 only tests regrtest command line parser, it doesn't contain functional tests. We may also backport functional tests for 3.5. -- versions: +Python 3.5 ___ Python tracker

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset d2aff607199a24182714404777c80c7f180a35af by Victor Stinner in branch '2.7': [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) https://github.com/python/cpython/commit/d2aff607199a24182714404777c80c7f180a35af --

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
STINNER Victor added the comment: I backported test_regrtest from master to 2.7. I removed: * ParseArgsTestCase: regrtest.py of 2.7 has no API to easily write unit tests for argument parsing * test_huntrleaks_fd_leak(): this features doesn't exist in regrtest 2.7 * test_coverage(): regrtest 2.7

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-09 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +1613 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-05 Thread STINNER Victor
New submission from STINNER Victor: I would like to continue to backport enhancements of regrtest from master to 2.7. In master, regrtest has so many super useful features! This week, Serhiy and me backported some basic features, but we introduced regressions. I now would like to backport test

[issue30283] [2.7] Backport test_regrtest (partially) on Python 2.7

2017-05-05 Thread STINNER Victor
Changes by STINNER Victor : -- assignee: -> haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail