Author: David Schneider <david.schnei...@picle.org> Branch: arm-backend-2 Changeset: r49466:cee2830d1a69 Date: 2011-11-16 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/cee2830d1a69/
Log: fix tests diff --git a/pypy/jit/backend/arm/test/test_runner.py b/pypy/jit/backend/arm/test/test_runner.py --- a/pypy/jit/backend/arm/test/test_runner.py +++ b/pypy/jit/backend/arm/test/test_runner.py @@ -29,6 +29,9 @@ cls.cpu = ArmCPU(rtyper=None, stats=FakeStats()) cls.cpu.setup_once() + def teardown_method(self, method): + self.cpu.assembler.teardown() + # for the individual tests see # ====> ../../test/runner_test.py def test_result_is_spilled(self): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit