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

Issue 196096: First part of automated_ui_tests improvements.... (Closed)

Created:
11 years, 3 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
huanr
CC:
chromium-reviews_googlegroups.com, pam+watch_chromium.org, Ben Goodger (Google)
Visibility:
Public.

Description

First part of automated_ui_tests improvements. - disable unreliable RestoreTab action - make more command sync, waiting for their completion TEST=none BUG=21547, 21636 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26371

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : mac/lin fixes #

Patch Set 6 : disable on lin/mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -65 lines) Patch
M chrome/browser/automation/automation_provider.cc View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_test_base.h View 3 4 3 chunks +27 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_test_base.cc View 3 4 3 chunks +46 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_test_test.cc View 3 4 5 3 chunks +103 lines, -0 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.h View 3 4 2 chunks +0 lines, -30 lines 0 comments Download
M chrome/test/automated_ui_tests/automated_ui_tests.cc View 1 2 3 4 5 3 chunks +2 lines, -28 lines 0 comments Download
M chrome/test/ui/ui_test.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M chrome/tools/automated_ui_test_tools/possible_actions.txt View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Paweł Hajdan Jr.
11 years, 3 months ago (2009-09-11 22:17:10 UTC) #1
huanr
Whenever we convert an action in automated_ui_test.{h|cc} from async to sync, ideally we'd like to ...
11 years, 3 months ago (2009-09-11 22:28:28 UTC) #2
huanr
Clarification: If an action is not covered by existing test cases in ui_tests, then moving ...
11 years, 3 months ago (2009-09-11 22:34:27 UTC) #3
Paweł Hajdan Jr.
Patch updated.
11 years, 3 months ago (2009-09-15 17:59:40 UTC) #4
huanr
LGTM! http://codereview.chromium.org/196096/diff/1005/7006 File chrome/browser/automation/automation_provider.cc (right): http://codereview.chromium.org/196096/diff/1005/7006#newcode772 Line 772: }; Let's keep an eye on corresponding ...
11 years, 3 months ago (2009-09-15 19:33:01 UTC) #5
Paweł Hajdan Jr.
I'll have to fix compile on Linux for this, so I'll send an updated patch ...
11 years, 3 months ago (2009-09-15 19:35:08 UTC) #6
Paweł Hajdan Jr.
The fix was just to remove some #ifdefs, so I committed this. On Tue, Sep ...
11 years, 3 months ago (2009-09-15 22:06:06 UTC) #7
Paweł Hajdan Jr.
I had to disable some tests on Linux and Mac, because automation hits NOTIMPLEMENTED methods, ...
11 years, 3 months ago (2009-09-16 17:22:49 UTC) #8
huanr
11 years, 3 months ago (2009-09-16 19:13:09 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698