Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build,test: run v8 tests on windows #13992

Merged
merged 1 commit into from
Jul 27, 2017
Merged

Commits on Jul 27, 2017

  1. build,test: run v8 tests on windows

    `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
    https://www.chromium.org/developers/how-tos/install-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.
    
    PR-URL: nodejs#13992
    Refs: nodejs#4704
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    kunalspathak committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    09dd6bb View commit details
    Browse the repository at this point in the history