[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: Confirmed working here now. $ hg id -i 556a11c11edd $ ./python.exe -m test test_distutils [1/1] test_distutils 1 test OK. -- ___ Python tracker __

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: I believe this is fixed now. I'll be testing locally, but please don't hesitate to let me know if you find otherwise. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 556a11c11edd by Jason R. Coombs in branch '3.4': Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. https://hg.python.org/cpython/rev/556a11c11edd New changeset b442744d2d22 by Jason R. Coombs in br

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: I invoked `hg revert --all -r 675e20c38fdac6` at the 3.4 head, and that effectively reverted everything to its state prior to the commits. -- ___ Python tracker _

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Jason R. Coombs
Jason R. Coombs added the comment: Sorry you've had to spend any time on this. I'll get it corrected immediately. -- ___ Python tracker ___ __

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Martin Panter
Martin Panter added the comment: Probably related to the changes and Issue 12885. Most of the changes were probably reverted from 3.4 in revision e82b995d1a5c, but it looks like we also need to fully revert cc86e9e10

[issue27960] Distutils tests are broken in 3.4

2016-09-05 Thread Larry Hastings
New submission from Larry Hastings: 3.4.5 shipped with a working test suite. Since the release of 3.4.5 somebody broke test_distutils in the 3.4 branch. It needs to be fixed. jason.coombs: AFAICT you were the last person to touch it. Are you the one who broke it? % ./python -m test test_