DescriptionGTTF: TestLauncher: asynchronous and out-of-order execution of tests
This will make it possible to write a TestLauncherDelegate for small
unit tests, for which the overhead of launching each one in its own
process would be too big.
This new interface makes it possible for the TestLauncherDelegate
to e.g. batch test runs, launch child process to run the batch,
and then call a series of callbacks for the tests in the batch.
BUG=236893
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207948
Patch Set 1 #
Total comments: 2
Patch Set 2 : fixes #Patch Set 3 : more comments #
Messages
Total messages: 4 (0 generated)
|