@@ -24,6 +24,7 @@ TAP version 13
2424 not ok 5 - not ok 1
2525 ---
2626 duration_ms: *
27+ location: '/test/fixtures/test-runner/output/abort.js:11:7'
2728 failureType: 'cancelledByParent'
2829 error: 'test did not finish before its parent and was cancelled'
2930 code: 'ERR_TEST_FAILURE'
@@ -32,6 +33,7 @@ TAP version 13
3233 not ok 6 - not ok 2
3334 ---
3435 duration_ms: ZERO
36+ location: '/test/fixtures/test-runner/output/abort.js:12:7'
3537 failureType: 'cancelledByParent'
3638 error: 'test did not finish before its parent and was cancelled'
3739 code: 'ERR_TEST_FAILURE'
@@ -40,6 +42,7 @@ TAP version 13
4042 not ok 7 - not ok 3
4143 ---
4244 duration_ms: ZERO
45+ location: '/test/fixtures/test-runner/output/abort.js:13:7'
4346 failureType: 'testAborted'
4447 error: 'This operation was aborted'
4548 code: 20
@@ -60,6 +63,7 @@ TAP version 13
6063 not ok 8 - not ok 4
6164 ---
6265 duration_ms: ZERO
66+ location: '/test/fixtures/test-runner/output/abort.js:14:7'
6367 failureType: 'testAborted'
6468 error: 'This operation was aborted'
6569 code: 20
@@ -80,6 +84,7 @@ TAP version 13
8084 not ok 9 - not ok 5
8185 ---
8286 duration_ms: ZERO
87+ location: '/test/fixtures/test-runner/output/abort.js:15:7'
8388 failureType: 'testAborted'
8489 error: 'This operation was aborted'
8590 code: 20
@@ -100,6 +105,7 @@ TAP version 13
100105not ok 1 - promise timeout signal
101106 ---
102107 duration_ms: *
108+ location: '/test/fixtures/test-runner/output/abort.js:5:1'
103109 failureType: 'testAborted'
104110 error: 'The operation was aborted due to timeout'
105111 code: 23
@@ -114,6 +120,7 @@ not ok 1 - promise timeout signal
114120not ok 2 - promise abort signal
115121 ---
116122 duration_ms: *
123+ location: '/test/fixtures/test-runner/output/abort.js:21:1'
117124 failureType: 'testAborted'
118125 error: 'This operation was aborted'
119126 code: 20
@@ -154,6 +161,7 @@ not ok 2 - promise abort signal
154161 not ok 5 - not ok 1
155162 ---
156163 duration_ms: *
164+ location: '/test/fixtures/test-runner/output/abort.js:30:5'
157165 failureType: 'cancelledByParent'
158166 error: 'test did not finish before its parent and was cancelled'
159167 code: 'ERR_TEST_FAILURE'
@@ -162,6 +170,7 @@ not ok 2 - promise abort signal
162170 not ok 6 - not ok 2
163171 ---
164172 duration_ms: ZERO
173+ location: '/test/fixtures/test-runner/output/abort.js:31:5'
165174 failureType: 'cancelledByParent'
166175 error: 'test did not finish before its parent and was cancelled'
167176 code: 'ERR_TEST_FAILURE'
@@ -170,6 +179,7 @@ not ok 2 - promise abort signal
170179 not ok 7 - not ok 3
171180 ---
172181 duration_ms: ZERO
182+ location: '/test/fixtures/test-runner/output/abort.js:32:5'
173183 failureType: 'testAborted'
174184 error: 'This operation was aborted'
175185 code: 20
@@ -190,6 +200,7 @@ not ok 2 - promise abort signal
190200 not ok 8 - not ok 4
191201 ---
192202 duration_ms: ZERO
203+ location: '/test/fixtures/test-runner/output/abort.js:33:5'
193204 failureType: 'testAborted'
194205 error: 'This operation was aborted'
195206 code: 20
@@ -210,6 +221,7 @@ not ok 2 - promise abort signal
210221 not ok 9 - not ok 5
211222 ---
212223 duration_ms: ZERO
224+ location: '/test/fixtures/test-runner/output/abort.js:34:5'
213225 failureType: 'testAborted'
214226 error: 'This operation was aborted'
215227 code: 20
@@ -230,6 +242,7 @@ not ok 2 - promise abort signal
230242not ok 3 - callback timeout signal
231243 ---
232244 duration_ms: *
245+ location: '/test/fixtures/test-runner/output/abort.js:25:1'
233246 failureType: 'testAborted'
234247 error: 'The operation was aborted due to timeout'
235248 code: 23
@@ -244,6 +257,7 @@ not ok 3 - callback timeout signal
244257not ok 4 - callback abort signal
245258 ---
246259 duration_ms: *
260+ location: '/test/fixtures/test-runner/output/abort.js:39:1'
247261 failureType: 'testAborted'
248262 error: 'This operation was aborted'
249263 code: 20
0 commit comments