Author: Florin Papa <[email protected]>
Branch: resource_warning
Changeset: r84504:c3b8b8142c65
Date: 2016-05-17 09:36 +0300
http://bitbucket.org/pypy/pypy/changeset/c3b8b8142c65/

Log:    Fix failing tests after anonymous frame was removed from output

diff --git a/pypy/module/_file/test/test_file.py 
b/pypy/module/_file/test/test_file.py
--- a/pypy/module/_file/test/test_file.py
+++ b/pypy/module/_file/test/test_file.py
@@ -300,7 +300,6 @@
         Created at \(most recent call last\):
           File ".*", line .*, in test_track_resources
           File ".*", line .*, in fn
-          File ".*", line .*, in anonymous
         """, msg)
         #
         # check with track_resources enabled in the destructor BUT with a
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
@@ -453,7 +453,6 @@
         Created at \(most recent call last\):
           File ".*", line .*, in test_track_resources
           File ".*", line .*, in fn
-          File ".*", line .*, in anonymous
         """, msg)
         #
         # check with track_resources enabled in the destructor BUT with a
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to