Raw
1 TAP version 13
2 # start of suite 1: combined
3 not ok 1 - combined::1
4 ---
5 reason: |
6 Function call failed: -1
7 at:
8 file: 'file'
9 line: 42
10 function: 'func'
11 ...
12 not ok 2 - combined::2
13 ---
14 reason: |
15 Expression is not true: 100 == 101
16 at:
17 file: 'file'
18 line: 42
19 function: 'func'
20 ...
21 not ok 3 - combined::strings
22 ---
23 reason: |
24 String mismatch: "mismatched" != actual ("this one fails")
25 'mismatched' != 'expected' (at byte 0)
26 at:
27 file: 'file'
28 line: 42
29 function: 'func'
30 ...
31 not ok 4 - combined::strings_with_length
32 ---
33 reason: |
34 String mismatch: "exactly" != actual ("this one fails")
35 'exa' != 'exp' (at byte 2)
36 at:
37 file: 'file'
38 line: 42
39 function: 'func'
40 ...
41 not ok 5 - combined::int
42 ---
43 reason: |
44 Expected comparison to hold: 101 == value
45 101 != 100
46 at:
47 file: 'file'
48 line: 42
49 function: 'func'
50 ...
51 not ok 6 - combined::int_note
52 ---
53 reason: |
54 Expected comparison to hold: 101 == value
55 extra note on failing test
56 at:
57 file: 'file'
58 line: 42
59 function: 'func'
60 ...
61 not ok 7 - combined::int_fmt
62 ---
63 reason: |
64 Expected comparison to hold: 022 == value
65 0022 != 0144
66 at:
67 file: 'file'
68 line: 42
69 function: 'func'
70 ...
71 not ok 8 - combined::bool
72 ---
73 reason: |
74 0 != value
75 0 != 1
76 at:
77 file: 'file'
78 line: 42
79 function: 'func'
80 ...
81 not ok 9 - combined::multiline_description
82 ---
83 reason: |
84 Function call failed: -1
85 description line 1
86 description line 2
87 at:
88 file: 'file'
89 line: 42
90 function: 'func'
91 ...
92 not ok 10 - combined::null_string
93 ---
94 reason: |
95 String mismatch: "expected" != actual ("this one fails")
96 'expected' != NULL
97 at:
98 file: 'file'
99 line: 42
100 function: 'func'
101 ...
102 not ok 11 - combined::failf
103 ---
104 reason: |
105 Test failed.
106 some reason: foo
107 at:
108 file: 'file'
109 line: 42
110 function: 'func'
111 ...
112 not ok 12 - combined::compare_i
113 ---
114 reason: |
115 Expected comparison to hold: two < 1
116 2 >= 1
117 at:
118 file: 'file'
119 line: 42
120 function: 'func'
121 ...
122 not ok 13 - combined::compare_i_with_format
123 ---
124 reason: |
125 Expected comparison to hold: two < 1
126 foo: bar
127 at:
128 file: 'file'
129 line: 42
130 function: 'func'
131 ...
132 not ok 14 - combined::compare_u
133 ---
134 reason: |
135 Expected comparison to hold: two < 1
136 2 >= 1
137 at:
138 file: 'file'
139 line: 42
140 function: 'func'
141 ...
142 not ok 15 - combined::compare_u_with_format
143 ---
144 reason: |
145 Expected comparison to hold: two < 1
146 foo: bar
147 at:
148 file: 'file'
149 line: 42
150 function: 'func'
151 ...
152 1..15