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

Issue 212603006: Remove the kDisableGpuProcessPrelaunch flag and disable tests. (Closed)

Created:
6 years, 9 months ago by danakj
Modified:
6 years, 8 months ago
Reviewers:
no sievers, jbauman, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, piman+watch_chromium.org, sky
Visibility:
Public.

Description

Remove the kDisableGpuProcessPrelaunch flag and disable tests. Tests that depend on this flag actually fail since the UI compositor creates an OutputSurface which makes the GPU process launch before the test body gets to run. Since this flag doesn't really make sense with a UI compositor present, we should move these tests to not be browser tests. Since they just pass by early-out right now, remove the early outs and disable them. R=jbauman@chromium.org, piman@chromium.org BUG=356876 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260083

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -34 lines) Patch
M content/browser/browser_main_loop.cc View 2 chunks +0 lines, -2 lines 2 comments Download
M content/browser/gpu/gpu_ipc_browsertests.cc View 5 chunks +11 lines, -27 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
danakj
6 years, 9 months ago (2014-03-26 23:02:57 UTC) #1
danakj
6 years, 9 months ago (2014-03-26 23:03:57 UTC) #2
piman
LGTM I guess, though I'm sad these regressed :(
6 years, 9 months ago (2014-03-26 23:48:09 UTC) #3
danakj
On 2014/03/26 23:48:09, piman wrote: > LGTM I guess, though I'm sad these regressed :( ...
6 years, 9 months ago (2014-03-26 23:48:58 UTC) #4
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 9 months ago (2014-03-26 23:49:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/212603006/1
6 years, 9 months ago (2014-03-26 23:52:47 UTC) #6
no sievers
Where can we fit these tests though? I guess we need multi-process but without UI ...
6 years, 9 months ago (2014-03-27 00:00:45 UTC) #7
danakj
On 2014/03/27 00:00:45, sievers wrote: > Where can we fit these tests though? I guess ...
6 years, 9 months ago (2014-03-27 00:05:13 UTC) #8
danakj
On 2014/03/27 00:05:13, danakj wrote: > On 2014/03/27 00:00:45, sievers wrote: > > Where can ...
6 years, 9 months ago (2014-03-27 00:57:52 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 07:36:40 UTC) #10
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-27 07:36:40 UTC) #11
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 9 months ago (2014-03-28 06:02:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/212603006/1
6 years, 9 months ago (2014-03-28 06:03:31 UTC) #13
commit-bot: I haz the power
Change committed as 260083
6 years, 9 months ago (2014-03-28 07:22:07 UTC) #14
no sievers
https://codereview.chromium.org/212603006/diff/1/content/browser/browser_main_loop.cc File content/browser/browser_main_loop.cc (right): https://codereview.chromium.org/212603006/diff/1/content/browser/browser_main_loop.cc#newcode961 content/browser/browser_main_loop.cc:961: established_gpu_channel = Should be initialized to |true| I think.
6 years, 8 months ago (2014-03-29 20:50:19 UTC) #15
danakj
6 years, 8 months ago (2014-03-31 14:40:42 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/212603006/diff/1/content/browser/browser_main...
File content/browser/browser_main_loop.cc (right):

https://codereview.chromium.org/212603006/diff/1/content/browser/browser_main...
content/browser/browser_main_loop.cc:961: established_gpu_channel =
On 2014/03/29 20:50:19, sievers wrote:
> Should be initialized to |true| I think.

Oh, yah, thanks.

Powered by Google App Engine
This is Rietveld 408576698