Title: [148726] trunk/Tools
Revision
148726
Author
[email protected]
Date
2013-04-19 01:33:30 -0700 (Fri, 19 Apr 2013)

Log Message

[Dashboard] Narrow down the test types list to only layout-tests
https://bugs.webkit.org/show_bug.cgi?id=114795

Reviewed by Ryosuke Niwa.

Remove all the redundant test types that the webkit.org builders do not upload results for. All of the removed
test types were specific to the Chromium builders.

* TestResultServer/static-dashboards/dashboard_base.js:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148725 => 148726)


--- trunk/Tools/ChangeLog	2013-04-19 08:28:10 UTC (rev 148725)
+++ trunk/Tools/ChangeLog	2013-04-19 08:33:30 UTC (rev 148726)
@@ -1,5 +1,17 @@
 2013-04-19  Zan Dobersek  <[email protected]>
 
+        [Dashboard] Narrow down the test types list to only layout-tests
+        https://bugs.webkit.org/show_bug.cgi?id=114795
+
+        Reviewed by Ryosuke Niwa.
+
+        Remove all the redundant test types that the webkit.org builders do not upload results for. All of the removed
+        test types were specific to the Chromium builders.
+
+        * TestResultServer/static-dashboards/dashboard_base.js:
+
+2013-04-19  Zan Dobersek  <[email protected]>
+
         [Dashboard] The revision rows for aggregate results should no longer include Chromium revisions
         https://bugs.webkit.org/show_bug.cgi?id=114760
 

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


--- trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-04-19 08:28:10 UTC (rev 148725)
+++ trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js	2013-04-19 08:33:30 UTC (rev 148726)
@@ -76,42 +76,7 @@
 // These should match the testtype uploaded to webkit-test-results.appspot.com.
 // See http://webkit-test-results.appspot.com/testfile.
 var TEST_TYPES = [
-    'base_unittests',
-    'browser_tests',
-    'cacheinvalidation_unittests',
-    'compositor_unittests',
-    'content_browsertests',
-    'content_unittests',
-    'courgette_unittests',
-    'crypto_unittests',
-    'googleurl_unittests',
-    'gfx_unittests',
-    'gl_tests',
-    'gpu_tests',
-    'gpu_unittests',
-    'installer_util_unittests',
-    'interactive_ui_tests',
-    'ipc_tests',
-    'jingle_unittests',
-    'layout-tests',
-    'media_unittests',
-    'mini_installer_test',
-    'net_unittests',
-    'printing_unittests',
-    'remoting_unittests',
-    'safe_browsing_tests',
-    'sql_unittests',
-    'sync_unit_tests',
-    'sync_integration_tests',
-    'test_shell_tests',
-    'ui_tests',
-    'unit_tests',
-    'views_unittests',
-    'webkit_unit_tests',
-    'androidwebview_instrumentation_tests',
-    'chromiumtestshell_instrumentation_tests',
-    'contentshell_instrumentation_tests',
-    'cc_unittests'
+    'layout-tests'
 ];
 
 
@@ -206,4 +171,4 @@
 function expectationsMap()
 {
     return g_history.isLayoutTestResults() ? LAYOUT_TEST_EXPECTATIONS_MAP_ : GTEST_EXPECTATIONS_MAP_;
-}
\ No newline at end of file
+}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to