Author: Carl Friedrich Bolz <[email protected]>
Branch: 
Changeset: r74046:d86dd2ec5238
Date: 2014-10-21 17:40 +0200
http://bitbucket.org/pypy/pypy/changeset/d86dd2ec5238/

Log:    kill corresponding test

diff --git a/pypy/module/pypyjit/test/test_policy.py 
b/pypy/module/pypyjit/test/test_policy.py
--- a/pypy/module/pypyjit/test/test_policy.py
+++ b/pypy/module/pypyjit/test/test_policy.py
@@ -6,15 +6,6 @@
     from pypy.objspace.std.intobject import W_IntObject
     assert pypypolicy.look_inside_function(W_IntObject.descr_add)
 
-def test_bigint():
-    from rpython.rlib.rbigint import rbigint
-    assert not pypypolicy.look_inside_function(rbigint.eq.im_func)
-    assert not pypypolicy.look_inside_function(rbigint.ne.im_func)
-    assert not pypypolicy.look_inside_function(rbigint.lt.im_func)
-    assert not pypypolicy.look_inside_function(rbigint.le.im_func)
-    assert not pypypolicy.look_inside_function(rbigint.gt.im_func)
-    assert not pypypolicy.look_inside_function(rbigint.ge.im_func)
-
 def test_rlocale():
     from rpython.rlib.rlocale import setlocale
     assert not pypypolicy.look_inside_function(setlocale)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to