Title: [121614] trunk/Tools
- Revision
- 121614
- Author
- [email protected]
- Date
- 2012-06-29 20:27:12 -0700 (Fri, 29 Jun 2012)
Log Message
Fix layout test runner for Android after https://bugs.webkit.org/show_bug.cgi?id=88134
https://bugs.webkit.org/show_bug.cgi?id=90309
Patch by Yaron Friedman <[email protected]> on 2012-06-29
Reviewed by Adam Barth.
* Scripts/webkitpy/layout_tests/port/chromium_android.py:
(ChromiumAndroidPort.start_http_server):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (121613 => 121614)
--- trunk/Tools/ChangeLog 2012-06-30 03:16:23 UTC (rev 121613)
+++ trunk/Tools/ChangeLog 2012-06-30 03:27:12 UTC (rev 121614)
@@ -1,3 +1,13 @@
+2012-06-29 Yaron Friedman <[email protected]>
+
+ Fix layout test runner for Android after https://bugs.webkit.org/show_bug.cgi?id=88134
+ https://bugs.webkit.org/show_bug.cgi?id=90309
+
+ Reviewed by Adam Barth.
+
+ * Scripts/webkitpy/layout_tests/port/chromium_android.py:
+ (ChromiumAndroidPort.start_http_server):
+
2012-06-29 James Weatherall <[email protected]>
NPObjectWrapper may not address all window script object lifetime issues
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py (121613 => 121614)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2012-06-30 03:16:23 UTC (rev 121613)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2012-06-30 03:27:12 UTC (rev 121614)
@@ -227,7 +227,7 @@
expectations = chromium.ChromiumPort.test_expectations(self)
return expectations.replace('LINUX ', 'LINUX ANDROID ')
- def start_http_server(self, additional_dirs=None):
+ def start_http_server(self, additional_dirs=None, number_of_servers=0):
# The http server runs during the whole testing period, so ignore this call.
pass
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes