Bug 79431 - nrwt needs to support virtual test suites / directories
Summary: nrwt needs to support virtual test suites / directories
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on: 79733 79736 79737
Blocks: 76501
  Show dependency treegraph
 
Reported: 2012-02-23 19:41 PST by Dirk Pranke
Modified: 2012-02-29 15:52 PST (History)
3 users (show)

See Also:


Attachments
Work in progress (22.18 KB, patch)
2012-02-23 19:42 PST, Dirk Pranke
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.