[pypy-commit] pypy default: This test no longer xfails.

arigo noreply at buildbot.pypy.org
Sun Nov 6 08:45:55 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r48808:fa885677f10c
Date: 2011-11-06 08:44 +0100
http://bitbucket.org/pypy/pypy/changeset/fa885677f10c/

Log:	This test no longer xfails.

diff --git a/lib-python/modified-2.7/ctypes/test/test_simplesubclasses.py b/lib-python/modified-2.7/ctypes/test/test_simplesubclasses.py
--- a/lib-python/modified-2.7/ctypes/test/test_simplesubclasses.py
+++ b/lib-python/modified-2.7/ctypes/test/test_simplesubclasses.py
@@ -1,6 +1,5 @@
 import unittest
 from ctypes import *
-from ctypes.test import xfail
 
 class MyInt(c_int):
     def __cmp__(self, other):
@@ -27,7 +26,6 @@
         self.assertEqual(None, cb())
 
 
-    @xfail
     def test_int_callback(self):
         args = []
         def func(arg):


More information about the pypy-commit mailing list