Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r80373:7889231eaf0f
Date: 2015-10-21 10:52 +0200
http://bitbucket.org/pypy/pypy/changeset/7889231eaf0f/

Log:    Fix this too

diff --git a/rpython/rlib/test/test_rweakvaldict.py 
b/rpython/rlib/test/test_rweakvaldict.py
--- a/rpython/rlib/test/test_rweakvaldict.py
+++ b/rpython/rlib/test/test_rweakvaldict.py
@@ -138,6 +138,10 @@
     f(1)
     interpret(f, [1])
 
+
[email protected](
+    reason="may fail with AssertionError, depending on annotation order")
+def test_rpython_merge_RWeakValueDictionary3():
     def g(x):
         if x:
             d = RWeakValueDictionary(str, X)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to