Author: David Schneider <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit