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

Issue 16539005: Skip mulitple-dispay tests on win8 (Closed)

Created:
7 years, 6 months ago by oshima
Modified:
7 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, sadrul, dcheng, ben+watch_chromium.org
Visibility:
Public.

Description

Skip mulitple-display tests on win8 Re-enable tests that should pass on win7. BUG=247427 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205846

Patch Set 1 : #

Patch Set 2 : rebase #

Patch Set 3 : rebase again, and comment #

Total comments: 2

Patch Set 4 : rename #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -235 lines) Patch
M ash/display/display_controller_unittest.cc View 1 2 3 4 13 chunks +47 lines, -49 lines 0 comments Download
M ash/display/display_error_dialog_unittest.cc View 1 2 3 4 chunks +12 lines, -0 lines 0 comments Download
M ash/display/display_manager.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 1 2 3 15 chunks +41 lines, -34 lines 0 comments Download
M ash/display/mouse_cursor_event_filter_unittest.cc View 1 2 3 8 chunks +24 lines, -0 lines 0 comments Download
M ash/display/root_window_transformers_unittest.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M ash/display/screen_position_controller_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 2 3 1 chunk +4 lines, -8 lines 0 comments Download
M ash/extended_desktop_unittest.cc View 1 2 3 18 chunks +54 lines, -0 lines 0 comments Download
M ash/keyboard_overlay/keyboard_overlay_delegate_unittest.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 2 chunks +7 lines, -15 lines 0 comments Download
M ash/screen_ash_unittest.cc View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ash/shelf/shelf_widget_unittest.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ash/test/ash_test_base.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M ash/tooltips/tooltip_controller_unittest.cc View 1 2 3 1 chunk +3 lines, -9 lines 0 comments Download
M ash/touch/touch_observer_hud_unittest.cc View 1 2 3 7 chunks +21 lines, -0 lines 0 comments Download
M ash/wm/activation_controller_unittest.cc View 1 2 3 1 chunk +4 lines, -10 lines 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 2 3 5 chunks +15 lines, -0 lines 0 comments Download
M ash/wm/frame_painter_unittest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 2 3 3 chunks +11 lines, -17 lines 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 1 2 3 5 chunks +19 lines, -23 lines 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 2 3 1 chunk +3 lines, -7 lines 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 1 2 3 1 chunk +3 lines, -10 lines 0 comments Download
M ash/wm/window_util_unittest.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 2 3 2 chunks +4 lines, -9 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 2 3 6 chunks +16 lines, -36 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
oshima
7 years, 6 months ago (2013-06-10 20:28:42 UTC) #1
scottmg
Seems fine if a bit ugly, but I'm going to defer to +robertshield who did ...
7 years, 6 months ago (2013-06-10 20:49:46 UTC) #2
robertshield
A nicer way to do this might be to add a static DisplayManager::IsSingleDisplay() method or ...
7 years, 6 months ago (2013-06-10 21:13:58 UTC) #3
oshima
On 2013/06/10 21:13:58, robertshield wrote: > A nicer way to do this might be to ...
7 years, 6 months ago (2013-06-10 21:29:43 UTC) #4
James Cook
I don't like the macro - I would much rather have lots of copies of: ...
7 years, 6 months ago (2013-06-10 22:07:49 UTC) #5
robertshield
On 2013/06/10 21:29:43, oshima wrote: > On 2013/06/10 21:13:58, robertshield wrote: > > A nicer ...
7 years, 6 months ago (2013-06-11 03:15:28 UTC) #6
oshima
ok done. PTAL.
7 years, 6 months ago (2013-06-11 17:24:48 UTC) #7
robertshield
lgtm https://codereview.chromium.org/16539005/diff/38001/ash/display/display_controller_unittest.cc File ash/display/display_controller_unittest.cc (right): https://codereview.chromium.org/16539005/diff/38001/ash/display/display_controller_unittest.cc#newcode95 ash/display/display_controller_unittest.cc:95: return; nit: indent
7 years, 6 months ago (2013-06-11 17:28:30 UTC) #8
oshima
https://codereview.chromium.org/16539005/diff/38001/ash/display/display_controller_unittest.cc File ash/display/display_controller_unittest.cc (right): https://codereview.chromium.org/16539005/diff/38001/ash/display/display_controller_unittest.cc#newcode95 ash/display/display_controller_unittest.cc:95: return; On 2013/06/11 17:28:31, robertshield wrote: > nit: indent ...
7 years, 6 months ago (2013-06-11 17:34:23 UTC) #9
James Cook
LGTM after comments addressed. Please change the title to "Skip multi-display...." https://codereview.chromium.org/16539005/diff/44001/ash/display/display_manager.cc File ash/display/display_manager.cc (right): ...
7 years, 6 months ago (2013-06-11 17:48:06 UTC) #10
oshima
https://codereview.chromium.org/16539005/diff/44001/ash/display/display_manager.cc File ash/display/display_manager.cc (right): https://codereview.chromium.org/16539005/diff/44001/ash/display/display_manager.cc#newcode428 ash/display/display_manager.cc:428: "skip (don't disable) the test using |SupportMultiDisplay()|"; On 2013/06/11 ...
7 years, 6 months ago (2013-06-12 00:12:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/16539005/48001
7 years, 6 months ago (2013-06-12 00:14:05 UTC) #12
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-12 03:39:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/16539005/48001
7 years, 6 months ago (2013-06-12 06:46:18 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-06-12 17:21:19 UTC) #15
Message was sent while issue was closed.
Change committed as 205846

Powered by Google App Engine
This is Rietveld 408576698