Author: edelsohn
Branch: ppc-jit-backend
Changeset: r46803:1f3abf78e2c7
Date: 2011-08-26 13:48 -0400
http://bitbucket.org/pypy/pypy/changeset/1f3abf78e2c7/
Log: Undo mistaken commit skipping tests
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -1030,7 +1030,6 @@
def test_jump(self):
# this test generates small loops where the JUMP passes many
# arguments of various types, shuffling them around.
- py.test.skip("1")
if self.cpu.supports_floats:
numkinds = 3
else:
@@ -2130,7 +2129,6 @@
lltype.free(x, flavor='raw')
def test_assembler_call(self):
- py.test.skip("1")
called = []
def assembler_helper(failindex, virtualizable):
assert self.cpu.get_latest_value_int(0) == 97
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit