• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TAP version 13
2# Subtest: promise timeout signal
3    # Subtest: ok 1
4    ok 1 - ok 1
5      ---
6      duration_ms: *
7      ...
8    # Subtest: ok 2
9    ok 2 - ok 2
10      ---
11      duration_ms: *
12      ...
13    # Subtest: ok 3
14    ok 3 - ok 3
15      ---
16      duration_ms: *
17      ...
18    # Subtest: ok 4
19    ok 4 - ok 4
20      ---
21      duration_ms: *
22      ...
23    # Subtest: not ok 1
24    not ok 5 - not ok 1
25      ---
26      duration_ms: *
27      location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
28      failureType: 'cancelledByParent'
29      error: 'test did not finish before its parent and was cancelled'
30      code: 'ERR_TEST_FAILURE'
31      ...
32    # Subtest: not ok 2
33    not ok 6 - not ok 2
34      ---
35      duration_ms: *
36      location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
37      failureType: 'cancelledByParent'
38      error: 'test did not finish before its parent and was cancelled'
39      code: 'ERR_TEST_FAILURE'
40      ...
41    # Subtest: not ok 3
42    not ok 7 - not ok 3
43      ---
44      duration_ms: *
45      location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
46      failureType: 'testAborted'
47      error: 'This operation was aborted'
48      code: 20
49      name: 'AbortError'
50      stack: |-
51        *
52        *
53        *
54        *
55        *
56        *
57        *
58        *
59        *
60        *
61      ...
62    # Subtest: not ok 4
63    not ok 8 - not ok 4
64      ---
65      duration_ms: *
66      location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
67      failureType: 'testAborted'
68      error: 'This operation was aborted'
69      code: 20
70      name: 'AbortError'
71      stack: |-
72        *
73        *
74        *
75        *
76        *
77        *
78        *
79        *
80        *
81        *
82      ...
83    # Subtest: not ok 5
84    not ok 9 - not ok 5
85      ---
86      duration_ms: *
87      location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
88      failureType: 'testAborted'
89      error: 'This operation was aborted'
90      code: 20
91      name: 'AbortError'
92      stack: |-
93        *
94        *
95        *
96        *
97        *
98        *
99        *
100        *
101        *
102        *
103      ...
104    1..9
105not ok 1 - promise timeout signal
106  ---
107  duration_ms: *
108  location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
109  failureType: 'testAborted'
110  error: 'The operation was aborted due to timeout'
111  code: 23
112  name: 'TimeoutError'
113  stack: |-
114    *
115    *
116    *
117    *
118  ...
119# Subtest: promise abort signal
120not ok 2 - promise abort signal
121  ---
122  duration_ms: *
123  location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
124  failureType: 'testAborted'
125  error: 'This operation was aborted'
126  code: 20
127  name: 'AbortError'
128  stack: |-
129    *
130    *
131    *
132    *
133    *
134    *
135    *
136    *
137    *
138  ...
139# Subtest: callback timeout signal
140    # Subtest: ok 1
141    ok 1 - ok 1
142      ---
143      duration_ms: *
144      ...
145    # Subtest: ok 2
146    ok 2 - ok 2
147      ---
148      duration_ms: *
149      ...
150    # Subtest: ok 3
151    ok 3 - ok 3
152      ---
153      duration_ms: *
154      ...
155    # Subtest: ok 4
156    ok 4 - ok 4
157      ---
158      duration_ms: *
159      ...
160    # Subtest: not ok 1
161    not ok 5 - not ok 1
162      ---
163      duration_ms: *
164      location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
165      failureType: 'cancelledByParent'
166      error: 'test did not finish before its parent and was cancelled'
167      code: 'ERR_TEST_FAILURE'
168      ...
169    # Subtest: not ok 2
170    not ok 6 - not ok 2
171      ---
172      duration_ms: *
173      location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
174      failureType: 'cancelledByParent'
175      error: 'test did not finish before its parent and was cancelled'
176      code: 'ERR_TEST_FAILURE'
177      ...
178    # Subtest: not ok 3
179    not ok 7 - not ok 3
180      ---
181      duration_ms: *
182      location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
183      failureType: 'testAborted'
184      error: 'This operation was aborted'
185      code: 20
186      name: 'AbortError'
187      stack: |-
188        *
189        *
190        *
191        *
192        *
193        *
194        *
195        *
196        *
197        *
198      ...
199    # Subtest: not ok 4
200    not ok 8 - not ok 4
201      ---
202      duration_ms: *
203      location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
204      failureType: 'testAborted'
205      error: 'This operation was aborted'
206      code: 20
207      name: 'AbortError'
208      stack: |-
209        *
210        *
211        *
212        *
213        *
214        *
215        *
216        *
217        *
218        *
219      ...
220    # Subtest: not ok 5
221    not ok 9 - not ok 5
222      ---
223      duration_ms: *
224      location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
225      failureType: 'testAborted'
226      error: 'This operation was aborted'
227      code: 20
228      name: 'AbortError'
229      stack: |-
230        *
231        *
232        *
233        *
234        *
235        *
236        *
237        *
238        *
239        *
240      ...
241    1..9
242not ok 3 - callback timeout signal
243  ---
244  duration_ms: *
245  location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
246  failureType: 'testAborted'
247  error: 'The operation was aborted due to timeout'
248  code: 23
249  name: 'TimeoutError'
250  stack: |-
251    *
252    *
253    *
254    *
255  ...
256# Subtest: callback abort signal
257not ok 4 - callback abort signal
258  ---
259  duration_ms: *
260  location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
261  failureType: 'testAborted'
262  error: 'This operation was aborted'
263  code: 20
264  name: 'AbortError'
265  stack: |-
266    *
267    *
268    *
269    *
270    *
271    *
272    *
273    *
274    *
275  ...
2761..4
277# tests 22
278# suites 0
279# pass 8
280# fail 0
281# cancelled 14
282# skipped 0
283# todo 0
284# duration_ms *
285