[pypy-commit] pypy arm-backend-2: mark tests as slow

bivab noreply at buildbot.pypy.org
Sat Jul 7 09:50:19 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r55954:10fde83e6958
Date: 2012-07-07 09:36 +0200
http://bitbucket.org/pypy/pypy/changeset/10fde83e6958/

Log:	mark tests as slow

diff --git a/pypy/jit/backend/arm/test/test_calling_convention.py b/pypy/jit/backend/arm/test/test_calling_convention.py
--- a/pypy/jit/backend/arm/test/test_calling_convention.py
+++ b/pypy/jit/backend/arm/test/test_calling_convention.py
@@ -4,6 +4,8 @@
 from pypy.rpython.lltypesystem import lltype
 from pypy.jit.codewriter.effectinfo import EffectInfo
 
+from pypy.jit.backend.arm.test.support import skip_unless_run_slow_tests
+skip_unless_run_slow_tests()
 
 class TestARMCallingConvention(TestCallingConv):
     # ../../test/calling_convention_test.py


More information about the pypy-commit mailing list