зеркало из https://github.com/mozilla/gecko-dev.git
Bug 758108 - Display test failures immediately. r=terrence
--HG-- extra : rebase_source : 193d233c56c684a63b3f93daf5903f7aef4ccfa2
This commit is contained in:
Родитель
2e748e876b
Коммит
c858eea237
|
@ -131,6 +131,14 @@ class ResultsSink:
|
|||
self.print_tinderbox_result(self.LABELS[
|
||||
(result.result, result.test.expect, result.test.random)][0],
|
||||
result.test.path, time=output.dt)
|
||||
return
|
||||
|
||||
if dev_label:
|
||||
if self.pb:
|
||||
self.fp.write("\n")
|
||||
def singular(label):
|
||||
return "FIXED" if label == "FIXES" else label[:-1]
|
||||
print >> self.fp, "%s - %s" % (singular(dev_label), output.test.path)
|
||||
|
||||
if self.pb:
|
||||
self.pb.label = '[%4d|%4d|%4d]'%tuple(self.counts)
|
||||
|
|
Загрузка…
Ссылка в новой задаче