Title: [159109] trunk/Tools
Revision
159109
Author
[email protected]
Date
2013-11-12 07:23:12 -0800 (Tue, 12 Nov 2013)

Log Message

[GTK] Update GTK builders in Tools/Scripts/webkitpy/port/builders.py
https://bugs.webkit.org/show_bug.cgi?id=124144

Patch by Denis Nomiyama <[email protected]> on 2013-11-12
Reviewed by Gustavo Noronha Silva.

Updated the list of GTK builders in Tools/Scripts/webkitpy/port/builders.py
according to http://build.webkit.org/builders.

* Scripts/webkitpy/port/builders.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (159108 => 159109)


--- trunk/Tools/ChangeLog	2013-11-12 15:21:00 UTC (rev 159108)
+++ trunk/Tools/ChangeLog	2013-11-12 15:23:12 UTC (rev 159109)
@@ -1,3 +1,15 @@
+2013-11-12  Denis Nomiyama  <[email protected]>
+
+        [GTK] Update GTK builders in Tools/Scripts/webkitpy/port/builders.py
+        https://bugs.webkit.org/show_bug.cgi?id=124144
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Updated the list of GTK builders in Tools/Scripts/webkitpy/port/builders.py
+        according to http://build.webkit.org/builders.
+
+        * Scripts/webkitpy/port/builders.py:
+
 2013-11-11  Samuel White  <[email protected]>
 
         AX: support helpText() in DumpRenderTree

Modified: trunk/Tools/Scripts/webkitpy/port/builders.py (159108 => 159109)


--- trunk/Tools/Scripts/webkitpy/port/builders.py	2013-11-12 15:21:00 UTC (rev 159108)
+++ trunk/Tools/Scripts/webkitpy/port/builders.py	2013-11-12 15:23:12 UTC (rev 159109)
@@ -68,9 +68,9 @@
     "Apple Win 7 Release (Tests)": {"port_name": "win-7sp0", "is_debug": False, "rebaseline_override_dir": "win"},
 
     "GTK Linux 32-bit Release": {"port_name": "gtk", "is_debug": False},
-    "GTK Linux 64-bit Debug": {"port_name": "gtk", "is_debug": True},
-    "GTK Linux 64-bit Release": {"port_name": "gtk", "is_debug": False},
-    "GTK Linux 64-bit Release WK2 (Tests)": {"port_name": "gtk-wk2", "is_debug": False},
+    "GTK Linux 64-bit Debug WK1": {"port_name": "gtk", "is_debug": True},
+    "GTK Linux 64-bit Release": {"port_name": "gtk-wk2", "is_debug": False},
+    "GTK Linux 64-bit Release WK1 (Tests)": {"port_name": "gtk", "is_debug": False},
 
     "EFL Linux 64-bit Release": {"port_name": "efl", "is_debug": False},
     "EFL Linux 64-bit Release WK2": {"port_name": "efl-wk2", "is_debug": False},
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to