Title: [101070] trunk/Tools
Revision
101070
Author
[email protected]
Date
2011-11-23 05:15:41 -0800 (Wed, 23 Nov 2011)

Log Message

Add new Chromium tests to the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=72997

Patch by Ryan Sleevi <[email protected]> on 2011-11-23
Reviewed by Ojan Vafai.

* TestResultServer/static-dashboards/dashboard_base.js:
():

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101069 => 101070)


--- trunk/Tools/ChangeLog	2011-11-23 13:10:27 UTC (rev 101069)
+++ trunk/Tools/ChangeLog	2011-11-23 13:15:41 UTC (rev 101070)
@@ -1,3 +1,13 @@
+2011-11-23  Ryan Sleevi  <[email protected]>
+
+        Add new Chromium tests to the flakiness dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=72997
+
+        Reviewed by Ojan Vafai.
+
+        * TestResultServer/static-dashboards/dashboard_base.js:
+        ():
+
 2011-11-23  Adam Barth  <[email protected]>
 
         garden-o-matic should support AUDIO failures

Modified: trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js (101069 => 101070)


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-23 13:10:27 UTC (rev 101069)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-23 13:15:41 UTC (rev 101070)
@@ -136,8 +136,8 @@
     'net_unittests',
     'printing_unittests',
     'remoting_unittests',
+    'safe_browsing_tests',
     'sql_unittests',
-    'safe_browsing_tests',
     'sync_unit_tests',
     'sync_integration_tests',
     'test_shell_tests',
@@ -425,13 +425,17 @@
     case 'layout-tests':
         return LAYOUT_TESTS_BUILDER_GROUPS[state.group]
         break;
-    case 'app_unittests':
+    case 'aura_unittests':
+    case 'aura_shell_unittests':
     case 'base_unittests':
     case 'browser_tests':
     case 'cacheinvalidation_unittests':
+    case 'compositor_unittests':
+    case 'content_unittests':
     case 'courgette_unittests':
     case 'crypto_unittests':
     case 'googleurl_unittests':
+    case 'gfx_unittests':
     case 'gpu_unittests':
     case 'installer_util_unittests':
     case 'interactive_ui_tests':
@@ -444,11 +448,13 @@
     case 'printing_unittests':
     case 'remoting_unittests':
     case 'safe_browsing_tests':
+    case 'sql_unittests':
     case 'sync_unit_tests':
     case 'sync_integration_tests':
     case 'test_shell_tests':
     case 'ui_tests':
     case 'unit_tests':
+    case 'views_unittests':
         return G_TESTS_BUILDER_GROUP;
         break;
     default:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to