[pypy-svn] r36596 - pypy/dist/pypy/jit/codegen/llvm/test
ericvrp at codespeak.net
ericvrp at codespeak.net
Fri Jan 12 17:57:44 CET 2007
Author: ericvrp
Date: Fri Jan 12 17:57:43 2007
New Revision: 36596
Modified:
pypy/dist/pypy/jit/codegen/llvm/test/test_genc_ts.py
Log:
mark tests that fail on llvm 2.0
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 Jan 12 17:57:43 2007
@@ -31,6 +31,13 @@
test_two_loops_merging = skip_too_minimal #segfault
test_green_char_at_merge = skip #segfault
test_residual_red_call_with_exc = skip
+ else: #needs fixing for >= 2.0
+ test_red_array = skip
+ test_red_struct_array = skip
+ test_red_varsized_struct = skip
+ test_array_of_voids = skip
+ test_merge_structures = skip
+ test_green_char_at_merge = skip
if skip_passing:
test_very_simple = skip
More information about the Pypy-commit
mailing list