[pypy-svn] r37806 - pypy/dist/pypy/jit/codegen/llvm/test

ericvrp at codespeak.net ericvrp at codespeak.net
Fri Feb 2 14:17:38 CET 2007


Author: ericvrp
Date: Fri Feb  2 14:17:37 2007
New Revision: 37806

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_genc_ts.py
Log:
skip these llvm frame var tests until frame vars are supported


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_genc_ts.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_genc_ts.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_genc_ts.py	Fri Feb  2 14:17:37 2007
@@ -27,3 +27,9 @@
         test_two_loops_merging = skip_too_minimal #segfault
         test_green_char_at_merge = skip #segfault
         test_residual_red_call_with_exc = skip
+
+    def test_simple_red_meth(self):
+        py.test.skip('no frame var support yet')
+
+    test_simple_red_meth_vars_around = test_simple_red_meth
+



More information about the Pypy-commit mailing list