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'