Raw
1 1) Failure:
2 combined::1 [file:42]
3 Function call failed: -1
4
5 2) Failure:
6 combined::2 [file:42]
7 Expression is not true: 100 == 101
8
9 3) Failure:
10 combined::strings [file:42]
11 String mismatch: "mismatched" != actual ("this one fails")
12 'mismatched' != 'expected' (at byte 0)
13
14 4) Failure:
15 combined::strings_with_length [file:42]
16 String mismatch: "exactly" != actual ("this one fails")
17 'exa' != 'exp' (at byte 2)
18
19 5) Failure:
20 combined::int [file:42]
21 Expected comparison to hold: 101 == value
22 101 != 100
23
24 6) Failure:
25 combined::int_note [file:42]
26 Expected comparison to hold: 101 == value
27 extra note on failing test
28
29 7) Failure:
30 combined::int_fmt [file:42]
31 Expected comparison to hold: 022 == value
32 0022 != 0144
33
34 8) Failure:
35 combined::bool [file:42]
36 0 != value
37 0 != 1
38
39 9) Failure:
40 combined::multiline_description [file:42]
41 Function call failed: -1
42 description line 1
43 description line 2
44
45 10) Failure:
46 combined::null_string [file:42]
47 String mismatch: "expected" != actual ("this one fails")
48 'expected' != NULL
49
50 11) Failure:
51 combined::failf [file:42]
52 Test failed.
53 some reason: foo
54
55 12) Failure:
56 combined::compare_i [file:42]
57 Expected comparison to hold: two < 1
58 2 >= 1
59
60 13) Failure:
61 combined::compare_i_with_format [file:42]
62 Expected comparison to hold: two < 1
63 foo: bar
64
65 14) Failure:
66 combined::compare_u [file:42]
67 Expected comparison to hold: two < 1
68 2 >= 1
69
70 15) Failure:
71 combined::compare_u_with_format [file:42]
72 Expected comparison to hold: two < 1
73 foo: bar
74