[pypy-svn] r50689 - pypy/dist/pypy/jit/timeshifter/test

antocuni at codespeak.net antocuni at codespeak.net
Wed Jan 16 21:18:41 CET 2008


Author: antocuni
Date: Wed Jan 16 21:18:39 2008
New Revision: 50689

Modified:
   pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py
Log:
more tests passes out of the box



Modified: pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/test/test_timeshift.py	Wed Jan 16 21:18:39 2008
@@ -1800,6 +1800,13 @@
     'test_simple_opt_const_propagation2',
     'test_loop_folding',
     'test_loop_merging',
+    'test_two_loops_merging',
+    'test_convert_greenvar_to_redvar',
+    'test_green_across_split',
+    'test_merge_const_before_return',
+    'test_merge_3_redconsts_before_return',
+    'test_merge_const_at_return',
+    'test_arith_plus_minus',
     ])
 class TestOOType(BaseTestTimeshift):
     type_system = 'ootype'



More information about the Pypy-commit mailing list