[pypy-svn] r30413 - pypy/dist/pypy/translator/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Sun Jul 23 21:59:49 CEST 2006


Author: antocuni
Date: Sun Jul 23 21:59:45 2006
New Revision: 30413

Modified:
   pypy/dist/pypy/translator/cli/test/test_builtin.py
Log:
Skip test_os_read for now, because it's failing.



Modified: pypy/dist/pypy/translator/cli/test/test_builtin.py
==============================================================================
--- pypy/dist/pypy/translator/cli/test/test_builtin.py	(original)
+++ pypy/dist/pypy/translator/cli/test/test_builtin.py	Sun Jul 23 21:59:45 2006
@@ -12,6 +12,7 @@
     test_os_dup = skip_os
     test_os_path_exists = skip_os
     test_os_isdir = skip_os
+    test_os_read = skip_os
 
     # the following tests can't be executed with gencli because they
     # returns file descriptors, and cli code is executed in another



More information about the Pypy-commit mailing list