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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Sep 19 18:00:22 CEST 2007


Author: cfbolz
Date: Wed Sep 19 18:00:22 2007
New Revision: 46741

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
Log:
another one


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	Wed Sep 19 18:00:22 2007
@@ -69,6 +69,5 @@
     test_float_arithmetic = skip #XXX llvmjit.execute() returns an int :-(
     test_float_cast = skip       #XXX llvmjit.execute() returns an int :-(
 
-    test_float_pow = skip
     test_unichar_array = skip
     test_char_unichar_fields = skip



More information about the Pypy-commit mailing list