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-30 14:17:27 -07:00
Родитель b71a75b37a
Коммит 79f57cdabf
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

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