RESOLVED DUPLICATE of bug 92398 91538
NRWT support of per-test args and pass --pixel-tests in per-test args
https://bugs.webkit.org/show_bug.cgi?id=91538
Summary NRWT support of per-test args and pass --pixel-tests in per-test args
Xianzhu Wang
Reported 2012-07-17 13:43:01 PDT
For now, when running NRWT with --no-pixel-tests, DriverProxy maintains two drivers one of which run non pixel tests and one run ref tests. This causes problem of chromium-android which doesn't support multiple drivers on one device. On chromium-android we don't use DriverProxy but restart the single driver when pixel-test mode changes. Bug 91533 groups the ref tests together to reduce the cost of restarting the driver on chromium-android. The problem would be resolved if we can let one driver/DRT support support both pixel and non-pixel tests, that is, the --pixel-tests should be passed as a per-test arg instead of a command-line parameter to DRT.
Attachments
Balazs Kelemen
Comment 1 2012-08-06 07:29:50 PDT
I believe this has been basically fixed in bug 91754 and bug 92398.
Xianzhu Wang
Comment 2 2012-08-06 09:05:02 PDT
Thanks! *** This bug has been marked as a duplicate of bug 92398 ***
Note You need to log in before you can comment on or make changes to this bug.