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

antocuni at codespeak.net antocuni at codespeak.net
Fri Apr 24 18:19:00 CEST 2009


Author: antocuni
Date: Fri Apr 24 18:18:56 2009
New Revision: 64646

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/backend/llgraph/test/test_llgraph.py
Log:
skip more non-working tests


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:18:56 2009
@@ -226,6 +226,7 @@
 
 class TestLLTypeLLGraph(LLGraphTest):
     from pypy.jit.backend.llgraph.runner import LLtypeCPU as cpu_type
-
-class TestOOTypeLLGraph(LLGraphTest):
-    from pypy.jit.backend.llgraph.runner import OOtypeCPU as cpu_type
+    
+## these tests never worked
+## class TestOOTypeLLGraph(LLGraphTest):
+##     from pypy.jit.backend.llgraph.runner import OOtypeCPU as cpu_type



More information about the Pypy-commit mailing list