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:
402 bytes
|
Line | |
---|
1 | 1..3
|
---|
2 | #> Starting suite Default.
|
---|
3 | not ok 1 zero_exponent failed
|
---|
4 | # error: simple.c:35: Expected <1> but got <0> (1 != intpow(2, 0))
|
---|
5 | not ok 2 one_exponent failed
|
---|
6 | # error: simple.c:39: Expected <2> but got <0> (2 != intpow(2, 1))
|
---|
7 | not ok 3 same_strings failed
|
---|
8 | # error: simple.c:46: Expected <abc> but got <abd> ("abc" != "XXXabd" + 3)
|
---|
9 | #> Finished suite Default (failed 3 of 3).
|
---|
10 | #> Done: 3 of 3 tests failed.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.