Skip to content

build,test: run v8 tests on windows

Rodrigo Muino Tomonari requested to merge github/fork/kunalspathak/testv8 into master

This is a port of https://github.com/nodejs/node/pull/4704 for windows. Related discussion: https://github.com/nodejs/build/pull/577#issuecomment-306657089

vcbuild.bat test-v8 : Runs unit test from v8 repo vcbuild.bat test-v8-intl : Runs intl test from v8 repo vcbuild.bat test-v8 : Runs benchmarks from v8 repo

The runs needs depot_tools installed on the machine expects environment variable DEPOT_TOOLS_PATH to be set to the path.

Set environment variable DISABLE_V8_I18N to disable i18n.

I verified this on my machine and it works as expected. But would love to setup a CI machine that contains depot_tools installation and try it out.

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

build

Merge request reports

Loading