From 8f8bb4a03763c9fd771f79c74f0d72f2e303a99d Mon Sep 17 00:00:00 2001 From: "jparent@chromium.org" Date: Fri, 12 Mar 2010 00:21:57 +0000 Subject: Grab expectations from the builder that tends to be the fastest, Linux Release. This makes the dashboard up to date more quickly. Currently is grabbing from Mac debug 3, since it was last in the builders array. TEST=none BUG=none Review URL: http://codereview.chromium.org/861004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41363 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/dashboards/dashboard_base.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webkit') diff --git a/webkit/tools/layout_tests/dashboards/dashboard_base.js b/webkit/tools/layout_tests/dashboards/dashboard_base.js index 4adfd46..9ed109a 100644 --- a/webkit/tools/layout_tests/dashboards/dashboard_base.js +++ b/webkit/tools/layout_tests/dashboards/dashboard_base.js @@ -377,9 +377,10 @@ function appendJSONScriptElements() { appendScript(getPathToBuilderResultsFile(builderName) + 'results.json'); } - // Grab expectations file from any builder. + // Grab expectations file from the fastest builder, which is Linux release + // right now. Could be changed to any other builder if needed. if (waitingOnExpectations) { - appendScript(getPathToBuilderResultsFile(builderName) + + appendScript(getPathToBuilderResultsFile('Webkit Linux') + 'expectations.json'); } } -- cgit v1.1