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

Issue 661466: Fix broken test in WebKit test suite and add the test in question to V8 tests... (Closed)

Created:
10 years, 9 months ago by Oleg Eterevsky
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix broken test in WebKit test suite and add the test in question to V8 tests. Committed: http://code.google.com/p/v8/source/detail?r=4009

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -3 lines) Patch
M src/runtime.cc View 1 2 1 chunk +19 lines, -3 lines 0 comments Download
M test/mjsunit/date.js View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Oleg Eterevsky
10 years, 9 months ago (2010-03-03 14:02:47 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/661466/diff/5/6 File src/runtime.cc (right): http://codereview.chromium.org/661466/diff/5/6#newcode4981 src/runtime.cc:4981: static const int base_day = 365*(1970 + year_delta) ...
10 years, 9 months ago (2010-03-03 14:09:37 UTC) #2
Oleg Eterevsky
10 years, 9 months ago (2010-03-03 14:18:18 UTC) #3
http://codereview.chromium.org/661466/diff/5/6
File src/runtime.cc (right):

http://codereview.chromium.org/661466/diff/5/6#newcode4981
src/runtime.cc:4981: static const int base_day = 365*(1970 + year_delta) + (1970
+ year_delta)/4 -
On 2010/03/03 14:09:37, Mads Ager wrote:
> Please add space around all binary operations in this code.

Done.

Powered by Google App Engine
This is Rietveld 408576698