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

Issue 5463001: Figure out error in test PrepopulateRespectBlank.... (Closed)

Created:
10 years ago by Finnur
Modified:
9 years, 6 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Figure out error in test PrepopulateRespectBlank. Revert previous traces and add one targeted test. My traces seem to indicate that something else than a Chrome window has focus when the test fails. Lets figure out what that is... BUG=62937 TEST=Tracking down problem in test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67849

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -55 lines) Patch
M chrome/browser/automation/ui_controls_win.cc View 1 5 chunks +4 lines, -44 lines 0 comments Download
M chrome/browser/ui/views/find_bar_host_interactive_uitest.cc View 1 2 4 chunks +49 lines, -1 line 1 comment Download
M chrome/test/ui_test_utils.cc View 3 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Finnur
10 years ago (2010-12-01 14:05:20 UTC) #1
Paweł Hajdan Jr.
Test changes LGTM. Could you find someone to look at the Windows-specific code? I'm not ...
10 years ago (2010-12-01 14:13:25 UTC) #2
Finnur
Sure! M-A, can you take a look at the function at the top of find_bar_host_interactive_uitest.cc?
10 years ago (2010-12-01 14:17:14 UTC) #3
M-A Ruel
http://codereview.chromium.org/5463001/diff/1/chrome/browser/automation/ui_controls_win.cc File chrome/browser/automation/ui_controls_win.cc (right): http://codereview.chromium.org/5463001/diff/1/chrome/browser/automation/ui_controls_win.cc#newcode77 chrome/browser/automation/ui_controls_win.cc:77: if (l_param & (1 << 30)) // Only send ...
10 years ago (2010-12-01 14:22:34 UTC) #4
Finnur
http://codereview.chromium.org/5463001/diff/1/chrome/browser/automation/ui_controls_win.cc File chrome/browser/automation/ui_controls_win.cc (right): http://codereview.chromium.org/5463001/diff/1/chrome/browser/automation/ui_controls_win.cc#newcode77 chrome/browser/automation/ui_controls_win.cc:77: if (l_param & (1 << 30)) // Only send ...
10 years ago (2010-12-01 14:40:35 UTC) #5
M-A Ruel
10 years ago (2010-12-01 14:51:12 UTC) #6
lgtm with one nit

http://codereview.chromium.org/5463001/diff/14001/chrome/browser/ui/views/fin...
File chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (right):

http://codereview.chromium.org/5463001/diff/14001/chrome/browser/ui/views/fin...
chrome/browser/ui/views/find_bar_host_interactive_uitest.cc:76: filename =
std::wstring(L"Unable to read filename (error ") +
The 'std::wstring(' part is not strictly necessary. You're creating another
temporary object.

Powered by Google App Engine
This is Rietveld 408576698