Title: [88281] trunk/Tools
Revision
88281
Author
[email protected]
Date
2011-06-07 16:21:55 -0700 (Tue, 07 Jun 2011)

Log Message

2011-06-07  Dirk Pranke  <[email protected]>

        Reviewed by Tony Chang.

        rebaseline-chromium-webkit-tests: fix baselining order for linux, linux_x86_64
        https://bugs.webkit.org/show_bug.cgi?id=62241

        * Scripts/webkitpy/layout_tests/port/chromium.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (88280 => 88281)


--- trunk/Tools/ChangeLog	2011-06-07 23:03:32 UTC (rev 88280)
+++ trunk/Tools/ChangeLog	2011-06-07 23:21:55 UTC (rev 88281)
@@ -1,3 +1,12 @@
+2011-06-07  Dirk Pranke  <[email protected]>
+
+        Reviewed by Tony Chang.
+
+        rebaseline-chromium-webkit-tests: fix baselining order for linux, linux_x86_64
+        https://bugs.webkit.org/show_bug.cgi?id=62241
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py:
+
 2011-06-07  Adam Barth  <[email protected]>
 
         Rubber-stamped by Eric Seidel.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (88280 => 88281)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-06-07 23:03:32 UTC (rev 88280)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-06-07 23:21:55 UTC (rev 88281)
@@ -58,7 +58,7 @@
     ALL_BASELINE_VARIANTS = [
         'chromium-mac-snowleopard', 'chromium-mac-leopard',
         'chromium-win-win7', 'chromium-win-vista', 'chromium-win-xp',
-        'chromium-linux-x86', 'chromium-linux-x86_64',
+        'chromium-linux-x86_64', 'chromium-linux-x86',
         'chromium-gpu-mac-snowleopard', 'chromium-gpu-win-win7', 'chromium-gpu-linux-x86_64',
     ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to