Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r45134:9695dcaf1ac5
Date: 2011-06-26 12:36 +0200
http://bitbucket.org/pypy/pypy/changeset/9695dcaf1ac5/
Log: remove outdated test
diff --git a/pypy/jit/backend/arm/test/test_instr_codebuilder.py
b/pypy/jit/backend/arm/test/test_instr_codebuilder.py
--- a/pypy/jit/backend/arm/test/test_instr_codebuilder.py
+++ b/pypy/jit/backend/arm/test/test_instr_codebuilder.py
@@ -156,10 +156,6 @@
self.cb.VMRS(conditions.AL)
self.assert_equal("vmrs APSR_nzcv, fpscr")
- def test_pop_raises_on_lr(self):
- assert py.test.raises(AssertionError, 'self.cb.POP([r.lr.value])')
-
-
class TestInstrCodeBuilderForGeneratedInstr(ASMTest):
def setup_method(self, ffuu_method):
self.cb = CodeBuilder()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit