source: mainline/uspace/lib/pcut/tests/errno.expected

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: 322 bytes
Line 
11..2
2#> Starting suite Default.
3not ok 1 errno_value failed
4# error: errno.c:46: Expected error 0 (EOK, *****) but got error ***** (*****)
5not ok 2 errno_variable failed
6# error: errno.c:54: Expected error 0 (EOK, *****) but got error ***** (*****)
7#> Finished suite Default (failed 2 of 2).
8#> Done: 2 of 2 tests failed.
Note: See TracBrowser for help on using the repository browser.