Author: Maciej Fijalkowski <[email protected]>
Branch: vmprof
Changeset: r76494:9f326dc014f4
Date: 2015-03-19 15:55 +0200
http://bitbucket.org/pypy/pypy/changeset/9f326dc014f4/
Log: kill a test for a killed feature
diff --git a/pypy/module/__pypy__/test/test_special.py
b/pypy/module/__pypy__/test/test_special.py
--- a/pypy/module/__pypy__/test/test_special.py
+++ b/pypy/module/__pypy__/test/test_special.py
@@ -83,13 +83,6 @@
s = set([2, 3, 4])
assert strategy(s) == "IntegerSetStrategy"
- def test_code_info_file(self):
- from __pypy__ import all_code_info
-
- assert len(all_code_info()) > 0 # eh, what else?
- exec """def function_of_a_relatively_unique_name():
- pass"""
- assert 'function_of_a_relatively_unique_name' in all_code_info()
class AppTestJitFeatures(object):
spaceconfig = {"translation.jit": True}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit