New submission from Antoine Pitrou <[EMAIL PROTECTED]>: ./python3 Lib/test/regrtest.py -v -M 2.1Gb test_bigmem test_bigmem
[snip skipped tests] ====================================================================== ERROR: test_center_unicode (test.test_bigmem.StrTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/py3k/__svn__/Lib/test/support.py", line 682, in wrapper return f(self, maxsize) File "/home/antoine/py3k/__svn__/Lib/test/test_bigmem.py", line 60, in test_center_unicode s = SUBSTR.center(size) MemoryError ====================================================================== ERROR: test_encode_raw_unicode_escape (test.test_bigmem.StrTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/py3k/__svn__/Lib/test/support.py", line 682, in wrapper return f(self, maxsize) File "/home/antoine/py3k/__svn__/Lib/test/test_bigmem.py", line 102, in test_encode_raw_unicode_escape return self.basic_encode_test(size, 'raw_unicode_escape') File "/home/antoine/py3k/__svn__/Lib/test/test_bigmem.py", line 92, in basic_encode_test s = c * size TypeError: can't multiply sequence by non-int of type 'float' ---------------------------------------------------------------------- Ran 88 tests in 0.225s ---------- components: Tests messages: 72027 nosy: pitrou priority: critical severity: normal status: open title: test_bigmem broken type: behavior versions: Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3700> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com