@@ -32,7 +32,7 @@ TAP version 13
32
32
# Subtest: not ok 2
33
33
not ok 6 - not ok 2
34
34
---
35
- duration_ms: ZERO
35
+ duration_ms: *
36
36
location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
37
37
failureType: 'cancelledByParent'
38
38
error: 'test did not finish before its parent and was cancelled'
@@ -41,7 +41,7 @@ TAP version 13
41
41
# Subtest: not ok 3
42
42
not ok 7 - not ok 3
43
43
---
44
- duration_ms: ZERO
44
+ duration_ms: *
45
45
location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
46
46
failureType: 'testAborted'
47
47
error: 'This operation was aborted'
@@ -62,7 +62,7 @@ TAP version 13
62
62
# Subtest: not ok 4
63
63
not ok 8 - not ok 4
64
64
---
65
- duration_ms: ZERO
65
+ duration_ms: *
66
66
location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
67
67
failureType: 'testAborted'
68
68
error: 'This operation was aborted'
@@ -83,7 +83,7 @@ TAP version 13
83
83
# Subtest: not ok 5
84
84
not ok 9 - not ok 5
85
85
---
86
- duration_ms: ZERO
86
+ duration_ms: *
87
87
location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
88
88
failureType: 'testAborted'
89
89
error: 'This operation was aborted'
@@ -169,7 +169,7 @@ not ok 2 - promise abort signal
169
169
# Subtest: not ok 2
170
170
not ok 6 - not ok 2
171
171
---
172
- duration_ms: ZERO
172
+ duration_ms: *
173
173
location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
174
174
failureType: 'cancelledByParent'
175
175
error: 'test did not finish before its parent and was cancelled'
@@ -178,7 +178,7 @@ not ok 2 - promise abort signal
178
178
# Subtest: not ok 3
179
179
not ok 7 - not ok 3
180
180
---
181
- duration_ms: ZERO
181
+ duration_ms: *
182
182
location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
183
183
failureType: 'testAborted'
184
184
error: 'This operation was aborted'
@@ -199,7 +199,7 @@ not ok 2 - promise abort signal
199
199
# Subtest: not ok 4
200
200
not ok 8 - not ok 4
201
201
---
202
- duration_ms: ZERO
202
+ duration_ms: *
203
203
location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
204
204
failureType: 'testAborted'
205
205
error: 'This operation was aborted'
@@ -220,7 +220,7 @@ not ok 2 - promise abort signal
220
220
# Subtest: not ok 5
221
221
not ok 9 - not ok 5
222
222
---
223
- duration_ms: ZERO
223
+ duration_ms: *
224
224
location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
225
225
failureType: 'testAborted'
226
226
error: 'This operation was aborted'
0 commit comments