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 pitrou
Recipients pitrou, steven.daprano
Date 2014-02-24.17:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393263478.79.0.816262690728.issue20745@psf.upfronthosting.co.za>
In-reply-to
Content
The best way to learn about the different testing modes is to run
"./python -m test -h".

Basically "-R" executes the given tests several times in a row. This failure shows that test_statistics doesn't like being executed several times, which is a bug.

(the same problem arises with "-F" instead of "-R")
History
Date User Action Args
2014-02-24 17:37:58pitrousetrecipients: + pitrou, steven.daprano
2014-02-24 17:37:58pitrousetmessageid: <1393263478.79.0.816262690728.issue20745@psf.upfronthosting.co.za>
2014-02-24 17:37:58pitroulinkissue20745 messages
2014-02-24 17:37:58pitroucreate