Description: Test fails spectacularly on sparc. Skip.
 The test is described as dodgy in the docstring, and takes down the python
 interpreter.
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: https://bitbucket.org/cffi/cffi/pull-request/24
Last-Update: 2014-01-21
Bug-Debian: http://bugs.debian.org/733517

--- 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()
