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

iko at codespeak.net iko at codespeak.net
Tue Apr 21 12:13:32 CEST 2009


Author: iko
Date: Tue Apr 21 12:13:32 2009
New Revision: 64498

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



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 12:13:32 2009
@@ -1,13 +1,12 @@
 These tests currently fail on win32:
 
-test_cmd_line       TODO: implement os.popen4
+test_cmd_line       [Done]
 test_hmac           [done]
 test_locale
 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_os             - test_access: this test seems flaky
+test_popen2         [Done]
 test_site           TODO: implement _locale at interp_level
 test_unicode_file   TODO: implement unicode filesystem.
 test_univnewlines   TODO: big mess in rlib/streamio.py; first try to fix



More information about the Pypy-commit mailing list