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

Issue 10869061: Make IndexedDB layout browser tests save incorrect results to a file (Closed)

Created:
8 years, 4 months ago by dgrogan
Modified:
8 years, 3 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jsbell
Visibility:
Public.

Description

Make IndexedDB layout browser tests save incorrect results to a file Like it says in the bug, this won't help poring over a log on a bot, you'd still have to copy/paste and then unescape those results manually. But outputting to a file is so helpful when running a small amount of tests locally in a develop-compile-test cycle. The expected and actual results of the test that inspired this are each >3k, of which about 100 bytes differed. BUG=144786 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154896

Patch Set 1 #

Patch Set 2 : windows fixes #

Patch Set 3 : ToT #

Patch Set 4 : Respond to comments #

Total comments: 2

Patch Set 5 : fix << #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M content/shell/shell_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/shell_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/layout_browsertest.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/layout_browsertest.cc View 1 2 3 4 4 chunks +26 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
dgrogan
John, could you take a look at this? There's some context provided in the bug.
8 years, 4 months ago (2012-08-25 01:40:37 UTC) #1
jam
-please make this output to a temp directory -can this only be done if a ...
8 years, 3 months ago (2012-08-27 17:17:28 UTC) #2
dgrogan
Thanks for the review and good suggestions, I added them all. Could you take another ...
8 years, 3 months ago (2012-09-05 00:46:59 UTC) #3
jam
lgtm https://codereview.chromium.org/10869061/diff/15001/content/test/layout_browsertest.cc File content/test/layout_browsertest.cc (right): https://codereview.chromium.org/10869061/diff/15001/content/test/layout_browsertest.cc#newcode223 content/test/layout_browsertest.cc:223: << SaveResults(expected_text, actual_text); nit: I believe "<<" has ...
8 years, 3 months ago (2012-09-05 01:33:37 UTC) #4
dgrogan
https://codereview.chromium.org/10869061/diff/15001/content/test/layout_browsertest.cc File content/test/layout_browsertest.cc (right): https://codereview.chromium.org/10869061/diff/15001/content/test/layout_browsertest.cc#newcode223 content/test/layout_browsertest.cc:223: << SaveResults(expected_text, actual_text); On 2012/09/05 01:33:37, John Abd-El-Malek wrote: ...
8 years, 3 months ago (2012-09-05 02:03:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgrogan@chromium.org/10869061/17002
8 years, 3 months ago (2012-09-05 02:04:20 UTC) #6
commit-bot: I haz the power
8 years, 3 months ago (2012-09-05 04:24:53 UTC) #7
Change committed as 154896

Powered by Google App Engine
This is Rietveld 408576698