lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 8d7552c was 134ac5d, checked in by Vojtech Horky <vojtechhorky@…>, 11 years ago |
Update PCUT to newest version
|
-
Property mode
set to
100644
|
File size:
811 bytes
|
Line | |
---|
1 | 1..9
|
---|
2 | #> Starting suite Default.
|
---|
3 | not ok 1 int_equals failed
|
---|
4 | # error: asserts.c:36: Expected <1> but got <0> (1 != 0)
|
---|
5 | not ok 2 double_equals failed
|
---|
6 | # error: asserts.c:41: Expected <1.000000+-0.400000> but got <0.500000> (1. != 0.5)
|
---|
7 | not ok 3 str_equals failed
|
---|
8 | # error: asserts.c:46: Expected <abc> but got <xyz> ("abc" != "xyz")
|
---|
9 | ok 4 str_equals_or_null_base
|
---|
10 | not ok 5 str_equals_or_null_different failed
|
---|
11 | # error: asserts.c:54: Expected <abc> but got <xyz> ("abc" != "xyz")
|
---|
12 | not ok 6 str_equals_or_null_one_null failed
|
---|
13 | # error: asserts.c:58: Expected <NULL> but got <xyz> (NULL != "xyz")
|
---|
14 | ok 7 str_equals_or_null_both
|
---|
15 | not ok 8 assert_true failed
|
---|
16 | # error: asserts.c:67: Expected true but got <0>
|
---|
17 | not ok 9 assert_false failed
|
---|
18 | # error: asserts.c:72: Expected false but got <42>
|
---|
19 | #> Finished suite Default (failed 7 of 9).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.