[pypy-svn] r64478 - pypy/trunk/lib-python

iko at codespeak.net iko at codespeak.net
Mon Apr 20 19:49:47 CEST 2009


Author: iko
Date: Mon Apr 20 19:49:47 2009
New Revision: 64478

Modified:
   pypy/trunk/lib-python/win32-failures.txt
Log:
updated failures



Modified: pypy/trunk/lib-python/win32-failures.txt
==============================================================================
--- pypy/trunk/lib-python/win32-failures.txt	(original)
+++ pypy/trunk/lib-python/win32-failures.txt	Mon Apr 20 19:49:47 2009
@@ -3,7 +3,7 @@
 test_cmd_line       TODO: implement os.popen4
 test_file           RPython IOError from rposix.ftruncate() not coverted
                     to application IOError
-test_hashlib        Runs in ~350 seconds when run manually
+test_hashlib        [Done]
 test_hmac
 test_import         TODO: implement import case check
 test_locale
@@ -30,7 +30,7 @@
 test_univnewlines   TODO: big mess in rlib/streamio.py; first try to fix
                     test_readline_mixed_with_read() in pypy/module/_file/test/test_file.py
 test_xdrlib         [Done]
-test_zipimport      '/' '\\' mismatch
+test_zipimport      [Done]
 
 General:
 - Windows os modules raises WindowsError instead of OSError for most errors.



More information about the Pypy-commit mailing list