Bug 1068276, part 2 - Make unexpected failure to produce a leak log an error. r=jmaher

This commit is contained in:
Andrew McCreight 2014-09-26 10:34:09 -07:00
parent 8b01964740
commit d50e32f0f9

View File

@ -277,9 +277,7 @@ def processSingleLeakFile(leakLogFileName, processType, leakThreshold, ignoreMis
log.info("TEST-INFO | leakcheck | %s ignoring missing output line for total leaks"
% processString)
else:
# TODO: This should be a TEST-UNEXPECTED-FAIL, but was changed to a warning
# due to too many intermittent failures (see bug 831223).
log.info("WARNING | leakcheck | %s missing output line for total leaks!"
log.info("TEST-UNEXPECTED-FAIL | leakcheck | %s missing output line for total leaks!"
% processString)
log.info("TEST-INFO | leakcheck | missing output line from log file %s"
% leakLogFileName)