Author: hager <sven.ha...@uni-duesseldorf.de> Branch: ppc-jit-backend Changeset: r45885:a6907c4a6995 Date: 2011-07-22 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a6907c4a6995/
Log: Skip floating point tests for now. diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py b/pypy/jit/backend/ppc/ppcgen/test/test_runner.py --- a/pypy/jit/backend/ppc/ppcgen/test/test_runner.py +++ b/pypy/jit/backend/ppc/ppcgen/test/test_runner.py @@ -4,8 +4,14 @@ class FakeStats(object): pass +#def skip(self): +# py.test.skip("not done") + class TestPPC(LLtypeBackendTest): + test_float_operations = skip + def setup_method(self, method): self.cpu = PPC_64_CPU(rtyper=None, stats=FakeStats()) self.cpu.setup_once() + _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit