Author: Maciej Fijalkowski <[email protected]>
Branch: result-in-resops
Changeset: r58496:3bd494f17512
Date: 2012-10-27 11:43 +0200
http://bitbucket.org/pypy/pypy/changeset/3bd494f17512/
Log: remove a test that was specializing on constant - not being run for
years
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
@@ -350,19 +350,6 @@
"""
self.optimize_loop(ops, expected)
- def test_remove_guard_value_if_constant(self):
- ops = """
- [p1]
- guard_value(p1, ConstPtr(myptr))
- jump(ConstPtr(myptr))
- """
- expected = """
- []
- jump()
- """
- py.test.skip("XXX")
- self.optimize_loop(ops, 'Constant(myptr)', expected)
-
def test_ooisnull_oononnull_1(self):
ops = """
[p0]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit