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

afa at codespeak.net afa at codespeak.net
Tue Apr 21 09:09:33 CEST 2009


Author: afa
Date: Tue Apr 21 09:09:32 2009
New Revision: 64486

Modified:
   pypy/trunk/lib-python/win32-failures.txt
Log:
Update status of tests on win32, according to the last buildbot run


Modified: pypy/trunk/lib-python/win32-failures.txt
==============================================================================
--- pypy/trunk/lib-python/win32-failures.txt	(original)
+++ pypy/trunk/lib-python/win32-failures.txt	Tue Apr 21 09:09:32 2009
@@ -1,36 +1,17 @@
 These tests currently fail on win32:
 
 test_cmd_line       TODO: implement os.popen4
-test_file           RPython IOError from rposix.ftruncate() not coverted
-                    to application IOError
-test_hashlib        [Done]
-test_hmac
-test_import         TODO: implement import case check
+test_hmac           [done]
 test_locale
-test_mmap           Same ftruncate bug as test_file
-test_netrc          [Done]
-test_old_mailbox    [unlink failures corrected]
-                    - test_from_regex fails probably because of seek() and tell() issues
+test_old_mailbox    test_from_regex fails probably because of seek() and tell() issues
                       (test passes if file is opened in binary mode)
 test_os             - TODO: test_1565150: rewrite utime() to use SetFileTime
                     - test_access: this test seems flaky
 test_popen2         TODO: implement os.popen2
-test_random         [Done]
-test_runpy          [Done]
-test_shutil         [utime() hacked to do nothin for dirs]
-                    msvcrt utime() returns permission denied for directories
-                    CPython uses SetFileTime instead to be able to set times
-                    for directories.
 test_site           TODO: implement _locale at interp_level
-test_socket         connect() fail if settimeout() has been called on the socket
-test_subprocess     [Done]
-test_tarfile        [Done]
 test_unicode_file   TODO: implement unicode filesystem.
-test_unicodedata    [Done]
 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      [Done]
 
 General:
 - Windows os modules raises WindowsError instead of OSError for most errors.



More information about the Pypy-commit mailing list