Title: [107696] trunk/Tools
Revision
107696
Author
[email protected]
Date
2012-02-14 02:38:54 -0800 (Tue, 14 Feb 2012)

Log Message

NRWT should expose --adb-args flag for Android
https://bugs.webkit.org/show_bug.cgi?id=78579

Reviewed by Eric Seidel.

This flag is already wired up to the ChromiumAndroidPort.

* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107695 => 107696)


--- trunk/Tools/ChangeLog	2012-02-14 10:35:58 UTC (rev 107695)
+++ trunk/Tools/ChangeLog	2012-02-14 10:38:54 UTC (rev 107696)
@@ -1,3 +1,15 @@
+2012-02-14  Adam Barth  <[email protected]>
+
+        NRWT should expose --adb-args flag for Android
+        https://bugs.webkit.org/show_bug.cgi?id=78579
+
+        Reviewed by Eric Seidel.
+
+        This flag is already wired up to the ChromiumAndroidPort.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+        (parse_args):
+
 2012-02-14  Alexey Proskuryakov  <[email protected]>
 
         [Mac][Win][WK2] Switch to RFC 6455 protocol for WebSockets

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (107695 => 107696)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-02-14 10:35:58 UTC (rev 107695)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-02-14 10:38:54 UTC (rev 107696)
@@ -269,6 +269,8 @@
         optparse.make_option("--per-tile-painting",
             action=""
             help="Use per-tile painting of composited pages"),
+        optparse.make_option("--adb-args", type="string",
+            help="Arguments parsed to Android adb, to select device, etc."),
     ]))
 
     option_group_definitions.append(("WebKit Options", [
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to