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

Issue 1169002: Fix issue 658: update test-log-stack-tracer after r4211. (Closed)

Created:
10 years, 9 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
iposva, Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Fix issue 658: update test-log-stack-tracer after r4211. It appears that semi-automatic changes made to test's code were incorrect. v8::Script::Compile returns wrapped JSFunction, not SharedFunctionInfo. Committed: http://code.google.com/p/v8/source/detail?r=4222

Patch Set 1 #

Total comments: 14
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -37 lines) Patch
M test/cctest/test-log-stack-tracer.cc View 6 chunks +25 lines, -37 lines 14 comments Download

Messages

Total messages: 4 (0 generated)
mnaganov (inactive)
Kasper, may I ask you to review this fix, as you were the reviewer for ...
10 years, 9 months ago (2010-03-23 11:07:24 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/1169002/diff/1/2 File test/cctest/test-log-stack-tracer.cc (right): http://codereview.chromium.org/1169002/diff/1/2#newcode215 test/cctest/test-log-stack-tracer.cc:215: ret_addr, Indentation. http://codereview.chromium.org/1169002/diff/1/2#newcode294 test/cctest/test-log-stack-tracer.cc:294: CHECK(!CompileRun( I would create ...
10 years, 9 months ago (2010-03-23 11:53:28 UTC) #2
mnaganov (inactive)
Thanks! http://codereview.chromium.org/1169002/diff/1/2 File test/cctest/test-log-stack-tracer.cc (right): http://codereview.chromium.org/1169002/diff/1/2#newcode215 test/cctest/test-log-stack-tracer.cc:215: ret_addr, On 2010/03/23 11:53:28, Kasper Lund wrote: > ...
10 years, 9 months ago (2010-03-23 12:39:18 UTC) #3
iposva
10 years, 9 months ago (2010-03-23 17:42:10 UTC) #4
On 2010/03/23 11:07:24, Michail Naganov wrote:
> Kasper, may I ask you to review this fix, as you were the reviewer for Ivan's
> change.

Mikhail,

It would be really helpful if the rather tricky code in test-log-stack-tracer.cc
was a bit better documented. It is nearly impossible to figure out what the code
is attempting to test and how when it fails.

Thanks,
-Ivan

Powered by Google App Engine
This is Rietveld 408576698