зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1417230 - Do not fail when a skipped web-platform test is verified; r=jgraham
This commit is contained in:
Родитель
ade9d452f7
Коммит
4ec80cab97
|
@ -86,6 +86,8 @@ class LogHandler(reader.LogHandler):
|
|||
|
||||
def is_inconsistent(results_dict, iterations):
|
||||
"""Return whether or not a single test is inconsistent."""
|
||||
if 'SKIP' in results_dict:
|
||||
return False
|
||||
return len(results_dict) > 1 or sum(results_dict.values()) != iterations
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче