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 Jason.Killen
Recipients Jason.Killen, plokmijnuhby
Date 2019-11-14.15:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573745875.72.0.0304930870447.issue38722@roundup.psfhosted.org>
In-reply-to
Content
I made the change but the test suite is giving me fits and I don't know why.  

Running: ./python -m test
...
== Tests result: FAILURE ==

392 tests OK.

1 test failed:
    test_tools

26 tests skipped:
    test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_idle
    test_kqueue test_msilib test_ossaudiodev test_readline
    test_smtpnet test_socketserver test_startfile test_tcl
    test_timeout test_tix test_tk test_ttk_guionly test_ttk_textonly
    test_turtle test_urllib2net test_urllibnet test_winconsoleio
    test_winreg test_winsound test_xmlrpc_net test_zipfile64

Total duration: 17 min 38 sec
Tests result: FAILURE


But running: ./python -m test -v test_tools
...
Ran 223 tests in 2.503s

OK (skipped=2, expected failures=14)

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.6 sec
Tests result: SUCCESS


Any tips for a newbe?
History
Date User Action Args
2019-11-14 15:37:55Jason.Killensetrecipients: + Jason.Killen, plokmijnuhby
2019-11-14 15:37:55Jason.Killensetmessageid: <1573745875.72.0.0304930870447.issue38722@roundup.psfhosted.org>
2019-11-14 15:37:55Jason.Killenlinkissue38722 messages
2019-11-14 15:37:55Jason.Killencreate