[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-09-13 Thread Ned Deily
Ned Deily added the comment: I can't reproduce this either using a current top of 3.7 branch and installed on macOS; I also tried building 3.7 just prior to the fix for Issue21446 that Brett mentioned; the test also did not fail. Let's close this until it can be reproduced outside of

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: test_lib2to3 passes for me on Win 10 for both installed 3.7.0 (in home directory) and repository 3.7 (in clone directory) compiled yesterday. -- nosy: +terry.reedy ___ Python tracker

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-08-01 Thread Berker Peksag
Berker Peksag added the comment: I ran "python3.7 -m test test_lib2to3" in a separate terminal. I don't remember the exact location, but I'm sure it wasn't the build location (it was probably my home directory) Is it possible to add some debug print()s inside

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-08-01 Thread Matthias Klose
Matthias Klose added the comment: strange. I see it succeeding in the build location, not the install location. Did you make sure to cd /tmp before running the test? I still can reproduce it: $ python3.7 -m test test_lib2to3 Run tests sequentially 0:00:00 load avg: 0.24 [1/1] test_lib2to3

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-08-01 Thread Berker Peksag
Berker Peksag added the comment: I'm not able to reproduce this: ./configure make -s -j sudo make install python3.7 -m test test_lib2to3 Run tests sequentially 0:00:00 load avg: 0.86 [1/1] test_lib2to3 == Tests result: SUCCESS == 1 test OK. Total duration: 13 sec 456 ms Tests

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-07-31 Thread Berker Peksag
Change by Berker Peksag : -- assignee: -> berker.peksag stage: -> needs patch type: -> behavior versions: +Python 3.7, Python 3.8 ___ Python tracker ___

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-07-31 Thread Brett Cannon
Brett Cannon added the comment: Could be related to https://bugs.python.org/issue21446 . -- nosy: +berker.peksag ___ Python tracker ___

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-07-30 Thread Matthias Klose
New submission from Matthias Klose : running the lib2to3 tests from an installed location, I see the following failures on the 3.7 branch: == FAIL: test (lib2to3.tests.test_fixers.Test_reload)