[pypy-commit] pypy arm-backend-2: unskip this test

bivab noreply at buildbot.pypy.org
Wed Jul 13 11:01:54 CEST 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r45527:cf96111049eb
Date: 2011-07-13 10:16 +0200
http://bitbucket.org/pypy/pypy/changeset/cf96111049eb/

Log:	unskip this test

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
@@ -58,9 +58,6 @@
         expected = [3, 7, 11, 15, 19, 23, 27, 3, 7, 11, 15, 19, 23, 27]
         assert output == expected
 
-    def test_cond_call_gc_wb(self, *args):
-        py.test.skip('needs gc support')
-
     def test_redirect_call_assember(self):
         called = []
         def assembler_helper(failindex, virtualizable):


More information about the pypy-commit mailing list