Author: Anton Gulenko <anton.gule...@googlemail.com> Branch: rstrategies Changeset: r1044:c654217f1617 Date: 2014-08-20 22:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/c654217f1617/
Log: Marked test as very slow. diff --git a/spyvm/test/test_zin_squeak_4_5_image.py b/spyvm/test/test_zin_squeak_4_5_image.py --- a/spyvm/test/test_zin_squeak_4_5_image.py +++ b/spyvm/test/test_zin_squeak_4_5_image.py @@ -1,6 +1,6 @@ import operator from spyvm import model -from .util import read_image, copy_to_module, cleanup_module, slow_test +from .util import read_image, copy_to_module, cleanup_module, slow_test, very_slow_test # The tests are quick, but loading the big image takes time. pytestmark = slow_test @@ -17,7 +17,8 @@ def test_all_pointers_are_valid(): from test_miniimage import _test_all_pointers_are_valid _test_all_pointers_are_valid(reader) - + +@very_slow_test def test_lookup_abs_in_integer(): from test_miniimage import _test_lookup_abs_in_integer _test_lookup_abs_in_integer(interp) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit