|
133 | 133 | -------------------------------------------------------------------------------- |
134 | 134 | Maximum number of failures exceeded; quitting at end of file. |
135 | 135 | i Increase this number with (e.g.) `testthat::set_max_fails(Inf)` |
136 | | - |
137 | | - == Results ===================================================================== |
138 | | - -- Failed tests ---------------------------------------------------------------- |
139 | | - Failure ('reporters/fail-many.R:3:5'): Example |
140 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
141 | | - |
142 | | - `actual`: FALSE |
143 | | - `expected`: TRUE |
144 | | - |
145 | | - Failure ('reporters/fail-many.R:3:5'): Example |
146 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
147 | | - |
148 | | - `actual`: FALSE |
149 | | - `expected`: TRUE |
150 | | - |
151 | | - Failure ('reporters/fail-many.R:3:5'): Example |
152 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
153 | | - |
154 | | - `actual`: FALSE |
155 | | - `expected`: TRUE |
156 | | - |
157 | | - Failure ('reporters/fail-many.R:3:5'): Example |
158 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
159 | | - |
160 | | - `actual`: FALSE |
161 | | - `expected`: TRUE |
162 | | - |
163 | | - Failure ('reporters/fail-many.R:3:5'): Example |
164 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
165 | | - |
166 | | - `actual`: FALSE |
167 | | - `expected`: TRUE |
168 | | - |
169 | | - Failure ('reporters/fail-many.R:3:5'): Example |
170 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
171 | | - |
172 | | - `actual`: FALSE |
173 | | - `expected`: TRUE |
174 | | - |
175 | | - Failure ('reporters/fail-many.R:3:5'): Example |
176 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
177 | | - |
178 | | - `actual`: FALSE |
179 | | - `expected`: TRUE |
180 | | - |
181 | | - Failure ('reporters/fail-many.R:3:5'): Example |
182 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
183 | | - |
184 | | - `actual`: FALSE |
185 | | - `expected`: TRUE |
186 | | - |
187 | | - Failure ('reporters/fail-many.R:3:5'): Example |
188 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
189 | | - |
190 | | - `actual`: FALSE |
191 | | - `expected`: TRUE |
192 | | - |
193 | | - Failure ('reporters/fail-many.R:3:5'): Example |
194 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
195 | | - |
196 | | - `actual`: FALSE |
197 | | - `expected`: TRUE |
198 | | - |
199 | | - Failure ('reporters/fail-many.R:3:5'): Example |
200 | | - FALSE (`actual`) is not equal to TRUE (`expected`). |
201 | | - |
202 | | - `actual`: FALSE |
203 | | - `expected`: TRUE |
204 | | - |
205 | | - [ FAIL 11 | WARN 0 | SKIP 0 | PASS 0 ] |
206 | | - == Terminated early ============================================================ |
207 | | - |
208 | | - No one gets it right on their first try |
209 | 136 |
|
210 | 137 | # can fully suppress incremental updates |
211 | 138 |
|
|
632 | 559 | [ FAIL 0 | WARN 0 | SKIP 0 | PASS 6 ] |
633 | 560 | [ FAIL 0 | WARN 0 | SKIP 0 | PASS 7 ] |
634 | 561 |
|
| 562 | +# ParallelProgressReporter fails after max_fail tests |
| 563 | + |
| 564 | + v | F W S OK | Context |
| 565 | + |
| 566 | + - [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] Starting up... |
| 567 | + x | 11 0 | reporters/fail-many |
| 568 | + -------------------------------------------------------------------------------- |
| 569 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 570 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 571 | + |
| 572 | + `actual`: FALSE |
| 573 | + `expected`: TRUE |
| 574 | + |
| 575 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 576 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 577 | + |
| 578 | + `actual`: FALSE |
| 579 | + `expected`: TRUE |
| 580 | + |
| 581 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 582 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 583 | + |
| 584 | + `actual`: FALSE |
| 585 | + `expected`: TRUE |
| 586 | + |
| 587 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 588 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 589 | + |
| 590 | + `actual`: FALSE |
| 591 | + `expected`: TRUE |
| 592 | + |
| 593 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 594 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 595 | + |
| 596 | + `actual`: FALSE |
| 597 | + `expected`: TRUE |
| 598 | + |
| 599 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 600 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 601 | + |
| 602 | + `actual`: FALSE |
| 603 | + `expected`: TRUE |
| 604 | + |
| 605 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 606 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 607 | + |
| 608 | + `actual`: FALSE |
| 609 | + `expected`: TRUE |
| 610 | + |
| 611 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 612 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 613 | + |
| 614 | + `actual`: FALSE |
| 615 | + `expected`: TRUE |
| 616 | + |
| 617 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 618 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 619 | + |
| 620 | + `actual`: FALSE |
| 621 | + `expected`: TRUE |
| 622 | + |
| 623 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 624 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 625 | + |
| 626 | + `actual`: FALSE |
| 627 | + `expected`: TRUE |
| 628 | + |
| 629 | + Failure ('reporters/fail-many.R:3:5'): Example |
| 630 | + FALSE (`actual`) is not equal to TRUE (`expected`). |
| 631 | + |
| 632 | + `actual`: FALSE |
| 633 | + `expected`: TRUE |
| 634 | + -------------------------------------------------------------------------------- |
| 635 | + Maximum number of failures exceeded; quitting at end of file. |
| 636 | + i Increase this number with (e.g.) `testthat::set_max_fails(Inf)` |
| 637 | + |
| 638 | + |
| 639 | + |
0 commit comments