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

Issue 1217007: Fix conform test. (Closed)

Created:
10 years, 9 months ago by SeRya
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M src/conversions.cc View 6 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/str-to-num.js View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
SeRya
10 years, 9 months ago (2010-03-24 11:05:17 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/1217007/diff/1/2 File test/mjsunit/str-to-num.js (right): http://codereview.chromium.org/1217007/diff/1/2#newcode47 test/mjsunit/str-to-num.js:47: assertEquals(1, 1.); Maybe add an assertEquals(1, toNumber("1.")) too?
10 years, 9 months ago (2010-03-24 11:08:24 UTC) #2
SeRya
10 years, 9 months ago (2010-03-24 11:11:03 UTC) #3
http://codereview.chromium.org/1217007/diff/1/2
File test/mjsunit/str-to-num.js (right):

http://codereview.chromium.org/1217007/diff/1/2#newcode47
test/mjsunit/str-to-num.js:47: assertEquals(1, 1.);
On 2010/03/24 11:08:24, Kasper Lund wrote:
> Maybe add an assertEquals(1, toNumber("1.")) too?

Done.

Powered by Google App Engine
This is Rietveld 408576698