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

test: update V8 flag in test by ofrobots · Pull Request #10917 · nodejs/node · GitHub

/ node Public

test: update V8 flag in test - #10917

Closed
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:expose-debug-as
Closed

test: update V8 flag in test#10917
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:expose-debug-as

Conversation

Copy link
Copy Markdown
Contributor

--expose-debug-as is going away in V8 5.8. Switch test-preload.js to a flag
that still exists.

R=@nodejs/v8

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

test

--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.
nodejs-github-bot added test Issues and PRs related to the tests. dont-land-on-v7.x labels Jan 20, 2017

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if the CI passes.

mscdex added process Issues and PRs related to the process subsystem. and removed dont-land-on-v7.x labels Jan 20, 2017

targos commented Jan 22, 2017

Copy link
Copy Markdown
Member

targos pushed a commit to targos/node that referenced this pull request Jan 22, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: nodejs#10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

targos commented Jan 22, 2017

Copy link
Copy Markdown
Member

Landed in 4f8582e

targos closed this Jan 22, 2017
targos pushed a commit that referenced this pull request Jan 28, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: #10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
italoacasas mentioned this pull request Jan 29, 2017
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: nodejs#10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 30, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: nodejs#10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

jasnell commented Mar 8, 2017

Copy link
Copy Markdown
Member

This will need a backport PR if it needs to land in v4. Landing in v6.

jasnell pushed a commit that referenced this pull request Mar 8, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: #10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
--expose-debug-as is deprecated in V8, switch test-preload.js to a flag
that still exists.

PR-URL: #10917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
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

process Issues and PRs related to the process subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL