Author: Matti Picus <[email protected]>
Branch:
Changeset: r55143:18f0b4f61338
Date: 2012-05-19 22:48 +0300
http://bitbucket.org/pypy/pypy/changeset/18f0b4f61338/
Log: skip test that crashes pypy
diff --git a/lib-python/2.7/test/test_fileio.py
b/lib-python/2.7/test/test_fileio.py
--- a/lib-python/2.7/test/test_fileio.py
+++ b/lib-python/2.7/test/test_fileio.py
@@ -318,6 +318,7 @@
self.assertRaises(ValueError, _FileIO, -10)
self.assertRaises(OSError, _FileIO, make_bad_fd())
if sys.platform == 'win32':
+ raise unittest.SkipTest('Set _invalid_parameter_handler for low
level io')
import msvcrt
self.assertRaises(IOError, msvcrt.get_osfhandle, make_bad_fd())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit