[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread STINNER Victor
STINNER Victor added the comment: Thank you Lorenz Mende for your fix, and Terry for your review! I tested manually the fix, and I confirm that it works (Terry also tested and confirmed that the fix works as expected). I applied your fix to master, and backport it to 3.6 and 3.7. Python 2.7

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread miss-islington
miss-islington added the comment: New changeset aea19a0530726c7ba6a9461b0024506529dc35e8 by Miss Islington (bot) in branch '3.6': bpo-32942: Fix environment dependent test_script_helper (GH-8034) https://github.com/python/cpython/commit/aea19a0530726c7ba6a9461b0024506529dc35e8 -- _

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread miss-islington
miss-islington added the comment: New changeset 6b3ff35670869fb915d43ac434c473c1fc11598e by Miss Islington (bot) in branch '3.7': bpo-32942: Fix environment dependent test_script_helper (GH-8034) https://github.com/python/cpython/commit/6b3ff35670869fb915d43ac434c473c1fc11598e -- no

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7689 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7688 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-07-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset a390cb6b6fb6638e91d699513167e8f35b47f846 by Victor Stinner (Lorenz Mende) in branch 'master': bpo-32942: Fix environment dependent test_script_helper (GH-8034) https://github.com/python/cpython/commit/a390cb6b6fb6638e91d699513167e8f35b47f846 -

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Lorenz, welcome! Please sign CLA so we can review and merge this. -- ___ Python tracker ___ ___

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: f:\dev\3x>python -m test test_script_helper ... test_script_helper failed f:\dev\3x> git pr 8034 ... Switched to branch 'pr_8034' f:\dev\3x>python -m test test_script_helper ... == Tests result: SUCCESS == -- ___

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-30 Thread Lorenz Mende
Lorenz Mende added the comment: I confirm the issue too. I am running the tests on a win 10 Ver 1709, clean build. Most likely the issue is caused by the changes from commit fa9a502a387a26ba116840d35ae4a30f672e78ad at test.support.script_helper The function in test was altered to support a di

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-30 Thread Lorenz Mende
Change by Lorenz Mende : -- keywords: +patch pull_requests: +7643 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ditto with fresh update and build, except that I used installed 3.7.0rc1 (and it passed). This is not regularly failing on the (Windows) buildbots, so there is something 'different' about the repository on some non-buildbot user machines. I am pretty sure

[issue32942] test_script_helper fails on Windows when run from the source code directory

2018-06-21 Thread STINNER Victor
Change by STINNER Victor : -- title: Regression: test_script_helper fails -> test_script_helper fails on Windows when run from the source code directory ___ Python tracker ___