Title: [122261] trunk/Tools
- Revision
- 122261
- Author
- [email protected]
- Date
- 2012-07-10 14:13:28 -0700 (Tue, 10 Jul 2012)
Log Message
[Chromium-Android] Fix typos in chromium_android.py in r151492
https://bugs.webkit.org/show_bug.cgi?id=90904
Reviewed by Ojan Vafai.
* Scripts/webkitpy/layout_tests/port/chromium_android.py:
(ChromiumAndroidPort.setup_test_run):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (122260 => 122261)
--- trunk/Tools/ChangeLog 2012-07-10 20:57:32 UTC (rev 122260)
+++ trunk/Tools/ChangeLog 2012-07-10 21:13:28 UTC (rev 122261)
@@ -48,6 +48,16 @@
2012-07-10 Xianzhu Wang <[email protected]>
+ [Chromium-Android] Fix typos in chromium_android.py in r151492
+ https://bugs.webkit.org/show_bug.cgi?id=90904
+
+ Reviewed by Ojan Vafai.
+
+ * Scripts/webkitpy/layout_tests/port/chromium_android.py:
+ (ChromiumAndroidPort.setup_test_run):
+
+2012-07-10 Xianzhu Wang <[email protected]>
+
[Chromium-Android] Use setup_test_runner() instead of start_helper() to setup test environment
https://bugs.webkit.org/show_bug.cgi?id=90894
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py (122260 => 122261)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2012-07-10 20:57:32 UTC (rev 122260)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2012-07-10 21:13:28 UTC (rev 122261)
@@ -59,7 +59,7 @@
DRT_ACTIVITY_FULL_NAME = DRT_APP_PACKAGE + '/.ChromeNativeTestActivity'
DRT_APP_DIR = '/data/user/0/' + DRT_APP_PACKAGE + '/'
DRT_APP_FILES_DIR = DRT_APP_DIR + 'files/'
-DRT_APP_CACHE_DIR = DIR_APP_DIR + 'cache/'
+DRT_APP_CACHE_DIR = DRT_APP_DIR + 'cache/'
# This only works for single core devices so far.
# FIXME: Find a solution for multi-core devices.
@@ -253,7 +253,7 @@
# Delete the disk cache if any to ensure a clean test run.
# This is like what's done in ChromiumPort.setup_test_run but on the device.
- self._run_adb_command(['shell', 'rm', '-r', DEVICE_APP_CACHE_DIR])
+ self._run_adb_command(['shell', 'rm', '-r', DRT_APP_CACHE_DIR])
# Start the HTTP server so that the device can access the test cases.
chromium.ChromiumPort.start_http_server(self, additional_dirs={TEST_PATH_PREFIX: self.layout_tests_dir()})
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes