Bug 552053: fix unit test log parser so that it finds automation errors (e.g. failed graph server post), patch by Rail Aliev <rail@mozilla.com>, r=reed
git-svn-id: svn://10.0.0.236/trunk@260192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7db5198c06
commit
366fb5e856
@ -31,6 +31,7 @@ BEGIN {
|
|||||||
(/fatal error/ # . . . . . . . . . . . . . . . . . Link
|
(/fatal error/ # . . . . . . . . . . . . . . . . . Link
|
||||||
or /^g?make(?:\[\d\d?\])?: \*\*\*/ #. . . . . . . gmake
|
or /^g?make(?:\[\d\d?\])?: \*\*\*/ #. . . . . . . gmake
|
||||||
or /^C / # . . . . . . . . . . . . . . . . . . . cvs merge conflict
|
or /^C / # . . . . . . . . . . . . . . . . . . . cvs merge conflict
|
||||||
|
or /Automation Error\:/ # . . . . . . . . . . . . Release Automation
|
||||||
or / error\([0-9]*\)\:/ # . . . . . . . . . . . . C
|
or / error\([0-9]*\)\:/ # . . . . . . . . . . . . C
|
||||||
or /\[checkout aborted\]/ # . . . . . . . . . . cvs
|
or /\[checkout aborted\]/ # . . . . . . . . . . cvs
|
||||||
or /\: cannot find module/ # . . . . . . . . . . cvs
|
or /\: cannot find module/ # . . . . . . . . . . cvs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user