http://bugs.winehq.org/show_bug.cgi?id=21278
Summary: python's test_zipimport_support test fails Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.python.org OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=25590) --> (http://bugs.winehq.org/attachment.cgi?id=25590) test output
Install python and run: wine 'c:\Python31\python.exe' -m test.test_zipimport_support
test_doctest_main_issue4197 (__main__.ZipSupportTests) ... Expected line File "C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test Got stdout: ********************************************************************** File "C:\windows\temp\tmppzq0bh\script.py", line 2, in __main__.Test Failed example: 'line 2' Expected nothing Got: 'line 2'
Full output attached. Vincent wrote in the wiki that somehow a 'C:' was changed to a 'c:'.
http://bugs.winehq.org/show_bug.cgi?id=21278
--- Comment #1 from Austin English austinenglish@gmail.com 2010-01-06 16:13:20 --- Created an attachment (id=25591) --> (http://bugs.winehq.org/attachment.cgi?id=25591) test file
http://bugs.winehq.org/show_bug.cgi?id=21278
--- Comment #2 from Austin English austinenglish@gmail.com 2010-01-06 18:30:09 --- Also fails on my home machine.
http://bugs.winehq.org/show_bug.cgi?id=21278
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #3 from Xavier Vachon xvachon@gmail.com 2011-04-04 18:42:55 CDT --- Still a bug in git (1.3.17).
Ran 4 tests in 2.565s
FAILED (failures=1) Traceback (most recent call last): File "C:\Python32\lib\runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Python32\lib\runpy.py", line 73, in _run_code exec(code, run_globals) File "C:\Python32\lib\test\test_zipimport_support.py", line 241, in <module> test_main() File "C:\Python32\lib\test\test_zipimport_support.py", line 237, in test_main test.support.run_unittest(ZipSupportTests) File "C:\Python32\lib\test\support.py", line 1145, in run_unittest _run_suite(suite) File "C:\Python32\lib\test\support.py", line 1128, in _run_suite raise TestFailed(err) test.support.TestFailed: Traceback (most recent call last): File "C:\Python32\lib\test\test_zipimport_support.py", line 227, in test_pdb_issue4201 self.assertIn(script_name.encode('utf-8'), data) AssertionError: b'C:\users\xavier\temp\tmplfskpl\script.py' not found in b'> c:\users\xavier\temp\tmplfskpl\script.py(2)f()\n-> pass\n(Pdb) 1 \tdef f():\n 2 ->\t pass\n 3 \t\n 4 \timport pdb\n 5 \tpdb.Pdb(nosigint=True).runcall(f)\n[EOF]\n(Pdb) \n'
http://bugs.winehq.org/show_bug.cgi?id=21278
--- Comment #4 from Austin English austinenglish@gmail.com 2013-10-04 16:43:23 CDT --- Crashes with python3.3 / wine-1.7.3-120-g4df4a54.
http://bugs.winehq.org/show_bug.cgi?id=21278
--- Comment #5 from Austin English austinenglish@gmail.com 2013-10-04 16:43:42 CDT --- Created attachment 46198 --> http://bugs.winehq.org/attachment.cgi?id=46198 terminal output/stacktrace
https://bugs.winehq.org/show_bug.cgi?id=21278
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@luukku.com --- (In reply to Austin English from comment #4)
Crashes with python3.3 / wine-1.7.3-120-g4df4a54.
Python 3.1 no crash.
Results are a bit compilicated to read but looks like 1 failure.
wine 2.0rc5.