[Webkit-unassigned] [Bug 61636] TestFailures page should have links to file bugs for failing tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 09:27:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61636





--- Comment #4 from Jessie Berlin <jberlin at webkit.org>  2011-05-27 09:27:49 PST ---
(From update of attachment 95178)
View in context: https://bugs.webkit.org/attachment.cgi?id=95178&action=review

Overall, this looks great! Unofficial r=me

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js:192
> +            if (parsedFailingBuildName.revision - parsedPassingBuildName.revision > 1)

Should this be >= ? Or are you explicitly making sure that there are two failing revisions so as to try to discard flakey tests? If so, you should probably add a comment to that effect.

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewController.js:210
> +            short_desc: 'REGRESSION (' + regressionRangeString + '): ' + failingTests.join(', ') + ' failing on ' + tester.name,

I don't we can assume that the failing tests are regressions, as they might be new tests that are failing since their introduction. It would be nice if we could have a way of figuring out whether the failing tests are new (but not necessarily something that needs to be done in this patch).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list