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

Issue 10985017: Turn get-own-property-descriptor.js test into a regression (Closed)

Created:
8 years, 2 months ago by Erik Corry
Modified:
8 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

x64 and ARM: Fix issue 2346 (order of operations in keyed store on arrays) and turn get-own-property-descriptor.js test into a regression test. Committed: https://code.google.com/p/v8/source/detail?r=12604

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -230 lines) Patch
M src/arm/ic-arm.cc View 1 2 3 5 chunks +152 lines, -115 lines 0 comments Download
M src/builtins.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 7 chunks +15 lines, -14 lines 0 comments Download
M src/ic.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 5 chunks +129 lines, -100 lines 0 comments Download
M test/mjsunit/get-own-property-descriptor.js View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Erik Corry
8 years, 2 months ago (2012-09-25 08:28:01 UTC) #1
Erik Corry
8 years, 2 months ago (2012-09-25 12:26:05 UTC) #2
danno
LGTM, if you omit the test case until somebody (me?) does the ARM port. https://chromiumcodereview.appspot.com/10985017/diff/4001/src/builtins.cc ...
8 years, 2 months ago (2012-09-25 12:32:03 UTC) #3
Erik Corry
8 years, 2 months ago (2012-09-25 13:03:20 UTC) #4
danno
LGTM, with the suggesting that you duplicate the the original test and make it a ...
8 years, 2 months ago (2012-09-25 13:21:51 UTC) #5
m.m.capewell
8 years, 2 months ago (2012-09-26 13:08:21 UTC) #6
This patch is causing failures for us with Sunspider on Cortex-A8/A9. Can you
confirm?

Powered by Google App Engine
This is Rietveld 408576698