Title: [117010] trunk/Tools
Revision
117010
Author
[email protected]
Date
2012-05-14 16:19:04 -0700 (Mon, 14 May 2012)

Log Message

Re-enable "drt mode" on chromium-mac-leopard
https://bugs.webkit.org/show_bug.cgi?id=83076

Unreviewed, build fix (change?).

This change is another attempt to gather data on
the flakiness and timeouts we're seeing on Mac SL
now that we have another bot.

* Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumDriver.__init__):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (117009 => 117010)


--- trunk/Tools/ChangeLog	2012-05-14 23:11:46 UTC (rev 117009)
+++ trunk/Tools/ChangeLog	2012-05-14 23:19:04 UTC (rev 117010)
@@ -1,3 +1,17 @@
+2012-05-14  Dirk Pranke  <[email protected]>
+
+        Re-enable "drt mode" on chromium-mac-leopard
+        https://bugs.webkit.org/show_bug.cgi?id=83076
+
+        Unreviewed, build fix (change?).
+
+        This change is another attempt to gather data on
+        the flakiness and timeouts we're seeing on Mac SL
+        now that we have another bot.
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py:
+        (ChromiumDriver.__init__):
+
 2012-05-14  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r116981.

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


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2012-05-14 23:11:46 UTC (rev 117009)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2012-05-14 23:19:04 UTC (rev 117010)
@@ -420,11 +420,11 @@
         self._image_path = None
 
         # FIXME: Delete all of this driver code once we're satisfied that it's not needed any more.
-        if port.host.platform.os_version == 'snowleopard':
-            if not hasattr(port._options, 'additional_drt_flag'):
-                port._options.additional_drt_flag = []
-            if not '--test-shell' in port._options.additional_drt_flag:
-                port._options.additional_drt_flag.append('--test-shell')
+        #if port.host.platform.os_version == 'snowleopard':
+        #    if not hasattr(port._options, 'additional_drt_flag'):
+        #        port._options.additional_drt_flag = []
+        #    if not '--test-shell' in port._options.additional_drt_flag:
+        #        port._options.additional_drt_flag.append('--test-shell')
 
         self._test_shell = '--test-shell' in port.get_option('additional_drt_flag', [])
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to