Author: Stefano Rivera <[email protected]>
Branch:
Changeset: r1460:10240375e6e4
Date: 2014-01-22 13:08 +0200
http://bitbucket.org/cffi/cffi/changeset/10240375e6e4/
Log: Skip test that crashes the interpreter on sparc
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -1133,6 +1133,9 @@
xxx
def test_opaque_integer_as_function_result():
+ import platform
+ if platform.machine().startswith('sparc'):
+ py.test.skip('Breaks horribly on sparc (SIGILL + corrupted stack)')
# XXX bad abuse of "struct { ...; }". It only works a bit by chance
# anyway. XXX think about something better :-(
ffi = FFI()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit