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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-25.18:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408990616.82.0.0409770225934.issue22260@psf.upfronthosting.co.za>
In-reply-to
Content
Currently when I run

    DISPLAY= ./python -Wall -b -m test.regrtest -vu gui test_tcl test_tk test_ttk_textonly test_ttk_guionly

skipped tests are enumerated at the end of test log:

2 tests OK.
2 tests skipped:
    test_tk test_ttk_guionly

With the patch the result of

    DISPLAY= ./python -Wall -b -m test.regrtest -vuall test_tcl test_tkinter

is:

OK (skipped=33)
All 2 tests OK.

There is a difference. In first case it is clean that entire component is unusable on current platform or configuration. In second case entire test is reported as successfully passed in general, only several testcases are skipped, but their reports are lost in the middle of long log.
History
Date User Action Args
2014-08-25 18:16:56serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, zach.ware
2014-08-25 18:16:56serhiy.storchakasetmessageid: <1408990616.82.0.0409770225934.issue22260@psf.upfronthosting.co.za>
2014-08-25 18:16:56serhiy.storchakalinkissue22260 messages
2014-08-25 18:16:56serhiy.storchakacreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.