Uh oh!
There was an error while loading. Please reload this page.
[v10.x] deps: V8: backport 442977e - #25242
Conversation
ofrobots
commented
Jan 24, 2019
@joyeecheung do you have opinions on the strict application of |
richardlau
commented
Jan 24, 2019
@ofrobots in theory nodejs/core-validate-commit#30 should have allowed it (there's a specific comment in that PR about V8 backports). |
joyeecheung
commented
Jan 24, 2019
@ofrobots Have you tried with the latest version of core-validate-commit? (Or update the node_modules of node-core-utils)? What does the failure look like? |
Perhaps the CI happened before the latest version of core-validate-commit was available in the builds. Relaunched: |
c1ee936 to
c6cffadCompare2d6e145 to
7840f71Compareofrobots
commented
Jan 29, 2019
@nodejs/build: the FreeBSD build failed compiling a file that was unchanged by this PR. Did we change the compilers on FreeBSD machines? Note that this PR is for |
Original commit message: Merged: [wasm] Fix dispatch table instance update This CL fixes a bug where the receiving instance was updated improperly in the dispatch table(s) of an imported table. BUG=chromium:875322 R=mstarzinger@chromium.org CC=titzer@chromium.org Change-Id: Iff24953a1fb6a8ab794e12a7a976d544b56fc3c2 Originally-reviewed-on: https://chromium-review.googlesource.com/1196886 No-Try: true No-Presubmit: true No-Treechecks: true Reviewed-on: https://chromium-review.googlesource.com/1212922 Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/branch-heads/6.9@{nodejs#45} Cr-Branched-From: d7b61abe7b48928aed739f02bf7695732d359e7e-refs/heads/6.9.427@{#1} Cr-Branched-From: b7e108d6016bf6b7de3a34e6d61cb522f5193460-refs/heads/master@{nodejs#54504} Refs: v8/v8@442977e
ofrobots
commented
Jan 29, 2019
Rebased and launched CI in case this has already been fixed on |
Resume build: https://ci.nodejs.org/job/node-test-pull-request/20430/. Green. @nodejs/backporters this is ready to land (I understand that only backporters are supposed to land things on |
BethGriggs
commented
Feb 4, 2019
Could we get a review from @nodejs/v8? |
BethGriggs
commented
Feb 4, 2019
As cannot see the original result, rerun of V8 CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/2075/ [Green] |
Landed on |
Original commit message: Merged: [wasm] Fix dispatch table instance update This CL fixes a bug where the receiving instance was updated improperly in the dispatch table(s) of an imported table. BUG=chromium:875322 R=mstarzinger@chromium.org CC=titzer@chromium.org Change-Id: Iff24953a1fb6a8ab794e12a7a976d544b56fc3c2 Originally-reviewed-on: https://chromium-review.googlesource.com/1196886 No-Try: true No-Presubmit: true No-Treechecks: true Reviewed-on: https://chromium-review.googlesource.com/1212922 Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/branch-heads/6.9@{#45} Cr-Branched-From: d7b61abe7b48928aed739f02bf7695732d359e7e-refs/heads/6.9.427@{#1} Cr-Branched-From: b7e108d6016bf6b7de3a34e6d61cb522f5193460-refs/heads/master@{#54504} Refs: v8/v8@442977e PR-URL: #25242 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Original commit message: Merged: [wasm] Fix dispatch table instance update This CL fixes a bug where the receiving instance was updated improperly in the dispatch table(s) of an imported table. BUG=chromium:875322 R=mstarzinger@chromium.org CC=titzer@chromium.org Change-Id: Iff24953a1fb6a8ab794e12a7a976d544b56fc3c2 Originally-reviewed-on: https://chromium-review.googlesource.com/1196886 No-Try: true No-Presubmit: true No-Treechecks: true Reviewed-on: https://chromium-review.googlesource.com/1212922 Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/branch-heads/6.9@{#45} Cr-Branched-From: d7b61abe7b48928aed739f02bf7695732d359e7e-refs/heads/6.9.427@{#1} Cr-Branched-From: b7e108d6016bf6b7de3a34e6d61cb522f5193460-refs/heads/master@{#54504} Refs: v8/v8@442977e PR-URL: #25242 Reviewed-By: Michaël Zasso <targos@protonmail.com>
Original commit message:
Refs: v8/v8@442977e
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesV8-CI:
https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/1964/https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/1989/CI:
https://ci.nodejs.org/job/node-test-pull-request/19848/https://ci.nodejs.org/job/node-test-pull-request/19974/