[pypy-svn] r59105 - pypy/branch/oo-jit/pypy/jit/codegen/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Wed Oct 15 16:11:12 CEST 2008


Author: antocuni
Date: Wed Oct 15 16:11:12 2008
New Revision: 59105

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
Log:
two more tests pass out of the box :-)



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_interpreter.py	Wed Oct 15 16:11:12 2008
@@ -88,9 +88,6 @@
 
     check_count_depth = False # see test_self_referential_structures
     
-    def test_known_nonzero(self):
-        py.test.skip("something wrong with promotion")
-
     def test_indirect_red_call_with_exc(self):
         py.test.skip("replay: NotImplementedError")
 
@@ -100,8 +97,5 @@
     def test_learn_nonzeroness(self):
         py.test.skip("something wrong with promotion")
 
-    def test_freeze_booleffects_correctly(self):
-        py.test.skip("something wrong with promotion")
-
     def test_degenerated_at_return(self):
         py.test.skip('test framework does not support getattr on returned instances')



More information about the Pypy-commit mailing list