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

Issue 608773002: initialize v8 early in unittests (Closed)

Created:
6 years, 2 months ago by dcarney
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

initialize v8 early in unittests BUG= R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24256

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/test/run-all-unittests.cc View 2 chunks +4 lines, -0 lines 1 comment Download

Messages

Total messages: 8 (4 generated)
Jakob Kummerow
LGTM with nit. https://codereview.chromium.org/608773002/diff/40001/src/test/run-all-unittests.cc File src/test/run-all-unittests.cc (right): https://codereview.chromium.org/608773002/diff/40001/src/test/run-all-unittests.cc#newcode42 src/test/run-all-unittests.cc:42: // This forces some thread local ...
6 years, 2 months ago (2014-09-26 14:14:35 UTC) #4
dcarney
Committed patchset #1 (id:40001) manually as 24256 (tree was closed).
6 years, 2 months ago (2014-09-26 14:17:12 UTC) #5
Benedikt Meurer
Seriously this has to be reverted. This is exactly the opposite of what we're trying ...
6 years, 2 months ago (2014-09-29 04:24:31 UTC) #7
Benedikt Meurer
6 years, 2 months ago (2014-09-29 04:32:25 UTC) #8
Message was sent while issue was closed.
On 2014/09/29 at 04:24:31, Benedikt Meurer wrote:
> Seriously this has to be reverted. This is exactly the opposite of what we're
trying to accomplish, i.e. do initialization of V8 only when requested and do it
during test case/fixture setup. Jochen is almost there with his V8::Initialize
changes.

And of course, printing test names should never depend on the state of V8, so
the right fix seems to be quite easy.

Powered by Google App Engine
This is Rietveld 408576698