[pypy-svn] r37333 - pypy/dist/pypy/jit/codegen/llvm/test
ericvrp at codespeak.net
ericvrp at codespeak.net
Thu Jan 25 15:22:29 CET 2007
Author: ericvrp
Date: Thu Jan 25 15:22:27 2007
New Revision: 37333
Modified:
pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
Log:
llvm jit ... skip test that fails on llvm < 2.0
Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py (original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py Thu Jan 25 15:22:27 2007
@@ -59,7 +59,9 @@
if llvm_version() < 2.0:
test_unsigned = skip_too_minimal #uint_invert uses incorrect xor constant?
+ test_unsigned_comparison = skip_too_minimal
+ test_unsigned = skip #?
test_arithmetic = skip #XXX << 32 and >> 32 fail
test_constants_in_divmod = skip #in-progress
More information about the Pypy-commit
mailing list