Message225887
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. |
|
| Date |
User |
Action |
Args |
| 2014-08-25 18:16:56 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, zach.ware |
| 2014-08-25 18:16:56 | serhiy.storchaka | set | messageid: <1408990616.82.0.0409770225934.issue22260@psf.upfronthosting.co.za> |
| 2014-08-25 18:16:56 | serhiy.storchaka | link | issue22260 messages |
| 2014-08-25 18:16:56 | serhiy.storchaka | create | |
|