Bug 91538

Summary: NRWT support of per-test args and pass --pixel-tests in per-test args
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dpranke, kbalazs
Priority: P2 Keywords: NRWT
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91539    

Description Xianzhu Wang 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.
Comment 1 Balazs Kelemen 2012-08-06 07:29:50 PDT
I believe this has been basically fixed in bug 91754 and bug 92398.
Comment 2 Xianzhu Wang 2012-08-06 09:05:02 PDT
Thanks!

*** This bug has been marked as a duplicate of bug 92398 ***