Blame SOURCES/00140-skip-test_ctypes-known-failure-on-sparc.patch

1fe57a
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
1fe57a
--- 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
1fe57a
+++ Python-2.7.2/Lib/ctypes/test/test_callbacks.py	2011-09-08 19:43:40.676947036 -0400
1fe57a
@@ -67,6 +67,7 @@ class Callbacks(unittest.TestCase):
1fe57a
         self.check_type(c_longlong, 42)
1fe57a
         self.check_type(c_longlong, -42)
1fe57a
 
1fe57a
+    @unittest.skip('Known failure on Sparc: http://bugs.python.org/issue8314')
1fe57a
     def test_ulonglong(self):
1fe57a
         # test some 64-bit values, with and without msb set.
1fe57a
         self.check_type(c_ulonglong, 10955412242170339782)