Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63852:00cc4cbb9284
Date: 2013-05-04 14:16 -0700
http://bitbucket.org/pypy/pypy/changeset/00cc4cbb9284/

Log:    show the warnings when this sporadically fails on the buildbots

diff --git a/pypy/module/_socket/test/test_sock_app.py 
b/pypy/module/_socket/test/test_sock_app.py
--- a/pypy/module/_socket/test/test_sock_app.py
+++ b/pypy/module/_socket/test/test_sock_app.py
@@ -579,7 +579,7 @@
             warnings.simplefilter('always')
             s = None
             gc.collect()
-        assert len(w) == 1
+        assert len(w) == 1, [str(warning) for warning in w]
         assert r in str(w[0])
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to