[pypy-svn] r53652 - pypy/branch/jit-hotpath/pypy/jit/rainbow/test

antocuni at codespeak.net antocuni at codespeak.net
Thu Apr 10 11:31:04 CEST 2008


Author: antocuni
Date: Thu Apr 10 11:31:04 2008
New Revision: 53652

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py
Log:
Yay! All these tests pass out of the box :-)



Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/test/test_interpreter.py	Thu Apr 10 11:31:04 2008
@@ -2334,20 +2334,5 @@
     test_compile_time_const_tuple = _skip    # needs vdict
     test_green_char_at_merge = _skip
     test_self_referential_structures = _skip
-    test_indirect_red_call = _skip
-    test_indirect_red_call_with_exc = _skip
-    test_indirect_gray_call = _skip
-    test_indirect_residual_red_call = _skip
-    test_constant_indirect_red_call = _skip
-    test_constant_indirect_red_call_no_result = _skip
-    test_indirect_sometimes_residual_pure_red_call = _skip
-    test_indirect_sometimes_residual_pure_but_fixed_red_call = _skip
-    test_manual_marking_of_pure_functions = _skip
-    test_red_int_add_ovf = _skip
-    test_nonzeroness_assert_while_compiling = _skip
-    test_segfault_while_compiling = _skip
-    test_learn_boolvalue = _skip
-    test_learn_nonzeroness = _skip
-    test_void_args = _skip
     test_ptrequality = _skip
     test_green_ptrequality = _skip


More information about the pypy-svn mailing list