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

test: allow options for v8 testing by mhdawson · Pull Request #5502 · nodejs/node · GitHub

/ node Public

test: allow options for v8 testing - #5502

Closed
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:v8tests
Closed

test: allow options for v8 testing#5502
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:v8tests

Conversation

mhdawson commented Mar 1, 2016

Copy link
Copy Markdown
Member

Checklist

make test passes

Affected core subsystem(s)

v8

Description of change

Allow extra options when testing v8 in Node tree (see nodejs/build#199 for more details). The extra options can be set by setting them in 8_EXTRA_TEST_OPTIONS.

I've found this is needed while investigating #5263 will be generally useful. In particular for the CI job I want to use progress=dots instead of the more verbose default output

Allow extra options when testing v8 in Node tree
mscdex added the test Issues and PRs related to the tests. label Mar 1, 2016

Copy link
Copy Markdown
Member

LGTM although I don't really see why you'd need V8_EXTRA_TEST_OPTIONS when V8_TEST_OPTIONS exists as well.

mhdawson commented Mar 1, 2016

Copy link
Copy Markdown
Member Author

I tried with just V8_TEST_OPTIONS, but it was not additive. When V8_TEST_OPTIONS was specified in the environment the --noi18n was not added.

mhdawson self-assigned this Mar 1, 2016

mhdawson commented Mar 1, 2016

Copy link
Copy Markdown
Member Author

mhdawson commented Mar 1, 2016

Copy link
Copy Markdown
Member Author

Issues in CI look like infra issue (timeout on ARM), win2015 compile job failed even thought it looks like it was successful:

mhdawson added a commit that referenced this pull request Mar 1, 2016
Allow extra options when testing v8 in Node tree

PR-URL: #5502
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

mhdawson commented Mar 1, 2016

Copy link
Copy Markdown
Member Author

Landed as 32a2a60

mhdawson closed this Mar 1, 2016
Fishrock123 pushed a commit that referenced this pull request Mar 2, 2016
Allow extra options when testing v8 in Node tree

PR-URL: #5502
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
mhdawson deleted the v8tests branch March 15, 2017 21:56
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

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL