WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
99085
[Chromium-Android] ChromiumAndroidDriver._setup_test() should only run once
https://bugs.webkit.org/show_bug.cgi?id=99085
Summary
[Chromium-Android] ChromiumAndroidDriver._setup_test() should only run once
Xianzhu Wang
Reported
2012-10-11 10:41:37 PDT
Now ChromiumAndroidDriver._setup_test() is run at each ChromiumAndroidDriver.start(). This wastes time when the driver is restarted during the layout test run.
Attachments
Add attachment
proposed patch, testcase, etc.
Xianzhu Wang
Comment 1
2012-10-11 11:06:14 PDT
It seems that for now LayoutTestRunner always kills then recreates the driver when the driver needs restart, instead of just stop() then start() it. This is not a problem on other ports, but on Android we need to setup the test environment in each driver. Should find a way to avoid the repeated expensive ChromiumAndroidDriver._setup_test() on Android.
Peter Beverloo
Comment 2
2013-04-08 11:12:14 PDT
Resolving as WontFix given that Chromium moved to Blink.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug