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

Issue 1632763003: Fix leaks in exensions_unittests after enabling Oilpan (Closed)

Created:
4 years, 11 months ago by haraken
Modified:
4 years, 11 months ago
CC:
bruening+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org, glider+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix leaks in exensions_unittests after enabling Oilpan This CL adds an Oilpan's GC before tearing down the extensions_unittests. BUG=581092 Committed: https://crrev.com/6ae6611de742bb291305a1df558e710213556fa4 Cr-Commit-Position: refs/heads/master@{#371408}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -28 lines) Patch
M extensions/renderer/module_system_test.cc View 2 chunks +2 lines, -0 lines 3 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -28 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
haraken
PTAL This is a speculative fix. What bots should I kick off to confirm that ...
4 years, 11 months ago (2016-01-26 00:35:18 UTC) #2
oshima
lgtm
4 years, 11 months ago (2016-01-26 00:51:14 UTC) #3
haraken
Let me land this as a speculative fix.
4 years, 11 months ago (2016-01-26 00:55:15 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1632763003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1632763003/1
4 years, 11 months ago (2016-01-26 00:57:10 UTC) #6
haraken
rockot: Would you take a look as an OWNER?
4 years, 11 months ago (2016-01-26 01:08:14 UTC) #8
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/138876)
4 years, 11 months ago (2016-01-26 01:12:43 UTC) #10
Ken Rockot(use gerrit already)
lgtm
4 years, 11 months ago (2016-01-26 01:12:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1632763003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1632763003/1
4 years, 11 months ago (2016-01-26 01:15:20 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-26 01:38:57 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/6ae6611de742bb291305a1df558e710213556fa4 Cr-Commit-Position: refs/heads/master@{#371408}
4 years, 11 months ago (2016-01-26 01:40:08 UTC) #16
sof
lgtm https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc File extensions/renderer/module_system_test.cc (right): https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc#newcode244 extensions/renderer/module_system_test.cc:244: blink::WebHeap::collectAllGarbageForTesting(); The v8 major GC will trigger Oilpan ...
4 years, 11 months ago (2016-01-26 06:09:43 UTC) #18
sof
https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc File extensions/renderer/module_system_test.cc (right): https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc#newcode244 extensions/renderer/module_system_test.cc:244: blink::WebHeap::collectAllGarbageForTesting(); On 2016/01/26 06:09:43, sof wrote: > The v8 ...
4 years, 11 months ago (2016-01-26 08:05:44 UTC) #19
haraken
https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc File extensions/renderer/module_system_test.cc (right): https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc#newcode244 extensions/renderer/module_system_test.cc:244: blink::WebHeap::collectAllGarbageForTesting(); On 2016/01/26 08:05:44, sof wrote: > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 08:26:40 UTC) #20
sof
On 2016/01/26 08:26:40, haraken wrote: > https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc > File extensions/renderer/module_system_test.cc (right): > > https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc#newcode244 > ...
4 years, 11 months ago (2016-01-26 12:25:13 UTC) #21
sof
On 2016/01/26 12:25:13, sof wrote: > On 2016/01/26 08:26:40, haraken wrote: > > > https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc ...
4 years, 11 months ago (2016-01-26 12:33:35 UTC) #22
haraken
On 2016/01/26 12:25:13, sof wrote: > On 2016/01/26 08:26:40, haraken wrote: > > > https://codereview.chromium.org/1632763003/diff/1/extensions/renderer/module_system_test.cc ...
4 years, 11 months ago (2016-01-26 12:33:52 UTC) #23
sof
On 2016/01/26 12:33:52, haraken wrote: > On 2016/01/26 12:25:13, sof wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 12:41:04 UTC) #24
sof
On 2016/01/26 12:41:04, sof wrote: > On 2016/01/26 12:33:52, haraken wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 12:44:52 UTC) #25
haraken
On 2016/01/26 12:44:52, sof wrote: > On 2016/01/26 12:41:04, sof wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 12:46:00 UTC) #26
haraken
4 years, 11 months ago (2016-01-26 12:57:10 UTC) #27
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1637013002/ by haraken@chromium.org.

The reason for reverting is: This CL didn't fix the leak. Also per the
discussion in https://codereview.chromium.org/1632763003/, suppressing the leak
looks like a reasonable solution at the moment. So revert this CL.

.

Powered by Google App Engine
This is Rietveld 408576698