[pypy-commit] pypy arm-backend-2: fix tests

bivab noreply at buildbot.pypy.org
Wed Nov 16 14:14:55 CET 2011


Author: David Schneider <david.schneider at 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):


More information about the pypy-commit mailing list