Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.x] deps: V8: cherry-pick 52a9e67 #25027

Closed
wants to merge 1 commit into from

Conversation

ofrobots
Copy link
Contributor

@ofrobots ofrobots commented Dec 14, 2018

Original commit message:

[turbofan] Fix ObjectCreate's side effect annotation.

Bug: chromium:888923
Change-Id: Ifb22cd9b34f53de3cf6e47cd92f3c0abeb10ac79
Reviewed-on: https://chromium-review.googlesource.com/1245763
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56236}

Refs: v8/v8@52a9e67

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

V8-CI: https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/1935/
CI: https://ci.nodejs.org/job/node-test-pull-request/19502/

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. v10.x v8 engine Issues and PRs related to the V8 dependency. labels Dec 14, 2018
@ofrobots ofrobots changed the title deps: V8: cherry-pick 52a9e67 [10.x] deps: V8: cherry-pick 52a9e67 Dec 14, 2018
Original commit message:

    [turbofan] Fix ObjectCreate's side effect annotation.

    Bug: chromium:888923
    Change-Id: Ifb22cd9b34f53de3cf6e47cd92f3c0abeb10ac79
    Reviewed-on: https://chromium-review.googlesource.com/1245763
    Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56236}

Refs: v8/v8@52a9e67
@Trott
Copy link
Member

Trott commented Dec 14, 2018

@Trott
Copy link
Member

Trott commented Dec 14, 2018

Is the test-bootstrap-modules failure on CI with --worker relevant? It happened both CI runs...

@ofrobots
Copy link
Contributor Author

It doesn't repro on my machine. I've launched that worker job again: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/3258/.

@Trott
Copy link
Member

Trott commented Dec 14, 2018

It doesn't repro on my machine. I've launched that worker job again: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/3258/.

To repro locally, you ran it with something like this?:

tools/test.py --worker parallel/test-bootstrap-modules

(The --worker flag to tools/test.py is the important bit, I think.)

@ofrobots
Copy link
Contributor Author

Yeah. I cannot seem to be able to reproduce this with that command, or with the command to run the whole default suite. It would be good to know if there are other environmental differences on that "freestyle" job.

@Trott
Copy link
Member

Trott commented Dec 14, 2018

Here it is happening on a different v10.x PR/CI run. So I think the test is just broken on v10.x-staging.

https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/3261/

@nodejs/releasers How to proceed here? Land anyway and a releaser will bisect to figure out where/when CI started failing? 😱

@Trott
Copy link
Member

Trott commented Dec 14, 2018

Possibly relevant: #23876

Also: /ping @nodejs/workers

@ofrobots
Copy link
Contributor Author

AFAICT, the test starting failing at e872089

@Trott
Copy link
Member

Trott commented Dec 14, 2018

AFAICT, the test starting failing at e872089

@codebytere ^^^^^^^^^^

@MylesBorins
Copy link
Member

looks like this is a new build target. Is it failing anywhere else? cc @nodejs/build

ofrobots added a commit to ofrobots/node that referenced this pull request Dec 18, 2018
@ofrobots
Copy link
Contributor Author

Fixing the regression in this pre-req change: #25112

Copy link
Member

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

MylesBorins pushed a commit that referenced this pull request Dec 21, 2018
Original commit message:

    [turbofan] Fix ObjectCreate's side effect annotation.

    Bug: chromium:888923
    Change-Id: Ifb22cd9b34f53de3cf6e47cd92f3c0abeb10ac79
    Reviewed-on: https://chromium-review.googlesource.com/1245763
    Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56236}

Refs: v8/v8@52a9e67

PR-URL: #25027
Refs: v8/v8@52a9e67
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@MylesBorins
Copy link
Member

landed in 844bd62

MylesBorins pushed a commit that referenced this pull request Dec 26, 2018
Original commit message:

    [turbofan] Fix ObjectCreate's side effect annotation.

    Bug: chromium:888923
    Change-Id: Ifb22cd9b34f53de3cf6e47cd92f3c0abeb10ac79
    Reviewed-on: https://chromium-review.googlesource.com/1245763
    Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56236}

Refs: v8/v8@52a9e67

PR-URL: #25027
Refs: v8/v8@52a9e67
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@codebytere codebytere mentioned this pull request Jan 4, 2019
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. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants