Author: Matti Picus <[email protected]>
Branch:
Changeset: r70796:ba4e5b432b24
Date: 2014-04-20 09:43 +0300
http://bitbucket.org/pypy/pypy/changeset/ba4e5b432b24/
Log: skip crashing test on windows
diff --git a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
b/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
--- a/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
+++ b/rpython/rtyper/lltypesystem/test/test_ll2ctypes.py
@@ -745,6 +745,7 @@
def test_get_errno(self):
eci = ExternalCompilationInfo(includes=['string.h'])
if sys.platform.startswith('win'):
+ py.test.skip('writing to invalid fd on windows crashes the
process')
# Note that cpython before 2.7 installs an
_invalid_parameter_handler,
# which is why the test passes there, but this is no longer
# accepted practice.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit