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

Issue 667113002: Handle NaN value storing in Uint8Clamped typed arrays. (Closed)

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

Description

Handle NaN value storing in Uint8Clamped typed arrays. TEST=mjsunit/external-array BUG= R=dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24766

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/objects-inl.h View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
dusmil.imgtec
6 years, 2 months ago (2014-10-21 09:39:21 UTC) #2
Dmitry Lomov (no reviews)
Is there a test for this specific issue? If not, please add one. https://codereview.chromium.org/667113002/diff/1/src/objects-inl.h File ...
6 years, 2 months ago (2014-10-21 10:35:37 UTC) #4
dusmil.imgtec
The test mjsunit/external-array already has excellent coverage. The problem was undetected on other arches than ...
6 years, 2 months ago (2014-10-21 10:53:15 UTC) #5
dusmil.imgtec
https://codereview.chromium.org/667113002/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/667113002/diff/1/src/objects-inl.h#newcode4174 src/objects-inl.h:4174: if (!(value > 0)) return 0; On 2014/10/21 10:35:37, ...
6 years, 2 months ago (2014-10-21 10:53:29 UTC) #6
Dmitry Lomov (no reviews)
On 2014/10/21 10:53:15, dusmil.imgtec wrote: > The test mjsunit/external-array already has excellent coverage. > > ...
6 years, 2 months ago (2014-10-21 11:03:26 UTC) #7
dusmil.imgtec
6 years, 2 months ago (2014-10-21 11:11:14 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24766 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698