https://bugs.winehq.org/show_bug.cgi?id=37452
Bug ID: 37452 Summary: python 3.1.1: test_urllib2net failed Product: Wine Version: 1.7.28 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: litimetal@gmail.com Distribution: ---
Created attachment 49822 --> https://bugs.winehq.org/attachment.cgi?id=49822 terminal output.txt
0. Download python from https://www.python.org/ftp/python/3.1.1/python-3.1.1.msi sha1sum python-3.1.1.msi dcf93cb7d5432aa6e47479351f3cbeefddb0bd62 python-3.1.1.msi
1. Install it
2. wine python.exe -m test.test_urllib2net
https://bugs.winehq.org/show_bug.cgi?id=37452
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #1 from super_man@post.com --- Created attachment 52182 --> https://bugs.winehq.org/attachment.cgi?id=52182 1.7.50
https://bugs.winehq.org/show_bug.cgi?id=37452
--- Comment #2 from super_man@post.com --- 2 failures 1.7.52(up to date git)
https://bugs.winehq.org/show_bug.cgi?id=37452
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 URL| |https://www.python.org/ftp/ | |python/3.1.1/python-3.1.1.m | |si Status|UNCONFIRMED |NEW Keywords| |download
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name --- wine-1.9.6-271-gf34fd25 same two failures per attachment 52182. Confirming.
https://bugs.winehq.org/show_bug.cgi?id=37452
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #4 from winetest@luukku.com --- 2 failured wine 2.0rc5. Didnt test staging this time but most likely the same.
https://bugs.winehq.org/show_bug.cgi?id=37452
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #5 from Damjan Jovanovic damjan.jov@gmail.com --- It is no longer possible to perform this test, as the servers involved refuse the SSL version Python 3.1.1 offers, making all tests fail.
On Python 3.7.4 with Wine 4.12.1, all tests pass:
$ wine python.exe -m test.test_urllib2net 0009:fixme:msvcrt:_configure_wide_argv (1) stub 0009:fixme:msvcrt:_initialize_wide_environment stub .....s......... ---------------------------------------------------------------------- Ran 15 tests in 56.897s
OK (skipped=1)
https://bugs.winehq.org/show_bug.cgi?id=37452
--- Comment #6 from lizhenbo litimetal@gmail.com --- I tested it with wine 9.4 and python 3.12, and all test cases passed
Maybe this bug should be considered as fixed?