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

Issue 1545983002: MIPS[64]: Fix test262/built-ins/Proxy/create-target-is-not-constructor. (Closed)

Created:
5 years ago by ivica.bogosavljevic
Modified:
4 years, 12 months ago
Reviewers:
ilija.pavlovic, djordje.pesic, balazs.kilvady, miran.karic, Benedikt Meurer, akos.palfi, paul.l..., akos.palfi.imgtec
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix [es6] Introduce spec compliant IsConstructor. In Builtins::Generate_Construct, the system was trying to call ConstructProxy on a Proxy object without a constructor because it was checking the wrong bit in the Proxy object's supported operation mask. TEST=test262/built-ins/Proxy/create-target-is-not-constructor BUG= Committed: https://crrev.com/78d8ce1bb1f040fc29d8c63ca0a38dfb610631a0 Cr-Commit-Position: refs/heads/master@{#33036}

Patch Set 1 #

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

Messages

Total messages: 18 (10 generated)
ivica.bogosavljevic
5 years ago (2015-12-23 16:45:51 UTC) #3
akos.palfi.imgtec
Nice catch! LGTM with nits: The title should be: 'MIPS: Fix [es6] Introduce spec compliant ...
5 years ago (2015-12-24 00:33:25 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1545983002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1545983002/1
5 years ago (2015-12-24 08:13:59 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-24 08:33:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1545983002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1545983002/1
5 years ago (2015-12-24 08:38:20 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-24 08:40:14 UTC) #15
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/78d8ce1bb1f040fc29d8c63ca0a38dfb610631a0 Cr-Commit-Position: refs/heads/master@{#33036}
5 years ago (2015-12-24 08:41:07 UTC) #17
Benedikt Meurer
4 years, 12 months ago (2015-12-24 19:14:32 UTC) #18
Message was sent while issue was closed.
Thanks for fixing this, and merry christmas :-)

Powered by Google App Engine
This is Rietveld 408576698