[pypy-svn] r64644 - pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test

antocuni at codespeak.net antocuni at codespeak.net
Fri Apr 24 18:17:01 CEST 2009


Author: antocuni
Date: Fri Apr 24 18:17:00 2009
New Revision: 64644

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test/test_llgraph.py
Log:
skip this failing test, as I think it cannot work


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test/test_llgraph.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test/test_llgraph.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test/test_llgraph.py	Fri Apr 24 18:17:00 2009
@@ -42,6 +42,9 @@
     def test_failing_guards(self):
         py.test.skip("obscure errors")
 
+    def test_ovf_operations(self):
+        py.test.skip('no way to run this without a typer')
+
     def test_execute_operations_in_env(self):
         py.test.skip("Rewrite me")
         x = BoxInt(123)



More information about the Pypy-commit mailing list