mattip <[email protected]> added the comment: I have a ubuntu virtual machine with 2GB RAM and no swap. I cannot reproduce the report, even with a stock pypy 2.2.1: $ python -c "import sys;print sys.version" 2.7.3 (87aa9de10f9ca71da9ab4a3d53e0ba176b67d086, Nov 28 2013, 08:53:41) [PyPy 2.2.1 with GCC 4.8.2] $ git clone https://github.com/django/django.git $ cd django $ python setup.py install $ tests/runtests.py ... Ran 6849 tests in 570.670s
FAILED (failures=2, errors=5, skipped=546, expected failures=8) None of the failing tests (nor errors) are out-of-memory errors ---------- nosy: +mattip ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1445> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
