Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#714 closed enhancement (fixed)

Pcut results reporting sets of mental alarms

Reported by: Jiri Svoboda Owned by: Vojtech Horky
Priority: major Milestone: 0.7.2
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Pcut reports the results of each test suite as (N of M failed). The sole appearance of the word 'failed' sets of mental alarms when one is quickly glancing through the results trying to look for failure.

If nothing failed there should be no words like failed or error.

E.g.:
all pass

or

N of M pass
N of M pass, Y failed (when Y > 0)

or

total: N, passed: M
total: N, passed: M, failed: Y (when Y > 0)

Change History (3)

comment:1 by Vojtech Horky, 6 years ago

Owner: set to Vojtech Horky
Status: newaccepted

comment:2 by Vojtech Horky, 6 years ago

Resolution: fixed
Status: acceptedclosed

Closing this ticket (commit 9eb1ff5d8638).

New output looks like this:

1..2
#> Starting suite Default.
ok 1 check_one
ok 2 check_two
#> Finished suite Default (passed).
#> Done: all tests passed.

comment:3 by Jakub Jermář, 6 years ago

Milestone: 0.7.2
Note: See TracTickets for help on using tickets.