mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834842 - Support mach timestamp in reftest-analyzer. r=bgirard
This commit is contained in:
parent
033da2e92d
commit
9aca852216
@ -208,7 +208,7 @@ function process_log(contents) {
|
||||
gTestItems = [];
|
||||
for (var j in lines) {
|
||||
var line = lines[j];
|
||||
var match = line.match(/^(?:NEXT ERROR |\d\d:\d\d:\d\d +INFO - +)*REFTEST (.*)$/);
|
||||
var match = line.match(/^.*?REFTEST (.*)$/);
|
||||
if (!match)
|
||||
continue;
|
||||
line = match[1];
|
||||
|
Loading…
Reference in New Issue
Block a user