@@ -4,26 +4,31 @@ TAP version 13
44 ok 1 - ok 1
55 ---
66 duration_ms: *
7+ type: 'test'
78 ...
89 # Subtest: ok 2
910 ok 2 - ok 2
1011 ---
1112 duration_ms: *
13+ type: 'test'
1214 ...
1315 # Subtest: ok 3
1416 ok 3 - ok 3
1517 ---
1618 duration_ms: *
19+ type: 'test'
1720 ...
1821 # Subtest: ok 4
1922 ok 4 - ok 4
2023 ---
2124 duration_ms: *
25+ type: 'test'
2226 ...
2327 # Subtest: not ok 1
2428 not ok 5 - not ok 1
2529 ---
2630 duration_ms: *
31+ type: 'test'
2732 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
2833 failureType: 'cancelledByParent'
2934 error: 'test did not finish before its parent and was cancelled'
@@ -33,6 +38,7 @@ TAP version 13
3338 not ok 6 - not ok 2
3439 ---
3540 duration_ms: *
41+ type: 'test'
3642 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
3743 failureType: 'cancelledByParent'
3844 error: 'test did not finish before its parent and was cancelled'
@@ -42,6 +48,7 @@ TAP version 13
4248 not ok 7 - not ok 3
4349 ---
4450 duration_ms: *
51+ type: 'test'
4552 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
4653 failureType: 'testAborted'
4754 error: 'This operation was aborted'
@@ -63,6 +70,7 @@ TAP version 13
6370 not ok 8 - not ok 4
6471 ---
6572 duration_ms: *
73+ type: 'test'
6674 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
6775 failureType: 'testAborted'
6876 error: 'This operation was aborted'
@@ -84,6 +92,7 @@ TAP version 13
8492 not ok 9 - not ok 5
8593 ---
8694 duration_ms: *
95+ type: 'test'
8796 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
8897 failureType: 'testAborted'
8998 error: 'This operation was aborted'
@@ -105,6 +114,7 @@ TAP version 13
105114not ok 1 - promise timeout signal
106115 ---
107116 duration_ms: *
117+ type: 'test'
108118 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
109119 failureType: 'testAborted'
110120 error: 'The operation was aborted due to timeout'
@@ -120,6 +130,7 @@ not ok 1 - promise timeout signal
120130not ok 2 - promise abort signal
121131 ---
122132 duration_ms: *
133+ type: 'test'
123134 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
124135 failureType: 'testAborted'
125136 error: 'This operation was aborted'
@@ -142,26 +153,31 @@ not ok 2 - promise abort signal
142153 ok 1 - ok 1
143154 ---
144155 duration_ms: *
156+ type: 'test'
145157 ...
146158 # Subtest: ok 2
147159 ok 2 - ok 2
148160 ---
149161 duration_ms: *
162+ type: 'test'
150163 ...
151164 # Subtest: ok 3
152165 ok 3 - ok 3
153166 ---
154167 duration_ms: *
168+ type: 'test'
155169 ...
156170 # Subtest: ok 4
157171 ok 4 - ok 4
158172 ---
159173 duration_ms: *
174+ type: 'test'
160175 ...
161176 # Subtest: not ok 1
162177 not ok 5 - not ok 1
163178 ---
164179 duration_ms: *
180+ type: 'test'
165181 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
166182 failureType: 'cancelledByParent'
167183 error: 'test did not finish before its parent and was cancelled'
@@ -171,6 +187,7 @@ not ok 2 - promise abort signal
171187 not ok 6 - not ok 2
172188 ---
173189 duration_ms: *
190+ type: 'test'
174191 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
175192 failureType: 'cancelledByParent'
176193 error: 'test did not finish before its parent and was cancelled'
@@ -180,6 +197,7 @@ not ok 2 - promise abort signal
180197 not ok 7 - not ok 3
181198 ---
182199 duration_ms: *
200+ type: 'test'
183201 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
184202 failureType: 'testAborted'
185203 error: 'This operation was aborted'
@@ -201,6 +219,7 @@ not ok 2 - promise abort signal
201219 not ok 8 - not ok 4
202220 ---
203221 duration_ms: *
222+ type: 'test'
204223 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
205224 failureType: 'testAborted'
206225 error: 'This operation was aborted'
@@ -222,6 +241,7 @@ not ok 2 - promise abort signal
222241 not ok 9 - not ok 5
223242 ---
224243 duration_ms: *
244+ type: 'test'
225245 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
226246 failureType: 'testAborted'
227247 error: 'This operation was aborted'
@@ -243,6 +263,7 @@ not ok 2 - promise abort signal
243263not ok 3 - callback timeout signal
244264 ---
245265 duration_ms: *
266+ type: 'test'
246267 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
247268 failureType: 'testAborted'
248269 error: 'The operation was aborted due to timeout'
@@ -258,6 +279,7 @@ not ok 3 - callback timeout signal
258279not ok 4 - callback abort signal
259280 ---
260281 duration_ms: *
282+ type: 'test'
261283 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
262284 failureType: 'testAborted'
263285 error: 'This operation was aborted'
0 commit comments