• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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      failureType: 'cancelledByParent'
28      error: 'test did not finish before its parent and was cancelled'
29      code: 'ERR_TEST_FAILURE'
30      ...
31    # Subtest: not ok 2
32    not ok 6 - not ok 2
33      ---
34      duration_ms: ZERO
35      failureType: 'cancelledByParent'
36      error: 'test did not finish before its parent and was cancelled'
37      code: 'ERR_TEST_FAILURE'
38      ...
39    # Subtest: not ok 3
40    not ok 7 - not ok 3
41      ---
42      duration_ms: ZERO
43      failureType: 'testAborted'
44      error: 'This operation was aborted'
45      code: 20
46      name: 'AbortError'
47      stack: |-
48        *
49        *
50        *
51        *
52        *
53        *
54        *
55        *
56        *
57        *
58      ...
59    # Subtest: not ok 4
60    not ok 8 - not ok 4
61      ---
62      duration_ms: ZERO
63      failureType: 'testAborted'
64      error: 'This operation was aborted'
65      code: 20
66      name: 'AbortError'
67      stack: |-
68        *
69        *
70        *
71        *
72        *
73        *
74        *
75        *
76        *
77        *
78      ...
79    # Subtest: not ok 5
80    not ok 9 - not ok 5
81      ---
82      duration_ms: ZERO
83      failureType: 'testAborted'
84      error: 'This operation was aborted'
85      code: 20
86      name: 'AbortError'
87      stack: |-
88        *
89        *
90        *
91        *
92        *
93        *
94        *
95        *
96        *
97        *
98      ...
99    1..9
100not ok 1 - describe timeout signal
101  ---
102  duration_ms: *
103  type: 'suite'
104  failureType: 'testAborted'
105  error: 'The operation was aborted due to timeout'
106  code: 23
107  name: 'TimeoutError'
108  stack: |-
109    *
110    *
111    *
112    *
113  ...
114# Subtest: describe abort signal
115not ok 2 - describe abort signal
116  ---
117  duration_ms: *
118  type: 'suite'
119  failureType: 'testAborted'
120  error: 'This operation was aborted'
121  code: 20
122  name: 'AbortError'
123  stack: |-
124    *
125    *
126    *
127    *
128    *
129    *
130    *
131    *
132    *
133  ...
1341..2
135# tests 9
136# suites 2
137# pass 4
138# fail 0
139# cancelled 5
140# skipped 0
141# todo 0
142# duration_ms *
143