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

Issue 2798403004: [SAB] Fix {newtarget-prototype-is-not-object,proto-from-ctor-realm} tests (Closed)

Created:
3 years, 8 months ago by binji
Modified:
3 years, 8 months ago
Reviewers:
Dan Ehrenberg, adamk
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[SAB] Fix {newtarget-prototype-is-not-object,proto-from-ctor-realm} tests This revealed a bug in the TypedArray(typedArray) constructor when the arg is backed by a SharedArrayBuffer. Also install the species getter and add a test, since it's not tested in test262 presently. BUG=v8:5983, v8:5984 R=adamk@chromium.org Review-Url: https://codereview.chromium.org/2798403004 Cr-Commit-Position: refs/heads/master@{#44500} Committed: https://chromium.googlesource.com/v8/v8/+/03e260cb2acaddb119676182194052215b213b0b

Patch Set 1 #

Patch Set 2 : fix broken test #

Total comments: 2

Patch Set 3 : . #

Patch Set 4 : skip test that fails because of ASAN allocation failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -8 lines) Patch
M src/bootstrapper.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/js/typedarray.js View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M test/mjsunit/harmony/sharedarraybuffer.js View 1 chunk +10 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 32 (20 generated)
binji
3 years, 8 months ago (2017-04-07 00:28:08 UTC) #2
adamk
lgtm
3 years, 8 months ago (2017-04-07 00:31:02 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2798403004/1
3 years, 8 months ago (2017-04-07 00:31:53 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/23969) v8_linux_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-07 00:52:19 UTC) #7
binji
+littledan FYI: this fix exposed an issue with the TypedArray(typedArray) constructor. PTAL for correctness of ...
3 years, 8 months ago (2017-04-07 03:00:10 UTC) #10
Dan Ehrenberg
lgtm for correctness. For testing: - Is there a test for the new TypedArray(typedArray) behavior ...
3 years, 8 months ago (2017-04-07 15:22:31 UTC) #15
adamk
lgtm To Dan's coverage question, the new behavior in patch set 2 is covered by ...
3 years, 8 months ago (2017-04-07 17:24:21 UTC) #16
binji
https://codereview.chromium.org/2798403004/diff/20001/src/js/typedarray.js File src/js/typedarray.js (right): https://codereview.chromium.org/2798403004/diff/20001/src/js/typedarray.js#newcode150 src/js/typedarray.js:150: var bufferConstructor = (IS_SHAREDARRAYBUFFER(srcData)) On 2017/04/07 17:24:21, adamk wrote: ...
3 years, 8 months ago (2017-04-07 18:55:36 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2798403004/40001
3 years, 8 months ago (2017-04-07 18:55:47 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/20451) v8_linux64_asan_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-07 19:21:38 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2798403004/60001
3 years, 8 months ago (2017-04-08 20:12:14 UTC) #29
commit-bot: I haz the power
3 years, 8 months ago (2017-04-08 20:13:54 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/03e260cb2acaddb119676182194052215b2...

Powered by Google App Engine
This is Rietveld 408576698