Author: Antonio Cuni <anto.c...@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")
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to