Tcl Source Code

View Ticket
Login
Ticket UUID: 628849
Title: Show # skipped tests for -skip pattern
Type: RFE Version: None
Submitter: pointsman Created on: 2002-10-25 21:51:31
Subsystem: 34. tcltest Package Assigned To: dgp
Priority: 5 Medium Severity:
Status: Open Last Modified: 2003-02-23 00:27:40
Resolution: None Closed By:
    Closed on:
Description:
If I use the -skip <patternlist> option, there is
currently (tcl8.4.0) no information in the test run
summary, how much tests are skipped, because there
names have matched the patterns, given to -skip.

One have to add the numbers of the tests, skipped for
constraints and substract that from the number of all
skipped tests, to get this.

Something like:

  xy  tests skipped, because there name matched the
-skip patternlist

in the test summary may sometimes be helpful.

rolf