]> granicus.if.org Git - python/commitdiff
Add notice about strange behaviour of the bigmem tests
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 7 Mar 2009 23:52:26 +0000 (23:52 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 7 Mar 2009 23:52:26 +0000 (23:52 +0000)
Lib/test/test_bigmem.py

index 254c21d6f6e61fb684a4ad98adccc6d310350b47..7896748fe8659de8f252483dd6cb4386e9123aaa 100644 (file)
@@ -33,6 +33,10 @@ import functools
 #    memuse-per-size should remain sane (less than a few thousand); if your
 #    test uses more, adjust 'size' upward, instead.
 
+# BEWARE: it seems that one failing test can yield other subsequent tests to
+# fail as well. I do not know whether it is due to memory fragmentation
+# issues, or other specifics of the platform malloc() routine.
+
 character_size = 4 if sys.maxunicode > 0xFFFF else 2