lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Line | |
---|
1 | 1..5
|
---|
2 | #> Starting suite with_teardown.
|
---|
3 | ok 1 empty
|
---|
4 | # stdio: This is teardown-function.
|
---|
5 | not 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.
|
---|
10 | not 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.
|
---|
13 | not 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.
|
---|
18 | not 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.