[issue35693] test_httpservers fails

Steve Dower report at bugs.python.org
Fri Jan 11 01:05:19 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

> It is true that I worry about failing tests during PGO training because they stop me from compiling Python -with- PGO.

They shouldn't prevent you from compiling with PGO... even if they cause Python to crash, you should be able to compile still. How is it failing? Do you not get binaries in the output folder at the end? What error messages do you see?

In any case, the httpservers failures seem to recur for you on 3.7, but not anyone else, which means we need your help diagnosing that issue. Could you start by getting the latest 3.7 sources, run "PCbuild/build.bat -p x64" and then your rt.bat command and post the complete output?

----------
stage: resolved -> test needed
status: closed -> open
versions:  -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35693>
_______________________________________


More information about the Python-bugs-list mailing list