| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Allow extra options when testing v8 in Node tree
|
LGTM although I don't really see why you'd need V8_EXTRA_TEST_OPTIONS when V8_TEST_OPTIONS exists as well. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Issues in CI look like infra issue (timeout on ARM), win2015 compile job failed even thought it looks like it was successful: |
Sorry, something went wrong.
Allow extra options when testing v8 in Node tree PR-URL: #5502 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Allow extra options when testing v8 in Node tree PR-URL: #5502 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
| Back | FazBrowse Home | New Git URL |
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