Update wptrunner.

This commit is contained in:
Ms2ger 2016-04-15 16:09:53 +02:00
parent 92d8f5c552
commit 82e2d017ef
21 changed files with 717 additions and 66 deletions

View file

@ -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