[pypy-svn] r65131 - pypy/branch/pyjitpl5/pypy/jit/backend/cli/test

arigo at codespeak.net arigo at codespeak.net
Thu May 7 13:06:22 CEST 2009


Author: arigo
Date: Thu May  7 13:06:21 2009
New Revision: 65131

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_runner.py
Log:
Skip test_ovf_operations_reversed too.


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_runner.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_runner.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_runner.py	Thu May  7 13:06:21 2009
@@ -26,5 +26,5 @@
     test_passing_guard_class = skip      # GUARD_CLASS
     test_failing_guard_class = skip      # GUARD_CLASS
 
-    def test_ovf_operations(self):
+    def test_ovf_operations(self, reversed=False):
         py.test.skip('fixme')



More information about the Pypy-commit mailing list