This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, jorgsk, nadeem.vawda, nyevik, pitrou, santoso.wijaya
Date 2011-08-19.03:39:35
SpamBayes Score 1.5060508e-11
Marked as misclassified No
Message-id <1313725176.92.0.154184830871.issue11564@psf.upfronthosting.co.za>
In-reply-to
Content
I have tried running the tests on a machine with 12GB of RAM, but when I do so,
the new tests get skipped saying "not enough memory", even when I specify "-M 11G"
on the command-line. The problem seems to be the change to the precisionbigmemtest
decorator in test.support. I don't understand what the purpose of the "dryrun"
flag is, but the modified condition for skipping doesn't look right to me.

(Now that I think about it, I should be able to get the tests to run by undoing
that one part of the change. I'll get back to you about the results later today.)
History
Date User Action Args
2011-08-19 03:39:37nadeem.vawdasetrecipients: + nadeem.vawda, amaury.forgeotdarc, belopolsky, pitrou, alexandre.vassalotti, santoso.wijaya, nyevik, jorgsk
2011-08-19 03:39:36nadeem.vawdasetmessageid: <1313725176.92.0.154184830871.issue11564@psf.upfronthosting.co.za>
2011-08-19 03:39:36nadeem.vawdalinkissue11564 messages
2011-08-19 03:39:35nadeem.vawdacreate