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

afa at codespeak.net afa at codespeak.net
Fri Apr 17 23:34:45 CEST 2009


Author: afa
Date: Fri Apr 17 23:34:44 2009
New Revision: 64312

Modified:
   pypy/trunk/lib-python/win32-failures.txt
Log:
more comments about win32 failures


Modified: pypy/trunk/lib-python/win32-failures.txt
==============================================================================
--- pypy/trunk/lib-python/win32-failures.txt	(original)
+++ pypy/trunk/lib-python/win32-failures.txt	Fri Apr 17 23:34:44 2009
@@ -1,7 +1,6 @@
 These tests currently fail on win32:
 
 test_cmd_line
-test_dbm            [DONE] skipped
 test_dumbdbm
 test_file
 test_hashlib
@@ -11,20 +10,21 @@
 test_mmap
 test_netrc
 test_old_mailbox
-test_os
+test_os             - test_1565150: rewrite utime() to use SetFileTime
+                    - test_access: ??
 test_popen2
 test_random
-test_repr
+test_repr           [Done] probably
 test_runpy
-test_shutil
+test_shutil         - when os.utime uses SetFileTime, raise WindowsError instead of OSError.
 test_site
 test_socket
 test_subprocess
 test_tarfile
 test_unicode_file
 test_unicodedata    objspace/std/unicodeobject.py uses unicodedb_3_2_0 ?? How does this work on Linux??
-test_univnewlines   big mess in rlib/streamio.py
-test_uuid           [DONE] fixed
+test_univnewlines   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
 test_zipimport      '/' '\\' mismatch
 



More information about the Pypy-commit mailing list