Title: [101019] trunk/Tools
Revision
101019
Author
commit-qu...@webkit.org
Date
2011-11-22 11:13:38 -0800 (Tue, 22 Nov 2011)

Log Message

Update flakiness dashboard for new Chromium builders and tests
https://bugs.webkit.org/show_bug.cgi?id=72931

Patch by Ryan Sleevi <rsle...@chromium.org> on 2011-11-22
Reviewed by Ojan Vafai.

* TestResultServer/static-dashboards/builders.js:
* TestResultServer/static-dashboards/dashboard_base.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101018 => 101019)


--- trunk/Tools/ChangeLog	2011-11-22 19:10:05 UTC (rev 101018)
+++ trunk/Tools/ChangeLog	2011-11-22 19:13:38 UTC (rev 101019)
@@ -1,3 +1,13 @@
+2011-11-22  Ryan Sleevi  <rsle...@chromium.org>
+
+        Update flakiness dashboard for new Chromium builders and tests
+        https://bugs.webkit.org/show_bug.cgi?id=72931
+
+        Reviewed by Ojan Vafai.
+
+        * TestResultServer/static-dashboards/builders.js:
+        * TestResultServer/static-dashboards/dashboard_base.js:
+
 2011-11-22  Adam Roben  <aro...@apple.com>
 
         Remove some debugging code I accidentally left in r101005

Modified: trunk/Tools/TestResultServer/static-dashboards/builders.js (101018 => 101019)


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-22 19:10:05 UTC (rev 101018)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-11-22 19:13:38 UTC (rev 101019)
@@ -204,6 +204,9 @@
     ['Vista Tests (1)'],
     ['Vista Tests (2)'],
     ['Vista Tests (3)'],
+    ['Win7 Tests (1)'],
+    ['Win7 Tests (2)'],
+    ['Win7 Tests (3)'],
     ['Win7 Sync'],
     ['XP Tests (dbg)(1)'],
     ['XP Tests (dbg)(2)'],
@@ -211,13 +214,14 @@
     ['XP Tests (dbg)(4)'],
     ['XP Tests (dbg)(5)'],
     ['XP Tests (dbg)(6)'],
-    ['Vista Tests (dbg)(1)'],
-    ['Vista Tests (dbg)(2)'],
-    ['Vista Tests (dbg)(3)'],
-    ['Vista Tests (dbg)(4)'],
-    ['Vista Tests (dbg)(5)'],
-    ['Vista Tests (dbg)(6)'],
+    ['Win7 Tests (dbg)(1)'],
+    ['Win7 Tests (dbg)(2)'],
+    ['Win7 Tests (dbg)(3)'],
+    ['Win7 Tests (dbg)(4)'],
+    ['Win7 Tests (dbg)(5)'],
+    ['Win7 Tests (dbg)(6)'],
     ['Interactive Tests (dbg)'],
+    ['Win Aura'],
     ['Mac10.5 Tests (1)'],
     ['Mac10.5 Tests (2)'],
     ['Mac10.5 Tests (3)'],
@@ -234,20 +238,11 @@
     ['Mac 10.6 Tests (dbg)(3)'],
     ['Mac 10.6 Tests (dbg)(4)'],
     ['Linux Tests x64'],
+    ['Linux Sync'],
     ['Linux Tests (dbg)(1)'],
     ['Linux Tests (dbg)(2)'],
     ['Linux Tests (dbg)(shared)'],
-    ['Linux Sync'],
-    ['Linux Builder (ChromiumOS)'],
-    ['Linux Builder (ChromiumOS dbg)'],
-    ['Linux Tests (ChromiumOS dbg)(1)'],
-    ['Linux Tests (ChromiumOS dbg)(2)'],
-    ['Linux Tests (ChromiumOS dbg)(3)'],
-    ['Linux Builder (ChromiumOS dbg)'],
-    ['Linux Builder (Views dbg)'],
-    ['Linux Tests (Views dbg)(1)'],
-    ['Linux Tests (Views dbg)(2)'],
-    ['Linux Tests (Views dbg)(3)'],
+    ['Linux Tests (Aura dbg)'],
 ];
 associateBuildersWithMaster(G_TESTS_BUILDERS, CHROMIUM_BUILDER_MASTER);
 

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


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-22 19:10:05 UTC (rev 101018)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2011-11-22 19:13:38 UTC (rev 101019)
@@ -112,15 +112,39 @@
 
 // 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',
-        'cache_invalidation_unittests', 'courgette_unittests',
-        'crypto_unittests', 'googleurl_unittests', 'gpu_unittests',
-        'installer_util_unittests', 'interactive_ui_tests', 'ipc_tests',
-        'jingle_unittests', 'layout-tests', 'media_unittests',
-        'mini_installer_test', 'nacl_ui_tests', 'net_unittests',
-        'printing_unittests', 'remoting_unittests', 'safe_browsing_tests',
-        'sync_unit_tests', 'sync_integration_tests',
-        'test_shell_tests', 'ui_tests', 'unit_tests'];
+var TEST_TYPES = [
+    'aura_unittests',
+    'aura_shell_unittests',
+    'base_unittests',
+    'browser_tests',
+    'cacheinvalidation_unittests',
+    'compositor_unittests',
+    'content_unittests',
+    'courgette_unittests',
+    'crypto_unittests',
+    'googleurl_unittests',
+    'gfx_unittests',
+    'gpu_unittests',
+    'installer_util_unittests',
+    'interactive_ui_tests',
+    'ipc_tests',
+    'jingle_unittests',
+    'layout-tests',
+    'media_unittests',
+    'mini_installer_test',
+    'nacl_ui_tests',
+    'net_unittests',
+    'printing_unittests',
+    'remoting_unittests',
+    'sql_unittests',
+    'safe_browsing_tests',
+    'sync_unit_tests',
+    'sync_integration_tests',
+    'test_shell_tests',
+    'ui_tests',
+    'unit_tests',
+    'views_unittests',
+];
 
 var RELOAD_REQUIRING_PARAMETERS = ['showAllRuns', 'group', 'testType'];
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to