Title: [105302] trunk/Tools
Revision
105302
Author
aba...@webkit.org
Date
2012-01-18 11:39:04 -0800 (Wed, 18 Jan 2012)

Log Message

Add Chromium Linux GPU 32 to the list of allowed Chromium Linux
configurations.

* Scripts/webkitpy/layout_tests/port/chromium_linux.py:
(ChromiumLinuxPort.__init__):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105301 => 105302)


--- trunk/Tools/ChangeLog	2012-01-18 19:24:10 UTC (rev 105301)
+++ trunk/Tools/ChangeLog	2012-01-18 19:39:04 UTC (rev 105302)
@@ -1,3 +1,11 @@
+2012-01-18  Adam Barth  <aba...@webkit.org>
+
+        Add Chromium Linux GPU 32 to the list of allowed Chromium Linux
+        configurations.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_linux.py:
+        (ChromiumLinuxPort.__init__):
+
 2012-01-18  Dominic Mazzoni  <dmazz...@google.com>
 
         Accessibility: Chromium needs methods to scroll an object into view or to a specific location.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py (105301 => 105302)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py	2012-01-18 19:24:10 UTC (rev 105301)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py	2012-01-18 19:39:04 UTC (rev 105302)
@@ -116,7 +116,7 @@
         assert arch in self.SUPPORTED_ARCHITECTURES
         assert port_name in ('chromium-linux', 'chromium-gpu-linux',
                              'chromium-linux-x86', 'chromium-linux-x86_64',
-                             'chromium-gpu-linux-x86_64')
+                             'chromium-gpu-linux-x86', 'chromium-gpu-linux-x86_64')
         self._version = 'lucid'  # We only support lucid right now.
         self._architecture = arch
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to