Bug 79431

Summary: nrwt needs to support virtual test suites / directories
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 79733, 79736, 79737    
Bug Blocks: 76501    
Attachments:
Description Flags
Work in progress none

Description Dirk Pranke 2012-02-23 19:41:18 PST
nrwt needs to support virtual test suites / directories
Comment 1 Dirk Pranke 2012-02-23 19:42:06 PST
Created attachment 128633 [details]
Work in progress
Comment 2 Dirk Pranke 2012-02-23 19:43:41 PST
Comment on attachment 128633 [details]
Work in progress

Theoretically this patch has all the needed code, and it passes all of the existing unit tests, but I've done zero testing of the new code paths :).
Comment 3 Dirk Pranke 2012-02-23 19:44:45 PST
Don't sweat reviewing this since (a) it's untested and (b) I'll clean it up and break it into smaller patches for landing. You need only look at that if you're curious as to the direction.
Comment 4 Dirk Pranke 2012-02-27 19:06:35 PST
Bug 79733 filed to add support for specifying a per-test command line when starting a driver.
Comment 5 Dirk Pranke 2012-02-27 19:27:42 PST
bug 79736 filed to support running an arbitrary number of drivers per worker depending on how many different command lines are needed.
Comment 6 Dirk Pranke 2012-02-27 19:52:34 PST
Bug 79737 to actually add support to the base classes (and tests).
Comment 7 Dirk Pranke 2012-02-29 15:52:07 PST
closing ... all the subtasks have landed.