source: mainline/uspace/lib/pcut/tests/teardown.expected@ 4761f54

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 4761f54 was 01579ad, checked in by Vojtech Horky <vojtechhorky@…>, 11 years ago

Start work on PCUT integration

PCUT is a simple library for (hopefully) easier unit testing.
See https://github.com/vhotspur/pcut for more details.

  • Property mode set to 100644
File size: 975 bytes
Line 
11..5
2#> Starting suite with_teardown.
3ok 1 empty
4# stdio: This is teardown-function.
5not ok 2 failing failed
6# error: teardown.c:47: Expected <10> but got <1> (10 != intmin(1, 2))
7# stdio: This is teardown-function.
8#> Finished suite with_teardown (failed 1 of 2).
9#> Starting suite with_failing_teardown.
10not ok 3 empty2 failed
11# error: teardown.c:56: Expected <42> but got <10> (42 != intmin(10, 20))
12# stdio: This is failing teardown-function.
13not ok 4 printing2 failed
14# error: teardown.c:64: Expected <0> but got <-17> (0 != intmin(-17, -19))
15# error: teardown.c:56: Expected <42> but got <10> (42 != intmin(10, 20))
16# stdio: Printed before test failure.
17# stdio: This is failing teardown-function.
18not ok 5 failing2 failed
19# error: teardown.c:68: Expected <12> but got <3> (12 != intmin(3, 5))
20# error: teardown.c:56: Expected <42> but got <10> (42 != intmin(10, 20))
21# stdio: This is failing teardown-function.
22#> Finished suite with_failing_teardown (failed 3 of 3).
Note: See TracBrowser for help on using the repository browser.