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 christian.heimes
Recipients barry, benjamin.peterson, christian.heimes, dmalcolm, georg.brandl, gvanrossum, pitrou, vstinner
Date 2012-01-03.22:08:18
SpamBayes Score 0.016663026
Marked as misclassified No
Message-id <1325628499.85.0.576811724807.issue13703@psf.upfronthosting.co.za>
In-reply-to
Content
Randomized hashing destabilizes the unit tests of Python, too. Here are the outputs of four test runs:

11 tests failed:
    test_collections test_dbm test_dis test_gdb test_inspect
    test_packaging test_set test_symtable test_ttk_textonly
    test_urllib test_urlparse

9 tests failed:
    test_dbm test_dis test_gdb test_json test_packaging test_set
    test_symtable test_urllib test_urlparse

10 tests failed:
    test_dbm test_dis test_gdb test_inspect test_packaging test_set
    test_symtable test_ttk_textonly test_urllib test_urlparse

9 tests failed:
    test_collections test_dbm test_dict test_dis test_gdb
    test_packaging test_symtable test_urllib test_urlparse
History
Date User Action Args
2012-01-03 22:08:19christian.heimessetrecipients: + christian.heimes, gvanrossum, barry, georg.brandl, pitrou, vstinner, benjamin.peterson, dmalcolm
2012-01-03 22:08:19christian.heimessetmessageid: <1325628499.85.0.576811724807.issue13703@psf.upfronthosting.co.za>
2012-01-03 22:08:19christian.heimeslinkissue13703 messages
2012-01-03 22:08:18christian.heimescreate