Message8012

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-05-12.20:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368389272.08.0.943668126645.issue2049@psf.upfronthosting.co.za>
In-reply-to
Content
On 32-bit Linux with 2 GiB of memory some tests failed.

======================================================================
ERROR: test_expandtabs (test.test_str.StrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 343, in test_expandtabs
    self.checkraises(OverflowError,
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 71, in checkraises
    self.assertRaises(
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_expandtabs_overflows_gracefully (test.test_str.StrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/test_str.py", line 107, in test_expandtabs_overflows_gracefully
    self.assertRaises(OverflowError, 't\tt\t'.expandtabs, sys.maxint)
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_replace_overflow (test.test_str.StrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 774, in test_replace_overflow
    self.checkraises(OverflowError, A2_16, "replace", "", A2_16)
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 71, in checkraises
    self.assertRaises(
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_expandtabs (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 343, in test_expandtabs
    self.checkraises(OverflowError,
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 71, in checkraises
    self.assertRaises(
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_replace_overflow (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 774, in test_replace_overflow
    self.checkraises(OverflowError, A2_16, "replace", "", A2_16)
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 71, in checkraises
    self.assertRaises(
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 774, in test_replace_overflow
    self.checkraises(OverflowError, A2_16, "replace", "", A2_16)
  File "/home/serhiy/py/jython/dist/Lib/test/string_tests.py", line 71, in checkraises
    self.assertRaises(
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

======================================================================
ERROR: test_expandtabs (test.test_bytes.BytearrayPEP3137Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/jython/dist/Lib/test/buffer_tests.py", line 176, in test_expandtabs
    self.assertRaises(OverflowError,
  File "/home/serhiy/py/jython/dist/Lib/unittest/case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
NegativeArraySizeException: java.lang.NegativeArraySizeException
History
Date User Action Args
2013-05-12 20:07:52serhiy.storchakasetrecipients: + serhiy.storchaka
2013-05-12 20:07:52serhiy.storchakasetmessageid: <1368389272.08.0.943668126645.issue2049@psf.upfronthosting.co.za>
2013-05-12 20:07:52serhiy.storchakalinkissue2049 messages
2013-05-12 20:07:51serhiy.storchakacreate