Author: Maciej Fijalkowski <fij...@gmail.com> Branch: jitframe-on-heap Changeset: r61346:53c1547352e3 Date: 2013-02-17 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/53c1547352e3/
Log: unskip those tests diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.py --- a/rpython/jit/backend/arm/test/test_runner.py +++ b/rpython/jit/backend/arm/test/test_runner.py @@ -33,7 +33,6 @@ return cpu def test_result_is_spilled(self): - py.test.skip("later") cpu = self.cpu inp = [BoxInt(i) for i in range(1, 15)] out = [BoxInt(i) for i in range(1, 15)] @@ -67,7 +66,6 @@ assert output == expected def test_redirect_call_assembler2(self): - py.test.skip("later") def assembler_helper(deadframe, virtualizable): x = self.cpu.get_latest_value_int(deadframe, 0) assert x == 11 @@ -163,7 +161,6 @@ ('next', lltype.Ptr(SFloat))) def test_float_field(self): - py.test.skip("later") if not self.cpu.supports_floats: py.test.skip('requires floats') floatdescr = self.cpu.fielddescrof(self.SFloat, 'float') @@ -181,7 +178,6 @@ assert res.getfloat() == -3.6 def test_compile_loop_many_int_args(self): - py.test.skip("later") for numargs in range(2, 30): for _ in range(numargs): self.cpu.reserve_some_free_fail_descr_number() @@ -212,7 +208,6 @@ assert self.cpu.get_latest_value_int(deadframe, 0) == sum(args) def test_debugger_on(self): - py.test.skip("later") from rpython.rlib import debug targettoken, preambletoken = TargetToken(), TargetToken() _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit