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

iko at codespeak.net iko at codespeak.net
Sun Apr 19 12:22:11 CEST 2009


Author: iko
Date: Sun Apr 19 12:22:11 2009
New Revision: 64348

Modified:
   pypy/trunk/lib-python/win32-failures.txt
Log:
analyzed test_file failure



Modified: pypy/trunk/lib-python/win32-failures.txt
==============================================================================
--- pypy/trunk/lib-python/win32-failures.txt	(original)
+++ pypy/trunk/lib-python/win32-failures.txt	Sun Apr 19 12:22:11 2009
@@ -1,7 +1,8 @@
 These tests currently fail on win32:
 
 test_cmd_line       TODO: implement os.popen4
-test_file
+test_file           RPython IOError from rposix.ftruncate() not coverted
+                    to application IOError
 test_hashlib
 test_hmac
 test_import         TODO: implement import case check



More information about the Pypy-commit mailing list