mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update wptrunner.
This commit is contained in:
parent
92d8f5c552
commit
82e2d017ef
21 changed files with 717 additions and 66 deletions
|
@ -524,7 +524,8 @@ class TestRunnerManager(threading.Thread):
|
|||
|
||||
self.test = None
|
||||
|
||||
restart_before_next = (file_result.status in ("CRASH", "EXTERNAL-TIMEOUT") or
|
||||
restart_before_next = (test.restart_after or
|
||||
file_result.status in ("CRASH", "EXTERNAL-TIMEOUT") or
|
||||
subtest_unexpected or is_unexpected)
|
||||
|
||||
if (self.pause_after_test or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue