mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add 'Error loading page' case for validating correctness of test-perf data.
This commit is contained in:
parent
40adc3fd88
commit
b845d44aa2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def parse_log(log, testcase, url):
|
|||
def valid_timing(timing, url=None):
|
||||
if (timing is None or
|
||||
testcase is None or
|
||||
timing.get('title') == 'Error response' or
|
||||
timing.get('title') == 'Error loading page' or
|
||||
timing.get('testcase') != url):
|
||||
return False
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue