[pypy-svn] r64519 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test

antocuni at codespeak.net antocuni at codespeak.net
Tue Apr 21 16:47:40 CEST 2009


Author: antocuni
Date: Tue Apr 21 16:47:39 2009
New Revision: 64519

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_send.py
Log:
(antocuni, arigo) nice, three tests pass out of the box


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_send.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_send.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/test/test_send.py	Tue Apr 21 16:47:39 2009
@@ -459,12 +459,9 @@
     def skip(self):
         py.test.skip('in-progress')
 
-    test_red_send_to_green_receiver = skip
     test_oosend_base = skip
     test_oosend_different_initial_class = skip
-    test_indirect_call_unknown_object_1 = skip
     test_three_cases = skip
-    test_three_classes = skip
     test_recursive_call_to_portal_from_blackhole = skip
 
 



More information about the Pypy-commit mailing list