1TAP version 13
2# Subtest: describe 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_suite.js:(LINE):3'
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_suite.js:(LINE):3'
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_suite.js:(LINE):3'
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_suite.js:(LINE):3'
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_suite.js:(LINE):3'
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 - describe timeout signal
106  ---
107  duration_ms: *
108  type: 'suite'
109  location: '/test/fixtures/test-runner/output/abort_suite.js:(LINE):1'
110  failureType: 'testAborted'
111  error: 'The operation was aborted due to timeout'
112  code: 23
113  name: 'TimeoutError'
114  stack: |-
115    *
116    *
117    *
118    *
119  ...
120# Subtest: describe abort signal
121not ok 2 - describe abort signal
122  ---
123  duration_ms: *
124  type: 'suite'
125  location: '/test/fixtures/test-runner/output/abort_suite.js:(LINE):1'
126  failureType: 'testAborted'
127  error: 'This operation was aborted'
128  code: 20
129  name: 'AbortError'
130  stack: |-
131    *
132    *
133    *
134    *
135    *
136    *
137    *
138    *
139    *
140  ...
1411..2
142# tests 9
143# suites 2
144# pass 4
145# fail 0
146# cancelled 5
147# skipped 0
148# todo 0
149# duration_ms *
150