Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: webkit/tools/layout_tests/dashboards/dashboard_base.js

Issue 340073: Layout test dashboard additions:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/layout_tests/dashboards/dashboard_base.js
===================================================================
--- webkit/tools/layout_tests/dashboards/dashboard_base.js (revision 30770)
+++ webkit/tools/layout_tests/dashboards/dashboard_base.js (working copy)
@@ -78,6 +78,7 @@
return true;
case 'useWebKitCanary':
+ case 'useV8Canary':
case 'debug':
currentState[key] = value == 'true';
@@ -91,6 +92,7 @@
var defaultCrossDashboardStateValues = {
testType: 'layout_test_results',
useWebKitCanary: false,
+ useV8Canary: false,
debug: false
}
@@ -196,6 +198,12 @@
'Webkit Linux (webkit.org)': 'webkit-rel-linux-webkit-org',
'Webkit Mac (webkit.org)': 'webkit-rel-mac-webkit-org'
};
+ } else if (currentState.useV8Canary) {
+ builders = {
+ 'Webkit (V8-Latest)': 'webkit-rel-v8',
+ 'Webkit Mac (V8-Latest)': 'webkit-rel-mac-v8',
+ 'Webkit Linux (V8-Latest)': 'webkit-rel-linux-v8'
+ }
} else {
builders = {
'Webkit': 'webkit-rel',
« no previous file with comments | « no previous file | webkit/tools/layout_tests/flakiness_dashboard.html » ('j') | webkit/tools/layout_tests/flakiness_dashboard.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698