Ned Deily added the comment: 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 ---------- nosy: +ned.deily priority: normal -> critical _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue17911> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
