Author: David Schneider <david.schnei...@picle.org> Branch: arm-backend-2 Changeset: r56212:3c5d67dbd2ac Date: 2012-07-16 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3c5d67dbd2ac/
Log: skip test_read_timestamp on arm diff --git a/pypy/jit/backend/arm/test/test_basic.py b/pypy/jit/backend/arm/test/test_basic.py --- a/pypy/jit/backend/arm/test/test_basic.py +++ b/pypy/jit/backend/arm/test/test_basic.py @@ -30,3 +30,6 @@ def test_free_object(self): py.test.skip("issue of freeing, probably with ll2ctypes") + + def test_read_timestamp(self): + py.test.skip("The JIT on ARM does not support read_timestamp") _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit