Title: [99006] trunk/Tools
Revision
99006
Author
[email protected]
Date
2011-11-01 15:53:14 -0700 (Tue, 01 Nov 2011)

Log Message

[chromium] --enable-hardware-gpu flag is not recognized by run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=71318

Reviewed by James Robinson.

Fixed a typo for --enable-hardware-gpu flag.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99005 => 99006)


--- trunk/Tools/ChangeLog	2011-11-01 22:36:54 UTC (rev 99005)
+++ trunk/Tools/ChangeLog	2011-11-01 22:53:14 UTC (rev 99006)
@@ -1,3 +1,14 @@
+2011-11-01  Alok Priyadarshi  <[email protected]>
+
+        [chromium] --enable-hardware-gpu flag is not recognized by run-webkit-tests
+        https://bugs.webkit.org/show_bug.cgi?id=71318
+
+        Reviewed by James Robinson.
+        
+        Fixed a typo for --enable-hardware-gpu flag.
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py:
+
 2011-11-01  Elliot Poger  <[email protected]>
 
         chromium-gpu port should default to chromium-gpu-mac, not chromium-gpu-cg-mac

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


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-11-01 22:36:54 UTC (rev 99005)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-11-01 22:53:14 UTC (rev 99006)
@@ -430,7 +430,7 @@
             'threaded_compositing': '--enable-threaded-compositing',
             'accelerated_2d_canvas': '--enable-accelerated-2d-canvas',
             'accelerated_drawing': '--enable-accelerated-drawing',
-            'enable_hardware_gpu': '----enable-hardware-gpu',
+            'enable_hardware_gpu': '--enable-hardware-gpu',
         }
         for nrwt_option, drt_option in option_mappings.items():
             if self._port.get_option(nrwt_option):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to