[issue28035] make buildbottest when configured --with-optimizations can cause a recompile?

2016-09-09 Thread Gregory P. Smith
Gregory P. Smith added the comment: having fixed this that way... I wonder why we bother having the buildbottest target depend on a compilation target at all. buildbots always do a separate compile and test phase, we should really use a make target that assumes the compile phase has finished.

[issue28035] make buildbottest when configured --with-optimizations can cause a recompile?

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 951f0de11a01 by Gregory P. Smith in branch '2.7': Fix make buildbottest to not re-trigger a profile-opt build. issue28035. https://hg.python.org/cpython/rev/951f0de11a01 -- ___ Python tracker

[issue28035] make buildbottest when configured --with-optimizations can cause a recompile?

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 852b0f536791 by Gregory P. Smith in branch '3.5': Fix make buildbottest to not re-trigger a profile-opt build. issue28035. https://hg.python.org/cpython/rev/852b0f536791 New changeset 914a81781291 by Gregory P. Smith in branch 'default': Fix make

[issue28035] make buildbottest when configured --with-optimizations can cause a recompile?

2016-09-08 Thread Gregory P. Smith
New submission from Gregory P. Smith: See the logs from this build for example: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.x/builds/4 Notice how the test stdio shows it recompiling all over again. This is happening even on a "successful" test: