Title: [95370] trunk/Tools
Revision
95370
Author
commit-qu...@webkit.org
Date
2011-09-16 22:53:51 -0700 (Fri, 16 Sep 2011)

Log Message

add non-CG Webkit-Mac builds to flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=68265

Patch by Elliot Poger <epo...@google.com> on 2011-09-16
Reviewed by Adam Barth.

As Chromium-on-Mac approaches the switchover from Core Graphics to
Skia, we need to add the Skia version to the flakiness dashboard.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
* TestResultServer/static-dashboards/builders.js:
* TestResultServer/static-dashboards/flakiness_dashboard_tests.js:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (95369 => 95370)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2011-09-17 05:52:07 UTC (rev 95369)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2011-09-17 05:53:51 UTC (rev 95370)
@@ -37,6 +37,11 @@
     'Webkit Linux 32': {version: 'lucid'},
     'Webkit Linux (dbg)(1)': {version: 'lucid', is64bit: true, debug: true},
     'Webkit Linux (dbg)(2)': {version: 'lucid', is64bit: true, debug: true},
+    'Webkit Mac10.5': {version: 'leopard'},
+    'Webkit Mac10.5 (dbg)(1)': {version: 'leopard', debug: true},
+    'Webkit Mac10.5 (dbg)(2)': {version: 'leopard', debug: true},
+    'Webkit Mac10.6': {version: 'snowleopard'},
+    'Webkit Mac10.6 (dbg)': {version: 'snowleopard', debug: true},
     'Webkit Mac10.5 (CG)': {version: 'leopard'},
     'Webkit Mac10.5 (CG)(dbg)(1)': {version: 'leopard', debug: true},
     'Webkit Mac10.5 (CG)(dbg)(2)': {version: 'leopard', debug: true},

Modified: trunk/Tools/ChangeLog (95369 => 95370)


--- trunk/Tools/ChangeLog	2011-09-17 05:52:07 UTC (rev 95369)
+++ trunk/Tools/ChangeLog	2011-09-17 05:53:51 UTC (rev 95370)
@@ -1,3 +1,17 @@
+2011-09-16  Elliot Poger  <epo...@google.com>
+
+        add non-CG Webkit-Mac builds to flakiness dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=68265
+
+        Reviewed by Adam Barth.
+
+        As Chromium-on-Mac approaches the switchover from Core Graphics to
+        Skia, we need to add the Skia version to the flakiness dashboard.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+        * TestResultServer/static-dashboards/builders.js:
+        * TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
+
 2011-09-16  Jochen Eisinger  <joc...@chromium.org>
 
         Rename FrameLoaderClient::allowImages to FrameLoaderClient::allowImage and include the image URL as parameter

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


--- trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-09-17 05:52:07 UTC (rev 95369)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.js	2011-09-17 05:53:51 UTC (rev 95370)
@@ -96,6 +96,9 @@
     ['Webkit Linux (deps)', BuilderGroup.EXPECTATIONS_BUILDER],
     ['Webkit Linux (deps)(dbg)(1)'],
     ['Webkit Linux (deps)(dbg)(2)'],
+    ['Webkit Mac10.6 (deps)'],
+    ['Webkit Mac10.6 (deps)(dbg)(1)'],
+    ['Webkit Mac10.6 (deps)(dbg)(2)'],
     ['Webkit Mac10.6 (CG)(deps)'],
     ['Webkit Mac10.6 (CG)(deps)(dbg)(1)'],
     ['Webkit Mac10.6 (CG)(deps)(dbg)(2)']
@@ -112,6 +115,11 @@
     ['Webkit Linux 32'],
     ['Webkit Linux (dbg)(1)'],
     ['Webkit Linux (dbg)(2)'],
+    ['Webkit Mac10.5'],
+    ['Webkit Mac10.5 (dbg)(1)'],
+    ['Webkit Mac10.5 (dbg)(2)'],
+    ['Webkit Mac10.6'],
+    ['Webkit Mac10.6 (dbg)'],
     ['Webkit Mac10.5 (CG)'],
     ['Webkit Mac10.5 (CG)(dbg)(1)'],
     ['Webkit Mac10.5 (CG)(dbg)(2)'],
@@ -148,7 +156,12 @@
     ['Webkit Mac10.5 (CG)(dbg)(1) - GPU'],
     ['Webkit Mac10.5 (CG)(dbg)(2) - GPU'],
     ['Webkit Mac10.6 (CG) - GPU'],
-    ['Webkit Mac10.6 (CG)(dbg) - GPU']
+    ['Webkit Mac10.6 (CG)(dbg) - GPU'],
+    ['Webkit Mac10.5 - GPU'],
+    ['Webkit Mac10.5 (dbg)(1) - GPU'],
+    ['Webkit Mac10.5 (dbg)(2) - GPU'],
+    ['Webkit Mac10.6 - GPU'],
+    ['Webkit Mac10.6 (dbg) - GPU']
 ];
 associateBuildersWithMaster(CHROMIUM_GPU_MESA_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
 

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js (95369 => 95370)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js	2011-09-17 05:52:07 UTC (rev 95369)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js	2011-09-17 05:53:51 UTC (rev 95370)
@@ -34,6 +34,8 @@
 // arguments.
 
 // FIXME: move this over to using qunit
+// In the meanwhile, you can run these tests by loading
+// flakiness_dashboard.html#useTestData=true in a browser.
 
 // Clears out the global objects modified or used by processExpectations and
 // populateExpectationsData. A bit gross since it's digging into implementation
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to