Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r54207:30c3a37d897a
Date: 2012-04-05 12:17 +0000
http://bitbucket.org/pypy/pypy/changeset/30c3a37d897a/
Log: backout 20eca32afd29
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -1777,8 +1777,6 @@
assert res == -19
def test_convert_float_bytes(self):
- if not self.cpu.supports_longlong:
- py.test.skip("longlong test")
t = 'int' if longlong.is_64_bit else 'float'
res = self.execute_operation(rop.CONVERT_FLOAT_BYTES_TO_LONGLONG,
[boxfloat(2.5)], t).value
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit