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

Unified Diff: dashboard_base.js

Issue 7044030: Include crypto_unittests in the flakiness dashboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/dashboards/
Patch Set: '' Created 9 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard_base.js
===================================================================
--- dashboard_base.js (revision 85872)
+++ dashboard_base.js (working copy)
@@ -96,8 +96,8 @@
// These should match the testtype uploaded to test-results.appspot.com.
// See http://test-results.appspot.com/testfile.
-var TEST_TYPES = ['app_unittests', 'base_unittests',
- 'browser_tests', 'courgette_unittests', 'googleurl_unittests',
+var TEST_TYPES = ['app_unittests', 'base_unittests', 'browser_tests',
+ 'courgette_unittests', 'crypto_unittests', 'googleurl_unittests',
'gpu_unittests', 'installer_util_unittests', 'interactive_ui_tests',
'ipc_tests', 'layout-tests', 'media_unittests',
'mini_installer_test', 'nacl_ui_tests', 'net_unittests',
@@ -390,6 +390,7 @@
case 'base_unittests':
case 'browser_tests':
case 'courgette_unittests':
+ case 'crypto_unittests':
case 'googleurl_unittests':
case 'gpu_unittests':
case 'installer_util_unittests':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698