[Webkit-unassigned] [Bug 82719] Make garden-o-matic, rebaseline-server, TestFailures gardening tools QtWebKit friendly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 09:07:23 PDT 2012


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





--- Comment #7 from Adam Barth <abarth at webkit.org>  2012-05-09 09:06:27 PST ---
(From update of attachment 140929)
View in context: https://bugs.webkit.org/attachment.cgi?id=140929&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/net.js:28
> +function ADD_RESULTS(x) { return x; }

Please use CORS, not JSONP.

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js:181
> +  return "http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r116095%20(36958)/";

The Chromium buildbots have a directory that accumulates results, which is nice because we can query a single URL and get the latest results.  In this URL, you have a specific build number, which we can deal with, it's just more work.

-- 
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