Title: [87116] trunk/Tools
Revision
87116
Author
[email protected]
Date
2011-05-23 18:56:11 -0700 (Mon, 23 May 2011)

Log Message

2011-05-23  Tony Chang  <[email protected]>

        Reviewed by Dirk Pranke.

        [chromium] fix the rebaseline tool to work with Linux GPU failures
        https://bugs.webkit.org/show_bug.cgi?id=61312

        * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (87115 => 87116)


--- trunk/Tools/ChangeLog	2011-05-24 01:52:11 UTC (rev 87115)
+++ trunk/Tools/ChangeLog	2011-05-24 01:56:11 UTC (rev 87116)
@@ -1,3 +1,12 @@
+2011-05-23  Tony Chang  <[email protected]>
+
+        Reviewed by Dirk Pranke.
+
+        [chromium] fix the rebaseline tool to work with Linux GPU failures
+        https://bugs.webkit.org/show_bug.cgi?id=61312
+
+        * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
+
 2011-05-23  Darin Adler  <[email protected]>
 
         Ignore generated .pyc files in a directory full of python code.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py (87115 => 87116)


--- trunk/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py	2011-05-24 01:52:11 UTC (rev 87115)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py	2011-05-24 01:56:11 UTC (rev 87116)
@@ -75,8 +75,8 @@
     'chromium-gpu-mac-snowleopard': 'Webkit_Mac10_6_-_GPU',
     'chromium-gpu-win-xp': 'Webkit_Win_-_GPU',
     'chromium-gpu-win-win7': 'Webkit_Win7_-_GPU',
-    'chromium-gpu-linux': 'Webkit_Linux_-_GPU',
-    'chromium-gpu-linux-x86_64': 'Webkit_Linux_64_-_GPU',
+    'chromium-gpu-linux-x86_64': 'Webkit_Linux_-_GPU',
+    'chromium-gpu-linux-x86': 'Webkit_Linux_32_-_GPU',
 }
 
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to