[webkit-reviews] review granted: [Bug 61660] New bug links on TestFailures page often contain titles that are so long they are rejected by Bugzilla : [Attachment 98363] Make finding existing bugs and filing new bugs work on TestFailures even when lots of tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 10:13:02 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has granted Adam Roben (:aroben)
<aroben at apple.com>'s request for review:
Bug 61660: New bug links on TestFailures page often contain titles that are so
long they are rejected by Bugzilla
https://bugs.webkit.org/show_bug.cgi?id=61660

Attachment 98363: Make finding existing bugs and filing new bugs work on
TestFailures even when lots of tests are failing
https://bugs.webkit.org/attachment.cgi?id=98363&action=review

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=98363&action=review

r=me

>
Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/ViewCo
ntroller.js:272
> +	       title = titlePrefix + failingTests.length + ' tests' +
titleSuffix;

Would be nice to have some kind of ASSERT(title.length <
Bugzilla.maximumBugTitleLength).


More information about the webkit-reviews mailing list