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

Issue 1860823004: Entries from kGpuDriverBugListJson are not selected on OS_WIN when relying on gl_renderer (Closed)

Created:
4 years, 8 months ago by Julien Isorce Samsung
Modified:
4 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, extensions-reviews_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Entries from kGpuDriverBugListJson are not selected on OS_WIN when relying on gl_renderer For example the current entry id 51 from kGpuDriverBugListJson, is never selected on Windows because gpu::ApplyGpuDriverBugWorkarounds (from gpu_main.cc) is currently not called on Windows. It is only called on chromeos, android and linux. On osx no problem since no entry id relies on gl_renderer. This CL also adds DriverBugWorkaroundsUponGLRendererPage to gpu_process_test.py Also this CL adds a new base class DriverBugWorkaroundsTestsPage to factor some common code. R=kbr@chromium.org, piman@chromium.org, zmo@chromium.org BUG=600741 TEST=./content/test/gpu/run_gpu_test.py gpu_process CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/fecf94b1e7ce2e6ab0e89a0a7aefd1a1771f94c1 Cr-Commit-Position: refs/heads/master@{#390310}

Patch Set 1 #

Patch Set 2 : Rebase and add generic _Validate helper #

Patch Set 3 : Rebase #

Patch Set 4 : Just rebase #

Total comments: 2

Patch Set 5 : Remove the ifdef altogether and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -22 lines) Patch
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/gpu/page_sets/gpu_process_tests.py View 1 2 4 chunks +109 lines, -20 lines 0 comments Download
M gpu/config/gpu_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (16 generated)
Julien Isorce Samsung
I just added more explanation on https://bugs.chromium.org/p/chromium/issues/detail?id=600741
4 years, 8 months ago (2016-04-06 23:58:57 UTC) #2
Julien Isorce Samsung
On 2016/04/06 23:58:57, j.isorce wrote: > I just added more explanation on > https://bugs.chromium.org/p/chromium/issues/detail?id=600741 Hi ...
4 years, 8 months ago (2016-04-27 00:02:36 UTC) #4
Zhenyao Mo
On 2016/04/27 00:02:36, j.isorce wrote: > On 2016/04/06 23:58:57, j.isorce wrote: > > I just ...
4 years, 8 months ago (2016-04-27 00:15:26 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860823004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860823004/40001
4 years, 8 months ago (2016-04-27 00:16:09 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-27 01:24:05 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860823004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860823004/60001
4 years, 7 months ago (2016-04-27 10:07:21 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-27 11:34:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860823004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860823004/60001
4 years, 7 months ago (2016-04-27 11:52:24 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/173835)
4 years, 7 months ago (2016-04-27 12:01:00 UTC) #19
Julien Isorce Samsung
On 2016/04/27 12:01:00, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 7 months ago (2016-04-27 12:05:24 UTC) #20
piman
1 thing, otherwise LGTM https://codereview.chromium.org/1860823004/diff/60001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/1860823004/diff/60001/content/gpu/gpu_main.cc#newcode310 content/gpu/gpu_main.cc:310: defined(OS_WIN) We're in the !(OS_MACOSX), ...
4 years, 7 months ago (2016-04-27 22:14:05 UTC) #21
Julien Isorce Samsung
https://codereview.chromium.org/1860823004/diff/60001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/1860823004/diff/60001/content/gpu/gpu_main.cc#newcode310 content/gpu/gpu_main.cc:310: defined(OS_WIN) On 2016/04/27 22:14:05, piman wrote: > We're in ...
4 years, 7 months ago (2016-04-27 23:02:50 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860823004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860823004/80001
4 years, 7 months ago (2016-04-27 23:03:51 UTC) #24
piman
lgtm
4 years, 7 months ago (2016-04-27 23:04:44 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-28 00:46:00 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860823004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860823004/80001
4 years, 7 months ago (2016-04-28 05:47:59 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-04-28 05:52:28 UTC) #32
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:16:29 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fecf94b1e7ce2e6ab0e89a0a7aefd1a1771f94c1
Cr-Commit-Position: refs/heads/master@{#390310}

Powered by Google App Engine
This is Rietveld 408576698