Author: Armin Rigo <[email protected]>
Branch:
Changeset: r75415:a0ef99cf3818
Date: 2015-01-17 20:25 +0100
http://bitbucket.org/pypy/pypy/changeset/a0ef99cf3818/
Log: Skip a test which doesn't make sense any more since adc6ab4ae74d
diff --git a/rpython/jit/backend/arm/test/test_regalloc_mov.py
b/rpython/jit/backend/arm/test/test_regalloc_mov.py
--- a/rpython/jit/backend/arm/test/test_regalloc_mov.py
+++ b/rpython/jit/backend/arm/test/test_regalloc_mov.py
@@ -503,7 +503,6 @@
def test_unsupported(self):
py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
imm(1))')
py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
imm_float(1))')
- py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
r(1))')
py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
vfp(1))')
py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
stack(1))')
py.test.raises(AssertionError, 'self.asm.regalloc_mov(raw_stack(0),
stack_float(1))')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit