This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make test errors
Type: compile error Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asholomitskiy84
Priority: normal Keywords:

Created on 2021-02-26 12:27 by asholomitskiy84, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
PythonCompileLogs.tar.gz asholomitskiy84, 2021-02-26 12:27 log_configure.log;log_make.log;log_make_test.log
Messages (2)
msg387723 - (view) Author: Alexei S (asholomitskiy84) Date: 2021-02-26 12:27
this commands are successful:
CXX=/usr/bin/g++ ./configure --enable-optimizations >> log_configure.log
make -j4 >> log_make.log

errors on make test:
make -j4 test >> log_make_test.log


my system:
uname -a
Linux home 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Linux Mint 20.1 x64 Cinnamon
msg387750 - (view) Author: Alexei S (asholomitskiy84) Date: 2021-02-26 22:27
== Tests result: FAILURE ==

403 tests OK.

3 tests failed:
    test_embed test_ssl test_tabnanny
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87494
2021-02-26 22:27:08asholomitskiy84setstatus: open -> closed

messages: + msg387750
stage: resolved
2021-02-26 12:27:17asholomitskiy84create