FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: V8: cherry-pick 9a607043cb31 by gengjiawen · Pull Request #40046 · nodejs/node · GitHub

/ node Public

deps: V8: cherry-pick 9a607043cb31 - #40046

Closed
gengjiawen wants to merge 1 commit into
nodejs:masterfrom
gengjiawen:patch_v8
Closed

deps: V8: cherry-pick 9a607043cb31#40046
gengjiawen wants to merge 1 commit into
nodejs:masterfrom
gengjiawen:patch_v8

Conversation

Copy link
Copy Markdown
Member

Fix: #40030

Original commit message:

[compiler] Gracefully handle an unsupported situation

... by skipping the optimization instead of CHECK-failing.

Bug: v8:12188
Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
Auto-Submit: Georg Neis <neis@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704
gengjiawen requested a review from targos September 9, 2021 06:40
nodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency. labels Sep 9, 2021

This comment has been minimized.

gengjiawen added request-ci Add this label to start a Jenkins CI on a PR. fast-track PRs that do not need to wait for 48 hours to land. labels Sep 9, 2021

github-actions Bot commented Sep 9, 2021

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @gengjiawen. Please 👍 to approve.

targos commented Sep 9, 2021
edited
Loading

Copy link
Copy Markdown
Member

I'll prepare a small release as soon as this is merged.
Edit: someone else will have to do it. I don't have the time anymore.

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 9, 2021

nodejs-github-bot commented Sep 9, 2021
edited by targos
Loading

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Sep 9, 2021
edited by targos
Loading

Copy link
Copy Markdown
Collaborator

rvsia added a commit to rvsia/sources-ui that referenced this pull request Sep 9, 2021
gengjiawen added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 9, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 9, 2021

github-actions Bot commented Sep 9, 2021

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/40046
✔  Done loading data for nodejs/node/pull/40046
----------------------------------- PR info ------------------------------------
Title      deps: V8: cherry-pick 9a607043cb31 (#40046)
Author     Jiawen Geng  (@gengjiawen)
Branch     gengjiawen:patch_v8 -> nodejs:master
Labels     build, v8 engine, fast-track, needs-ci
Commits    1
 - deps: V8: cherry-pick 9a607043cb31
Committers 1
 - Jiawen Geng 
PR-URL: https://github.com/nodejs/node/pull/40046
Fixes: https://github.com/nodejs/node/issues/40030
Refs: https://github.com/v8/v8/commit/9a607043cb3161f8ceae1583807bece595388108
Reviewed-By: Michaël Zasso 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/40046
Fixes: https://github.com/nodejs/node/issues/40030
Refs: https://github.com/v8/v8/commit/9a607043cb3161f8ceae1583807bece595388108
Reviewed-By: Michaël Zasso 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Thu, 09 Sep 2021 06:40:00 GMT
   ✔  Approvals: 1
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/40046#pullrequestreview-749930279
   ℹ  This PR is being fast-tracked
   ✖  This PR needs to wait 162 more hours to land (or 42 hours if there is one more approval)
   ✔  Last GitHub Actions successful
   ℹ  Last V8 CI on 2021-09-09T06:46:51Z: https://ci.nodejs.org/job/node-test-commit-v8-linux/4260/
   ℹ  Last Full PR CI on 2021-09-09T08:34:23Z: https://ci.nodejs.org/job/node-test-pull-request/39876/
- Querying data for job/node-test-pull-request/39876/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/1217149145

github-actions Bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Sep 9, 2021
richardlau added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Sep 9, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 9, 2021

github-actions Bot commented Sep 9, 2021

Copy link
Copy Markdown
Contributor

Landed in 513a979...be3af51

github-actions Bot closed this Sep 9, 2021
gengjiawen deleted the patch_v8 branch September 9, 2021 11:52
nodejs-github-bot pushed a commit that referenced this pull request Sep 9, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: #40046
Fixes: #40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
richardlau pushed a commit that referenced this pull request Sep 10, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: #40046
Fixes: #40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
richardlau mentioned this pull request Sep 10, 2021
targos pushed a commit to targos/node that referenced this pull request Sep 17, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: nodejs#40046
Fixes: nodejs#40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
targos pushed a commit to targos/node that referenced this pull request Oct 1, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: nodejs#40046
Fixes: nodejs#40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
targos pushed a commit that referenced this pull request Oct 2, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: #40046
Fixes: #40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
targos pushed a commit to targos/node that referenced this pull request Oct 4, 2021
Original commit message:

    [compiler] Gracefully handle an unsupported situation

    ... by skipping the optimization instead of CHECK-failing.

    Bug: v8:12188
    Change-Id: I6709bf1c55506f3d12886efbfbb9934788cd02ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3148132
    Auto-Submit: Georg Neis <neis@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76741}

Refs: v8/v8@9a60704

PR-URL: nodejs#40046
Fixes: nodejs#40030
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check failed: !holder_map.has_named_interceptor(). when running jest

4 participants


Back | FazBrowse Home | New Git URL