Author: Stefano Rivera <[email protected]>
Branch:
Changeset: r64295:658619199c14
Date: 2013-05-19 01:17 +0200
http://bitbucket.org/pypy/pypy/changeset/658619199c14/
Log: Oops, delete that test too. It will only return -1 *on* ARM
diff --git a/rpython/memory/gc/test/test_env.py
b/rpython/memory/gc/test/test_env.py
--- a/rpython/memory/gc/test/test_env.py
+++ b/rpython/memory/gc/test/test_env.py
@@ -161,7 +161,3 @@
""")
result = env.get_L2cache_linux2_cpuinfo(str(filepath))
assert result == 3072 * 1024
-
-def test_estimate_best_nursery_size_linux2_arm():
- result = env.get_L2cache_linux2()
- assert result == -1
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit