History log of /external/python/cpython2/Lib/test/test_bigmem.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d06c201e5bf74dd1ff227ab7bea73c8c790d234b 30-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #14904: Made test_unicode_repr_oflw to use less memory.
Corrected memory requirements in other bigmem tests.
/external/python/cpython2/Lib/test/test_bigmem.py
884fb1c83103576f7c29a815a733b0b2466ceec5 15-Jun-2012 Antoine Pitrou <solipsis@pitrou.net> Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).
/external/python/cpython2/Lib/test/test_bigmem.py
8e6287f50df14fb50cea43036ef4eec3998f823e 24-May-2012 Antoine Pitrou <solipsis@pitrou.net> Fix other test requirements.
/external/python/cpython2/Lib/test/test_bigmem.py
0673088dedc3403652fa759d2e847b6a044196d1 24-May-2012 Antoine Pitrou <solipsis@pitrou.net> Fix memory constraint for test_decodeascii
/external/python/cpython2/Lib/test/test_bigmem.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/test/test_bigmem.py
07627880813ffaad8d9b90bfe8791ccf588b031b 21-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
/external/python/cpython2/Lib/test/test_bigmem.py
aa98058cc44ba20f35c106d20918c6196b737561 24-Jan-2010 Ezio Melotti <ezio.melotti@gmail.com> use assert[Not]In where appropriate
/external/python/cpython2/Lib/test/test_bigmem.py
ce8e33a095030e7af94f58f9da196b240bdf0476 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Reverting the Revision: 77368. I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
/external/python/cpython2/Lib/test/test_bigmem.py
3ddc435af6873c6304058d7bcbcb19ee4fba7781 08-Jan-2010 Senthil Kumaran <orsenthil@gmail.com> Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
/external/python/cpython2/Lib/test/test_bigmem.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/test/test_bigmem.py
e7d8be80ba634fa15ece6f503c33592e0d333361 31-Jul-2008 Neal Norwitz <nnorwitz@gmail.com> Security patches from Apple: prevent int overflow when allocating memory
/external/python/cpython2/Lib/test/test_bigmem.py
dafd32b730c246b76a28e4089253e3a2b614df58 30-Nov-2007 Amaury Forgeot d'Arc <amauryfa@gmail.com> Issue #1521: on 64bit platforms, str.decode fails on very long strings.
The t# and w# formats were not correctly handled.

Will backport.
/external/python/cpython2/Lib/test/test_bigmem.py
13a7bef73d3e90167363d5327c91fecacb5d3b7b 16-Jun-2006 Neal Norwitz <nnorwitz@gmail.com> Add missing period in comment.
/external/python/cpython2/Lib/test/test_bigmem.py
1b383570945595b5552c37859f4e17fb02575d05 17-May-2006 Tim Peters <tim.peters@gmail.com> Text files missing the SVN eol-style property.
/external/python/cpython2/Lib/test/test_bigmem.py
58ac820523228252b5516333377d351fed0a2095 28-Apr-2006 Thomas Wouters <thomas@python.org> Some style fixes and size-calculation fixes. Also do the small-memory run
using a prime number, rather than a convenient power-of-2-and-multiple-of-5,
so incorrect testing algorithms fail more easily.
/external/python/cpython2/Lib/test/test_bigmem.py
2574f5cd8bfa7d504706f1f481ede5748a64e9f3 27-Apr-2006 Thomas Wouters <thomas@python.org> Some more size-estimate fixes, for large-list-tests.
/external/python/cpython2/Lib/test/test_bigmem.py
b5ccd1416e19773f541256480a014a847bfc53f9 26-Apr-2006 Thomas Wouters <thomas@python.org> Some more test-size-estimate fixes: test_append and test_insert trigger a
list resize, which overallocates.
/external/python/cpython2/Lib/test/test_bigmem.py
cda404bf367d0958c27f1649caa108f11bc696a1 26-Apr-2006 Thomas Wouters <thomas@python.org> Add tests for += and *= on strings, and fix the memory-use estimate for the
list.extend tests (they were estimating half the actual use.)
/external/python/cpython2/Lib/test/test_bigmem.py
687324918f0f7653cc2cd275fcfa529cc5117542 26-Apr-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/test/test_bigmem.py
abd08884a685d3724798664f7c2f0aab7a6640c8 26-Apr-2006 Thomas Wouters <thomas@python.org> The result of SF patch #1471578: big-memory tests for strings, lists and
tuples. Lots to be added, still, but this will give big-memory people
something to play with in 2.5 alpha 2, and hopefully get more people to
write these tests.
/external/python/cpython2/Lib/test/test_bigmem.py