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 ned.deily
Recipients adaptivelogic, eric.snow, gvanrossum, mahmoud, martius, ncoghlan, ned.deily, pitrou, python-dev, rbcollins, rhettinger, vstinner, xonatius, yselivanov
Date 2015-03-05.01:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425519166.48.0.991311808996.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
With 7cea10917f40 applied, multiple tests are now failing on most buildbots.  For example, on OS X 10.10, test_cgitb test_code_module test_decimal:

test_blanks (test.test_cgitb.TestCgitb) ... ok
test_fonts (test.test_cgitb.TestCgitb) ... ok
test_html (test.test_cgitb.TestCgitb) ... ERROR
test_syshook_no_logdir_default_format (test.test_cgitb.TestCgitb) ... ok
test_syshook_no_logdir_text_format (test.test_cgitb.TestCgitb) ... ok
test_text (test.test_cgitb.TestCgitb) ... ERROR

test_banner (test.test_code_module.TestInteractiveConsole) ... ok
test_cause_tb (test.test_code_module.TestInteractiveConsole) ... ERROR
test_console_stderr (test.test_code_module.TestInteractiveConsole) ... ok
test_context_tb (test.test_code_module.TestInteractiveConsole) ... ERROR
test_ps1 (test.test_code_module.TestInteractiveConsole) ... ok
test_ps2 (test.test_code_module.TestInteractiveConsole) ... ok
test_syntax_error (test.test_code_module.TestInteractiveConsole) ... ERROR
test_sysexcepthook (test.test_code_module.TestInteractiveConsole) ... ERROR

**********************************************************************
1 items had failures:
   1 of   4 in decimal.Context.create_decimal_from_float

See also, for example, the Debian buildbot where, in addition, test_fractions failed:

http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.x/builds/140/steps/test/logs/stdio
History
Date User Action Args
2015-03-05 01:32:46ned.deilysetrecipients: + ned.deily, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, rbcollins, python-dev, eric.snow, mahmoud, yselivanov, adaptivelogic, martius, xonatius
2015-03-05 01:32:46ned.deilysetmessageid: <1425519166.48.0.991311808996.issue17911@psf.upfronthosting.co.za>
2015-03-05 01:32:46ned.deilylinkissue17911 messages
2015-03-05 01:32:45ned.deilycreate