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

ericvrp at codespeak.net ericvrp at codespeak.net
Sat Jan 6 17:56:02 CET 2007


Author: ericvrp
Date: Sat Jan  6 17:56:00 2007
New Revision: 36179

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
Log:
Skip this test on llvm 1.x (for now)


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	Sat Jan  6 17:56:00 2007
@@ -24,6 +24,7 @@
 
     if llvm_version() < 2.0:
         test_float_arithmetic = skip_too_minimal #segfault
+        test_unsigned = skip_too_minimal #uint_invert uses incorrect xor constant?
 
     test_float_pow = skip
     test_unichar_array = skip



More information about the Pypy-commit mailing list