Author: David Schneider <david.schnei...@picle.org> Branch: arm-backend-2 Changeset: r56014:ec98179d3b56 Date: 2012-07-10 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/ec98179d3b56/
Log: revert partitioning for arm backend tests diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testrunner_cfg.py +++ b/pypy/testrunner_cfg.py @@ -3,7 +3,7 @@ DIRS_SPLIT = [ 'translator/c', 'translator/jvm', 'rlib', 'rpython/memory', - 'jit/backend/x86', 'jit/backend/arm', 'jit/metainterp', 'rpython/test', + 'jit/backend/x86', 'jit/metainterp', 'rpython/test', ] def collect_one_testdir(testdirs, reldir, tests): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit