[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: Thanks, Christian for your help. -- ___ Python tracker ___

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Christian Heimes
Christian Heimes added the comment: This is a bug tracker, not a support forum. If you are having trouble compiling and testing CPython, please use the Python users mailing list or IRC (#python on freenode). -- assignee: christian.heimes -> resolution: -> out of

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: I get the latest changes but now facing with different issue. -- resolution: out of date -> status: closed -> open type: behavior -> ___ Python tracker

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Christian Heimes
Christian Heimes added the comment: Please update. The problem was fixed in 7b40cb7293cb14e5c7c8ed123efaf9acb33edae2. -- resolution: -> out of date stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: No, I'm not on latest commit, $ git log -1 commit 3b0f620c1a2a21272a9e2aeca6ca1d1ac10f8162 (HEAD -> master, origin/master, origin/HEAD) Author: Louie Lu Date: Thu Aug 10 08:58:13 2017 +0800 bpo-19903: IDLE: Calltips

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: Recompile source but this test failed again. -- ___ Python tracker ___

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Christian Heimes
Christian Heimes added the comment: Same for me, are you on latest HEAD of master? The latest commit is: $ git log -1 commit c4d9df5fd719ad08e68e0950ce22a80f43e4f35d (HEAD -> master, upstream/master, upstream/HEAD) Author: Yury Selivanov Date: Sun Dec 10

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: $ rpm -qa openssl openssl-1.1.0g-1.fc27.x86_64 -- ___ Python tracker ___

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Christian Heimes
Christian Heimes added the comment: What's your package version? Please post the output of 'rpm -qa openssl'. Please also try to build and compile from scratch: $ make clean $ ./configure --with-pydebug $ make $ ./python -m test -v test_ssl --

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
Amit Ghadge added the comment: My Openssl version is, OpenSSL 1.1.0g-fips 2 Nov 2017 So, that need to be upgrade Openssl?. -- ___ Python tracker

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Christian Heimes
Christian Heimes added the comment: All ssl tests are passing for me on Fedora 27 with openssl-1.1.0g-1.fc27.x86_64 and latest HEAD of master. -- ___ Python tracker

[issue32271] test_ssl test failed on Fedora 27

2017-12-10 Thread Amit Ghadge
New submission from Amit Ghadge : I cloned Python repo on my machine, below command run successfully, $ ./configure --with-pydebug && make -j But When I was run $./python -m test test_ssl failed, 0:08:44 load avg: 4.65 [303/406/1] test_ssl failed Exception in thread