churchyard / rpms / python2

Forked from rpms/python2 6 years ago
Clone
866e929
diff -up Python-2.7.2/Lib/ctypes/test/test_callbacks.py.skip-test_ctypes-known-failure-on-sparc Python-2.7.2/Lib/ctypes/test/test_callbacks.py
866e929
--- Python-2.7.2/Lib/ctypes/test/test_callbacks.py.skip-test_ctypes-known-failure-on-sparc	2011-09-08 19:42:35.541951490 -0400
866e929
+++ Python-2.7.2/Lib/ctypes/test/test_callbacks.py	2011-09-08 19:43:40.676947036 -0400
866e929
@@ -67,6 +67,7 @@ class Callbacks(unittest.TestCase):
866e929
         self.check_type(c_longlong, 42)
866e929
         self.check_type(c_longlong, -42)
866e929
 
866e929
+    @unittest.skip('Known failure on Sparc: http://bugs.python.org/issue8314')
866e929
     def test_ulonglong(self):
866e929
         # test some 64-bit values, with and without msb set.
866e929
         self.check_type(c_ulonglong, 10955412242170339782)