DescriptionMove Start/StopTest to Run() instead.
The previous location of Start/StopTest isn't correct because it does
not encompass all calls to
AddSkip/AddSuccess/AddFailure/etc. Unfortunately, the new location
means that test with discard_first_result will still execute
StartTest/StopTest. I think this is fine.
Also add Start/StopTest around the check for test.CanRunForPage(page)
for the same reason.
BUG=392901
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283708
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Address review comment. #Patch Set 3 : Fix typo. #Messages
Total messages: 15 (0 generated)
|