Skip to content

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

@ofrobots

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-botnodejs-github-bot added test Issues and PRs related to the tests. dont-land-on-v7.x labels Jan 20, 2017

@cjihrigcjihrig 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.

LGTM if the CI passes.

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

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

Copy link
Copy Markdown
Member

Landed in 4f8582e

@targostargos 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>
@italoacasasitaloacasas 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

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>
@MylesBorinsMylesBorins mentioned this pull request Mar 9, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processIssues and PRs related to the process subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ofrobots@targos@jasnell@cjihrig@mscdex@nodejs-github-bot@fhinkel