Last change
on this file was 9eb1ff5, checked in by Vojtech Horky <vojtech.horky@…>, 8 years ago |
Update PCUT
Updated PCUT to commit 7ce059f.
Notable changes include:
- overall summary is printed when tests finish
- when tests passed, the status message does not use the word 'failure'
- program exit code is zero only when all tests passed
These changes fixes tickets 713 and 714.
http://www.helenos.org/ticket/713
http://www.helenos.org/ticket/714
|
-
Property mode
set to
100644
|
File size:
483 bytes
|
Line | |
---|
1 | 1..4
|
---|
2 | #> Starting suite intpow.
|
---|
3 | not ok 1 zero_exponent failed
|
---|
4 | # error: suite1.c:37: Expected <1> but got <0> (1 != intpow(2, 0))
|
---|
5 | not ok 2 one_exponent failed
|
---|
6 | # error: suite1.c:41: Expected <2> but got <0> (2 != intpow(2, 1))
|
---|
7 | #> Finished suite intpow (failed 2 of 2).
|
---|
8 | #> Starting suite intmin.
|
---|
9 | not ok 3 test_min failed
|
---|
10 | # error: suite2.c:38: Expected <5> but got <654> (5 != intmin(654, 5))
|
---|
11 | ok 4 test_same_numbers
|
---|
12 | #> Finished suite intmin (failed 1 of 2).
|
---|
13 | #> Done: 3 of 4 tests failed.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.