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

antocuni at codespeak.net antocuni at codespeak.net
Tue Oct 28 17:12:20 CET 2008


Author: antocuni
Date: Tue Oct 28 17:12:20 2008
New Revision: 59492

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py
Log:
cool, three more tests pass


Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_promotion.py	Tue Oct 28 17:12:20 2008
@@ -10,12 +10,9 @@
     def skip(self):
         py.test.skip('in progress')
 
-    more_promotes = skip
-    mixed_merges = skip
     remembers_across_mp = skip
     test_virtual_list_copy = skip
     test_raise_result_mixup = skip
-    test_two_promotions_in_call = skip
     test_promote_class = skip
     test_promote_class_vstruct = skip
     test_read___class___after_promotion = skip



More information about the Pypy-commit mailing list