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

Issue 1576008: Enable interactive_ui_tests (Closed)

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

Description

Enable interactive_ui_tests * changed DCHECK in tree_node_model to make it easy to find how it failed. * Fixed compilation error in find_bar_host_interactive_uitest.cc on linux/views. * Disabled BrowserKeyEventsTest.AccessKeys for Chromeos Added/Changed ui_test_utils::RunAllPendingInMessageLoop where necessary. * Disabled tab_dragging_tests. I included the source so that we can catch compilation error even if tests do not run. Changed the comment from // -> /* as GCC complains the use of "\" (and potentially dangerous) * Added SleepInMessageLoop to allow event loop to execute the tasks/events while waiting. * For RunAllPendingInMessageLoop change, please see http://codereview.chromium.org/1591004 BUG=39736 TEST=interactive_ui_tests should pass with following cls http://codereview.chromium.org/1594003 http://codereview.chromium.org/1545011. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43701

Patch Set 1 #

Patch Set 2 : " #

Total comments: 6

Patch Set 3 : removed SleepInMessageLoop #

Patch Set 4 : " #

Patch Set 5 : added line that was remoevd by accident #

Patch Set 6 : portable format #

Patch Set 7 : include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -69 lines) Patch
M app/tree_node_model.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/browser_focus_uitest.cc View 1 2 3 4 5 6 9 chunks +18 lines, -5 lines 0 comments Download
M chrome/browser/browser_keyevents_browsertest.cc View 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/views/find_bar_host_interactive_uitest.cc View 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_dragging_test.cc View 7 chunks +71 lines, -51 lines 0 comments Download
M chrome/test/interactive_ui/interactive_ui_tests.gypi View 1 2 chunks +13 lines, -6 lines 0 comments Download
M chrome/test/interactive_ui/view_event_test_base.cc View 4 2 chunks +4 lines, -1 line 0 comments Download
M chrome/test/ui_test_utils_linux.cc View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
oshima
10 years, 8 months ago (2010-03-31 23:14:32 UTC) #1
Paweł Hajdan Jr.
Drive-by with test comments. Please let me take another look before you commit. http://codereview.chromium.org/1576008/diff/2001/3005 File ...
10 years, 8 months ago (2010-04-01 06:49:19 UTC) #2
oshima
http://codereview.chromium.org/1576008/diff/2001/3005 File chrome/browser/views/tabs/tab_dragging_test.cc (right): http://codereview.chromium.org/1576008/diff/2001/3005#newcode108 chrome/browser/views/tabs/tab_dragging_test.cc:108: /* On 2010/04/01 06:49:19, Paweł Hajdan Jr. wrote: > ...
10 years, 8 months ago (2010-04-01 07:54:49 UTC) #3
Paweł Hajdan Jr.
http://codereview.chromium.org/1576008/diff/2001/3005 File chrome/browser/views/tabs/tab_dragging_test.cc (right): http://codereview.chromium.org/1576008/diff/2001/3005#newcode108 chrome/browser/views/tabs/tab_dragging_test.cc:108: /* On 2010/04/01 07:54:49, oshima wrote: > On 2010/04/01 ...
10 years, 8 months ago (2010-04-01 08:29:27 UTC) #4
oshima
On Thu, Apr 1, 2010 at 1:29 AM, <phajdan.jr@chromium.org> wrote: > > http://codereview.chromium.org/1576008/diff/2001/3005 > File ...
10 years, 8 months ago (2010-04-01 15:22:02 UTC) #5
zel
LGTM please make sure mac buildbots are happy before submitting
10 years, 8 months ago (2010-04-01 17:00:27 UTC) #6
tfarina (gmail-do not use)
http://codereview.chromium.org/1576008/diff/24001/4002 File app/tree_node_model.h (right): http://codereview.chromium.org/1576008/diff/24001/4002#newcode85 app/tree_node_model.h:85: DCHECK(child); just curious, why do you need this change?
10 years, 8 months ago (2010-04-05 19:43:13 UTC) #7
tfarina (gmail-do not use)
10 years, 8 months ago (2010-04-05 19:44:15 UTC) #8
On 2010/04/05 19:43:13, tfarina wrote:
> http://codereview.chromium.org/1576008/diff/24001/4002
> File app/tree_node_model.h (right):
> 
> http://codereview.chromium.org/1576008/diff/24001/4002#newcode85
> app/tree_node_model.h:85: DCHECK(child);
> just curious, why do you need this change?
Nevermind, it's explained in the description.

Powered by Google App Engine
This is Rietveld 408576698