Chromium Code Reviews
DescriptionRevert of [Telemetry] Migrate browser_test_runner to use typ as the test runner (patchset #3 id:60001 of https://codereview.chromium.org/2671483002/ )
Reason for revert:
Revert so we can try out this change in CHromium first.
Original issue's description:
> [Telemetry] Migrate browser_test_runner to use typ as the test runner
>
> This is a reland of https://codereview.chromium.org/2590623002/. The
> previous work was reverted because it makes setUpClass & tearDownClass
> between every single test, causes the webgl_conformance suite to time
> out.
>
> To fix that, this introduces SetUpProcess & TearDownProcess class
> methods to SeriallyExecutedBrowserTestCase which are guaranteed
> to be called once before & after the test suite is run.
>
> Patch 1 is the original work, patch 2 & beyond includes extra logic for
> SetUpProcess & TearDownProcess
>
> BUG=chromium:636153
>
> Review-Url: https://codereview.chromium.org/2671483002
> Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/c6c6d50501b4c2890c4ac60757717c2b942e5358
TBR=kbr@chromium.org,dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:636153
Review-Url: https://codereview.chromium.org/2672323003
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/b824518419daa7827f6fbe52082b454ac293c76b
Patch Set 1 #Messages
Total messages: 6 (3 generated)
|