<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[168471] trunk/Tools</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/168471">168471</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-05-08 09:08:43 -0700 (Thu, 08 May 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WK2][GTK] Split the 64-bit GTK buildbots in Build and Test.
https://bugs.webkit.org/show_bug.cgi?id=131358

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-05-08
Reviewed by Carlos Garcia Campos.

Current 64-bit GTK build bots (Release and Debug) not only test
the build, but run all tests. Split each one of the bots in
BuildOnly and TestWebKit2.

This will allow us to have a better overview of the status of
the GTK port.

Original patch from Sergio Villar Senin &lt;svillar@igalia.com&gt;

* BuildSlaveSupport/build.webkit.org-config/config.json:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* Scripts/webkitpy/port/builders.py:
* Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
(TestRebaselineTest.test_baseline_directory):
* TestResultServer/static-dashboards/builders.jsonp:
* TestResultServer/static-dashboards/flakiness_dashboard_unittests.js:
(resetGlobals):
* TestResultServer/static-dashboards/loader_unittests.js:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigconfigjson">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigmastercfg">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmlTestFailuresscriptsconfigjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsWebKitBuildbotjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitpyportbuilderspy">trunk/Tools/Scripts/webkitpy/port/builders.py</a></li>
<li><a href="#trunkToolsScriptswebkitpytoolcommandsrebaseline_unittestpy">trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py</a></li>
<li><a href="#trunkToolsTestResultServerstaticdashboardsbuildersjsonp">trunk/Tools/TestResultServer/static-dashboards/builders.jsonp</a></li>
<li><a href="#trunkToolsTestResultServerstaticdashboardsflakiness_dashboard_unittestsjs">trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js</a></li>
<li><a href="#trunkToolsTestResultServerstaticdashboardsloader_unittestsjs">trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigconfigjson"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -37,6 +37,8 @@
</span><span class="cx">                     { &quot;name&quot;: &quot;gtk-linux-slave-2&quot;, &quot;platform&quot;: &quot;gtk&quot;},
</span><span class="cx">                     { &quot;name&quot;: &quot;gtk-linux-slave-3&quot;, &quot;platform&quot;: &quot;gtk&quot;},
</span><span class="cx">                     { &quot;name&quot;: &quot;gtk-linux-slave-5&quot;, &quot;platform&quot;: &quot;gtk&quot;},
</span><ins>+                    { &quot;name&quot;: &quot;gtk-linux-slave-6&quot;, &quot;platform&quot;: &quot;gtk&quot;},
+                    { &quot;name&quot;: &quot;gtk-linux-slave-7&quot;, &quot;platform&quot;: &quot;gtk&quot;},
</ins><span class="cx"> 
</span><span class="cx">                     { &quot;name&quot;: &quot;wincairo-1&quot;, &quot;platform&quot;: &quot;wincairo&quot; },
</span><span class="cx"> 
</span><span class="lines">@@ -157,16 +159,28 @@
</span><span class="cx">                       &quot;slavenames&quot;: [&quot;gtk-linux-slave-1&quot;]
</span><span class="cx">                     },
</span><span class="cx">                     {
</span><del>-                      &quot;name&quot;: &quot;GTK Linux 64-bit Release&quot;, &quot;type&quot;: &quot;BuildAndTestWebKit2Only&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-release&quot;,
</del><ins>+                      &quot;name&quot;: &quot;GTK Linux 64-bit Release (Build)&quot;, &quot;type&quot;: &quot;Build&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-release&quot;,
</ins><span class="cx">                       &quot;platform&quot;: &quot;gtk&quot;, &quot;configuration&quot;: &quot;release&quot;, &quot;architectures&quot;: [&quot;x86_64&quot;],
</span><ins>+                      &quot;triggers&quot;: [&quot;gtk-linux-64-release-tests&quot;],
</ins><span class="cx">                       &quot;slavenames&quot;: [&quot;gtk-linux-slave-2&quot;]
</span><span class="cx">                     },
</span><span class="cx">                     {
</span><del>-                      &quot;name&quot;: &quot;GTK Linux 64-bit Debug&quot;, &quot;type&quot;: &quot;BuildAndTestWebKit2Only&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-debug&quot;,
</del><ins>+                      &quot;name&quot;: &quot;GTK Linux 64-bit Release (Tests)&quot;, &quot;type&quot;: &quot;TestWebKit2&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-release&quot;,
+                      &quot;platform&quot;: &quot;gtk&quot;, &quot;configuration&quot;: &quot;release&quot;, &quot;architectures&quot;: [&quot;x86_64&quot;],
+                      &quot;slavenames&quot;: [&quot;gtk-linux-slave-6&quot;]
+                    },
+                    {
+                      &quot;name&quot;: &quot;GTK Linux 64-bit Debug (Build)&quot;, &quot;type&quot;: &quot;Build&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-debug&quot;,
</ins><span class="cx">                       &quot;platform&quot;: &quot;gtk&quot;, &quot;configuration&quot;: &quot;debug&quot;, &quot;architectures&quot;: [&quot;x86_64&quot;],
</span><ins>+                      &quot;triggers&quot;: [&quot;gtk-linux-64-debug-tests&quot;],
</ins><span class="cx">                       &quot;slavenames&quot;: [&quot;gtk-linux-slave-3&quot;]
</span><span class="cx">                     },
</span><span class="cx">                     {
</span><ins>+                      &quot;name&quot;: &quot;GTK Linux 64-bit Debug (Tests)&quot;, &quot;type&quot;: &quot;TestWebKit2&quot;, &quot;builddir&quot;: &quot;gtk-linux-64-debug&quot;,
+                      &quot;platform&quot;: &quot;gtk&quot;, &quot;configuration&quot;: &quot;debug&quot;, &quot;architectures&quot;: [&quot;x86_64&quot;],
+                      &quot;slavenames&quot;: [&quot;gtk-linux-slave-7&quot;]
+                    },
+                    {
</ins><span class="cx">                       &quot;name&quot;: &quot;GTK Linux ARM Release&quot;, &quot;type&quot;: &quot;BuildAndNonLayoutTest&quot;, &quot;builddir&quot;: &quot;gtk-linux-arm-release&quot;,
</span><span class="cx">                       &quot;platform&quot;: &quot;gtk&quot;, &quot;configuration&quot;: &quot;release&quot;, &quot;architectures&quot;: [&quot;armv7&quot;],
</span><span class="cx">                       &quot;slavenames&quot;: [&quot;gtk-linux-slave-5&quot;]
</span><span class="lines">@@ -264,6 +278,12 @@
</span><span class="cx">                     },
</span><span class="cx">                     { &quot;type&quot;: &quot;Triggerable&quot;, &quot;name&quot;: &quot;win-debug-tests&quot;,
</span><span class="cx">                       &quot;builderNames&quot;: [&quot;Apple Win 7 Debug (Tests)&quot;]
</span><ins>+                    },
+                    { &quot;type&quot;: &quot;Triggerable&quot;, &quot;name&quot;: &quot;gtk-linux-64-release-tests&quot;,
+                      &quot;builderNames&quot;: [&quot;GTK Linux 64-bit Release (Tests)&quot;]
+                    },
+                    { &quot;type&quot;: &quot;Triggerable&quot;, &quot;name&quot;: &quot;gtk-linux-64-debug-tests&quot;,
+                      &quot;builderNames&quot;: [&quot;GTK Linux 64-bit Debug (Tests)&quot;]
</ins><span class="cx">                     }
</span><span class="cx">                   ]
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigmastercfg"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -847,6 +847,7 @@
</span><span class="cx">             self.addStep(RunEflAPITests)
</span><span class="cx">         if platform == &quot;gtk&quot;:
</span><span class="cx">             self.addStep(RunGtkAPITests())
</span><ins>+            self.addStep(RunGtkWebKitGObjectDOMBindingsAPIBreakTests())
</ins><span class="cx"> 
</span><span class="cx"> class BuildAndTestFactory(Factory):
</span><span class="cx">     CompileClass = CompileWebKit
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmlTestFailuresscriptsconfigjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -67,8 +67,8 @@
</span><span class="cx">         waterfallURL: 'http://build.webkit.org/waterfall',
</span><span class="cx">         builders: {
</span><span class="cx">             'GTK Linux 32-bit Release' : {version: '32-bit release'},
</span><del>-            'GTK Linux 64-bit Release' : {version: '64-bit release'},
-            'GTK Linux 64-bit Debug' : {version: '64-bit debug', debug: true},
</del><ins>+            'GTK Linux 64-bit Release (Tests)' : {version: '64-bit release'},
+            'GTK Linux 64-bit Debug (Tests)' : {version: '64-bit debug', debug: true},
</ins><span class="cx">         },
</span><span class="cx">         haveBuilderAccumulatedResults : false,
</span><span class="cx">         useDirectoryListingForOldBuilds: false,
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsWebKitBuildbotjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -43,7 +43,10 @@
</span><span class="cx">         &quot;Apple Win Release (Build)&quot;: {platform: Dashboard.Platform.Windows7, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
</span><span class="cx">         &quot;Apple Win 7 Debug (Tests)&quot;: {platform: Dashboard.Platform.Windows7, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="cx">         &quot;Apple Win 7 Release (Tests)&quot;: {platform: Dashboard.Platform.Windows7, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><del>-        &quot;GTK Linux 64-bit Release&quot;: {platform: Dashboard.Platform.LinuxGTK, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</del><ins>+        &quot;GTK Linux 64-bit Release (Build)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        &quot;GTK Linux 64-bit Release (Tests)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
+        &quot;GTK Linux 64-bit Debug (Build)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        &quot;GTK Linux 64-bit Debug (Tests)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</ins><span class="cx">         &quot;EFL Linux 32-bit Release (Build)&quot;: {platform: Dashboard.Platform.LinuxEFL, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
</span><span class="cx">         &quot;EFL Linux 64-bit Release WK1&quot;: {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="cx">         &quot;EFL Linux 64-bit Release WK2&quot;: {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit2}
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/ChangeLog        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -1,3 +1,31 @@
</span><ins>+2014-05-08  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [WK2][GTK] Split the 64-bit GTK buildbots in Build and Test.
+        https://bugs.webkit.org/show_bug.cgi?id=131358
+
+        Reviewed by Carlos Garcia Campos.
+
+        Current 64-bit GTK build bots (Release and Debug) not only test
+        the build, but run all tests. Split each one of the bots in
+        BuildOnly and TestWebKit2.
+
+        This will allow us to have a better overview of the status of
+        the GTK port.
+
+        Original patch from Sergio Villar Senin &lt;svillar@igalia.com&gt;
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+        * Scripts/webkitpy/port/builders.py:
+        * Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
+        (TestRebaselineTest.test_baseline_directory):
+        * TestResultServer/static-dashboards/builders.jsonp:
+        * TestResultServer/static-dashboards/flakiness_dashboard_unittests.js:
+        (resetGlobals):
+        * TestResultServer/static-dashboards/loader_unittests.js:
+
</ins><span class="cx"> 2014-05-07  Gyuyoung Kim  &lt;gyuyoung.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CoordinatedGraphics][WK2] Scale factor and scroll position is not being restored properly in a back/forward load
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpyportbuilderspy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/port/builders.py (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/port/builders.py        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/Scripts/webkitpy/port/builders.py        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx">     &quot;Apple Win 7 Release (Tests)&quot;: {&quot;port_name&quot;: &quot;win-7sp0&quot;, &quot;is_debug&quot;: False, &quot;rebaseline_override_dir&quot;: &quot;win&quot;},
</span><span class="cx"> 
</span><span class="cx">     &quot;GTK Linux 32-bit Release&quot;: {&quot;port_name&quot;: &quot;gtk-wk2&quot;, &quot;is_debug&quot;: False},
</span><del>-    &quot;GTK Linux 64-bit Debug&quot;: {&quot;port_name&quot;: &quot;gtk-wk2&quot;, &quot;is_debug&quot;: True},
-    &quot;GTK Linux 64-bit Release&quot;: {&quot;port_name&quot;: &quot;gtk-wk2&quot;, &quot;is_debug&quot;: False},
</del><ins>+    &quot;GTK Linux 64-bit Debug (Tests)&quot;: {&quot;port_name&quot;: &quot;gtk-wk2&quot;, &quot;is_debug&quot;: True},
+    &quot;GTK Linux 64-bit Release (Tests)&quot;: {&quot;port_name&quot;: &quot;gtk-wk2&quot;, &quot;is_debug&quot;: False},
</ins><span class="cx"> 
</span><span class="cx">     &quot;EFL Linux 64-bit Release&quot;: {&quot;port_name&quot;: &quot;efl&quot;, &quot;is_debug&quot;: False},
</span><span class="cx">     &quot;EFL Linux 64-bit Release WK2&quot;: {&quot;port_name&quot;: &quot;efl-wk2&quot;, &quot;is_debug&quot;: False},
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpytoolcommandsrebaseline_unittestpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -91,8 +91,8 @@
</span><span class="cx">         self.assertMultiLineEqual(command._baseline_directory(&quot;Apple MountainLion Release WK2 (Tests)&quot;), &quot;/mock-checkout/LayoutTests/platform/mac-wk2&quot;)
</span><span class="cx">         self.assertMultiLineEqual(command._baseline_directory(&quot;Apple Mavericks Release WK1 (Tests)&quot;), &quot;/mock-checkout/LayoutTests/platform/mac-wk1&quot;)
</span><span class="cx">         self.assertMultiLineEqual(command._baseline_directory(&quot;Apple Mavericks Release WK2 (Tests)&quot;), &quot;/mock-checkout/LayoutTests/platform/mac-wk2&quot;)
</span><del>-        self.assertMultiLineEqual(command._baseline_directory(&quot;GTK Linux 64-bit Debug&quot;), &quot;/mock-checkout/LayoutTests/platform/gtk-wk2&quot;)
-        self.assertMultiLineEqual(command._baseline_directory(&quot;GTK Linux 64-bit Release&quot;), &quot;/mock-checkout/LayoutTests/platform/gtk-wk2&quot;)
</del><ins>+        self.assertMultiLineEqual(command._baseline_directory(&quot;GTK Linux 64-bit Debug (Tests)&quot;), &quot;/mock-checkout/LayoutTests/platform/gtk-wk2&quot;)
+        self.assertMultiLineEqual(command._baseline_directory(&quot;GTK Linux 64-bit Release (Tests)&quot;), &quot;/mock-checkout/LayoutTests/platform/gtk-wk2&quot;)
</ins><span class="cx">         self.assertMultiLineEqual(command._baseline_directory(&quot;EFL Linux 64-bit Release WK2&quot;), &quot;/mock-checkout/LayoutTests/platform/efl-wk2&quot;)
</span><span class="cx"> 
</span><span class="cx">     def test_rebaseline_updates_expectations_file_noop(self):
</span></span></pre></div>
<a id="trunkToolsTestResultServerstaticdashboardsbuildersjsonp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestResultServer/static-dashboards/builders.jsonp (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -21,8 +21,8 @@
</span><span class="cx">                     &quot;EFL Linux 64-bit Release&quot;, 
</span><span class="cx">                     &quot;EFL Linux 64-bit Release WK2&quot;, 
</span><span class="cx">                     &quot;GTK Linux 32-bit Release&quot;,
</span><del>-                    &quot;GTK Linux 64-bit Debug&quot;,
-                    &quot;GTK Linux 64-bit Release&quot;,
</del><ins>+                    &quot;GTK Linux 64-bit Debug (Tests)&quot;,
+                    &quot;GTK Linux 64-bit Release (Tests)&quot;,
</ins><span class="cx">                     &quot;WinCairo Release&quot;
</span><span class="cx">                 ]
</span><span class="cx">             }
</span></span></pre></div>
<a id="trunkToolsTestResultServerstaticdashboardsflakiness_dashboard_unittestsjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">     LOAD_BUILDBOT_DATA([{
</span><span class="cx">         name: 'webkit.org',
</span><span class="cx">         url: 'dummyurl',
</span><del>-        tests: {'layout-tests': {'builders': ['Apple Lion Release WK2 (Tests)', 'Apple Lion Debug WK2 (Tests)', 'GTK Linux 64-bit Release']}}
</del><ins>+        tests: {'layout-tests': {'builders': ['Apple Lion Release WK2 (Tests)', 'Apple Lion Debug WK2 (Tests)', 'GTK Linux 64-bit Release (Tests)']}}
</ins><span class="cx">     }]);
</span><span class="cx">  
</span><span class="cx">     for (var group in LAYOUT_TESTS_BUILDER_GROUPS)
</span><span class="lines">@@ -157,9 +157,8 @@
</span><span class="cx">     runPlatformAndBuildTypeTest('MountainLion Leaks', 'APPLE_MAC_MOUNTAINLION_WK1', 'RELEASE');
</span><span class="cx">     runPlatformAndBuildTypeTest('MountainLion Debug (Tests)', 'APPLE_MAC_MOUNTAINLION_WK1', 'DEBUG');
</span><span class="cx">     runPlatformAndBuildTypeTest('GTK Linux 32-bit Release', 'GTK_LINUX_WK1', 'RELEASE');
</span><del>-    runPlatformAndBuildTypeTest('GTK Linux 32-bit Debug', 'GTK_LINUX_WK1', 'DEBUG');
-    runPlatformAndBuildTypeTest('GTK Linux 64-bit Debug', 'GTK_LINUX_WK1', 'DEBUG');
-    runPlatformAndBuildTypeTest('GTK Linux 64-bit Debug WK2', 'GTK_LINUX_WK2', 'DEBUG');
</del><ins>+    runPlatformAndBuildTypeTest('GTK Linux 64-bit Release (Tests)', 'GTK_LINUX_WK2', 'RELEASE');
+    runPlatformAndBuildTypeTest('GTK Linux 64-bit Debug (Tests)', 'GTK_LINUX_WK2', 'DEBUG');
</ins><span class="cx">     runPlatformAndBuildTypeTest('Windows 7 Release (Tests)', 'APPLE_WIN_WIN7', 'RELEASE');
</span><span class="cx">     runPlatformAndBuildTypeTest('Windows XP Debug (Tests)', 'APPLE_WIN_XP', 'DEBUG');
</span><span class="cx">     
</span><span class="lines">@@ -380,7 +379,7 @@
</span><span class="cx">         '&lt;/table&gt;' +
</span><span class="cx">         '&lt;div&gt;The following builders either don\'t run this test (e.g. it\'s skipped) or all runs passed:&lt;/div&gt;' +
</span><span class="cx">         '&lt;div class=skipped-builder-list&gt;' +
</span><del>-            '&lt;div class=skipped-builder&gt;Apple Lion Debug WK2 (Tests)&lt;/div&gt;&lt;div class=skipped-builder&gt;GTK Linux 64-bit Release&lt;/div&gt;' +
</del><ins>+            '&lt;div class=skipped-builder&gt;Apple Lion Debug WK2 (Tests)&lt;/div&gt;&lt;div class=skipped-builder&gt;GTK Linux 64-bit Release (Tests)&lt;/div&gt;' +
</ins><span class="cx">         '&lt;/div&gt;' +
</span><span class="cx">         '&lt;div class=expectations test=dummytest.html&gt;' +
</span><span class="cx">             '&lt;div&gt;&lt;span class=link onclick=&quot;g_history.setQueryParameter(\'showExpectations\', true)&quot;&gt;Show results&lt;/span&gt; | ' +
</span></span></pre></div>
<a id="trunkToolsTestResultServerstaticdashboardsloader_unittestsjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js (168470 => 168471)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js        2014-05-08 12:26:21 UTC (rev 168470)
+++ trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js        2014-05-08 16:08:43 UTC (rev 168471)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> // and then 2 per builder (one for ok, one for deepEqual of tests).
</span><span class="cx"> test('results files loading', 9, function() {
</span><span class="cx">     resetGlobals();
</span><del>-    var expectedLoadedBuilders =  ['Apple Lion Debug WK2 (Tests)', 'Apple Lion Release WK2 (Tests)', 'GTK Linux 64-bit Release'];
</del><ins>+    var expectedLoadedBuilders =  ['Apple Lion Debug WK2 (Tests)', 'Apple Lion Release WK2 (Tests)', 'GTK Linux 64-bit Release (Tests)'];
</ins><span class="cx">     var loadedBuilders = [];
</span><span class="cx">     var resourceLoader = new loader.Loader();
</span><span class="cx">     resourceLoader._loadNext = function() {
</span></span></pre>
</div>
</div>

</body>
</html>