mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Make reftest-analyzer.xhtml work with build logs. r=dbaron, a=npob.
This commit is contained in:
parent
466f4c76a1
commit
452d544c36
@ -137,7 +137,7 @@ function process_log(contents) {
|
||||
gTestItems = [];
|
||||
for (var j in lines) {
|
||||
var line = lines[j];
|
||||
var match = line.match(/^REFTEST (.*)$/);
|
||||
var match = line.match(/^(?:NEXT ERROR )?REFTEST (.*)$/);
|
||||
if (!match)
|
||||
continue;
|
||||
line = match[1];
|
||||
|
Loading…
Reference in New Issue
Block a user