Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(783)

Issue 17089003: Optimized test output checking - avoid redundant checks. (Closed)

Created:
7 years, 6 months ago by Michael Achenbach
Modified:
7 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

HasUnexpectedOutput() is evaluated two times for each test run. This fix removes the redundant call to allow heavy text comparisons through overwriting of that method. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15162

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -16 lines) Patch
M tools/testrunner/local/execution.py View 1 chunk +3 lines, -2 lines 0 comments Download
M tools/testrunner/local/progress.py View 5 chunks +10 lines, -10 lines 0 comments Download
M tools/testrunner/network/endpoint.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testrunner/network/network_execution.py View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Achenbach
PTAL
7 years, 6 months ago (2013-06-14 14:44:01 UTC) #1
Jakob Kummerow
lgtm
7 years, 6 months ago (2013-06-14 14:44:11 UTC) #2
Michael Achenbach
7 years, 6 months ago (2013-06-14 14:57:23 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15162 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698