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

Issue 1316233004: Force running GC on the worker thread before the unit test exits (Closed)

Created:
5 years, 3 months ago by kinuko
Modified:
5 years, 3 months ago
Reviewers:
haraken
CC:
blink-reviews, kinuko+worker_chromium.org, horo+watch_chromium.org, falken, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Force running GC on the worker thread before the unit test exits For the main thread we seem to always run v8::Isolate::RequestGarbageCollectionForTesting but it's not the case on the worker thread, which seems to cause leaks on the context object. BUG=526424 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201601

Patch Set 1 #

Patch Set 2 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M Source/core/workers/WorkerThreadTest.cpp View 2 chunks +8 lines, -0 lines 0 comments Download
M Source/modules/compositorworker/CompositorWorkerManagerTest.cpp View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
kinuko
PTL. Does this make sense?
5 years, 3 months ago (2015-09-01 13:59:00 UTC) #2
haraken
On 2015/09/01 13:59:00, kinuko wrote: > PTL. Does this make sense? Does this really resolve ...
5 years, 3 months ago (2015-09-01 14:28:12 UTC) #3
kinuko
On 2015/09/01 14:28:12, haraken wrote: > On 2015/09/01 13:59:00, kinuko wrote: > > PTL. Does ...
5 years, 3 months ago (2015-09-01 14:50:10 UTC) #4
haraken
> For the main thread we seem to always run v8::Isolate::RequestGarbageCollectionForTesting ^^^ Would you help ...
5 years, 3 months ago (2015-09-01 23:41:33 UTC) #5
kinuko
On 2015/09/01 23:41:33, haraken wrote: > > For the main thread we seem to always ...
5 years, 3 months ago (2015-09-02 01:00:45 UTC) #6
haraken
On 2015/09/02 01:00:45, kinuko wrote: > On 2015/09/01 23:41:33, haraken wrote: > > > For ...
5 years, 3 months ago (2015-09-02 02:11:14 UTC) #7
kinuko
On 2015/09/02 02:11:14, haraken wrote: > On 2015/09/02 01:00:45, kinuko wrote: > > On 2015/09/01 ...
5 years, 3 months ago (2015-09-02 02:47:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316233004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316233004/20001
5 years, 3 months ago (2015-09-02 02:48:17 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-02 02:52:59 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201601

Powered by Google App Engine
This is Rietveld 408576698