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

Issue 940593002: A few tests fails when I run them with --hydrogen-track-positions (Closed)

Created:
5 years, 10 months ago by loislo
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

A few tests fails when I run them with --hydrogen-track-positions The root of problem is the fact that we don't track the position of 'this' statement but use them when visit compare statement. As a result we have -1 as the position of left expression and the resulting relative position is negative and doesn't fit into BitField. BUG=452067 TEST=test-cpu-profiler/SourceLocation LOG=n Committed: https://crrev.com/36ed9ca348a6d89a35e966db1b8ae77b2ac176a0 Cr-Commit-Position: refs/heads/master@{#26741}

Patch Set 1 #

Total comments: 2

Patch Set 2 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M src/preparser.h View 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
loislo
PTAL
5 years, 10 months ago (2015-02-18 18:10:56 UTC) #2
loislo
On 2015/02/18 18:10:56, loislo wrote: > PTAL the stack trace # # Fatal error in ...
5 years, 10 months ago (2015-02-18 18:17:16 UTC) #3
yurys
lgtm https://codereview.chromium.org/940593002/diff/1/test/cctest/test-cpu-profiler.cc File test/cctest/test-cpu-profiler.cc (right): https://codereview.chromium.org/940593002/diff/1/test/cctest/test-cpu-profiler.cc#newcode1789 test/cctest/test-cpu-profiler.cc:1789: v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION); This line can be ...
5 years, 10 months ago (2015-02-19 09:13:52 UTC) #4
loislo
done
5 years, 10 months ago (2015-02-19 09:31:51 UTC) #6
marja
lgtm; seems sensemaking to add the position if it fixes something :)
5 years, 10 months ago (2015-02-19 10:01:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/940593002/20001
5 years, 10 months ago (2015-02-19 10:02:59 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-19 10:07:50 UTC) #11
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 10:08:05 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/36ed9ca348a6d89a35e966db1b8ae77b2ac176a0
Cr-Commit-Position: refs/heads/master@{#26741}

Powered by Google App Engine
This is Rietveld 408576698