[pypy-svn] r23368 - pypy/branch/genc-gc-refactoring/test

arigo at codespeak.net arigo at codespeak.net
Wed Feb 15 18:03:20 CET 2006


Author: arigo
Date: Wed Feb 15 18:03:18 2006
New Revision: 23368

Modified:
   pypy/branch/genc-gc-refactoring/test/test_backendoptimized.py
Log:
Apparently doesn't work on the trunk


Modified: pypy/branch/genc-gc-refactoring/test/test_backendoptimized.py
==============================================================================
--- pypy/branch/genc-gc-refactoring/test/test_backendoptimized.py	(original)
+++ pypy/branch/genc-gc-refactoring/test/test_backendoptimized.py	Wed Feb 15 18:03:18 2006
@@ -183,6 +183,7 @@
         def process(self, t):
             _TestTypedTestCase.process(self, t)
             self.t = t
+            py.test.skip("apparently doesn't work for now, see comments in r22890")
             backend_optimizations(t, raisingop2direct_call_all=True)
 
     def test_int_floordiv_zer(self):



More information about the Pypy-commit mailing list