[pypy-commit] pypy default: this test should fail on my machine too

antocuni noreply at buildbot.pypy.org
Mon Jun 6 15:02:28 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r44743:995d54066235
Date: 2011-06-06 15:03 +0200
http://bitbucket.org/pypy/pypy/changeset/995d54066235/

Log:	this test should fail on my machine too

diff --git a/lib-python/modified-2.7/ctypes/test/test_libc.py b/lib-python/modified-2.7/ctypes/test/test_libc.py
--- a/lib-python/modified-2.7/ctypes/test/test_libc.py
+++ b/lib-python/modified-2.7/ctypes/test/test_libc.py
@@ -27,8 +27,6 @@
 
     def test_no_more_xfail(self):
         import socket
-        if 'viper' in socket.gethostname():
-            return # don't fail on antocuni's machine :-)
         import ctypes.test
         self.assertTrue(not hasattr(ctypes.test, 'xfail'),
                         "You should incrementally grep for '@xfail' and remove them, they are real failures")


More information about the pypy-commit mailing list