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

ericvrp at codespeak.net ericvrp at codespeak.net
Sat Feb 3 09:54:21 CET 2007


Author: ericvrp
Date: Sat Feb  3 09:54:20 2007
New Revision: 37849

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_rgenop.py
Log:
Skip three more tests that segfault with llvm 1.9 but work with llvm 2.0


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_rgenop.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_rgenop.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_rgenop.py	Sat Feb  3 09:54:20 2007
@@ -25,6 +25,9 @@
         test_fact_direct = skip_too_minimal #segfault
         test_fact_compile= skip_too_minimal #segfault
         test_tight_loop = skip_too_minimal #llvm 1.9 assertion failure
+        test_from_random_2_direct = skip_too_minimal #segfault
+        test_from_random_3_direct = skip_too_minimal #segfault
+        test_from_random_4_direct = skip_too_minimal #segfault
 
     test_read_frame_var_direct   = skip
     test_read_frame_var_compile  = skip



More information about the Pypy-commit mailing list