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

test: v8-flags is sensitive to script caching #6316

Closed
wants to merge 1 commit into from

Commits on Apr 20, 2016

  1. test: v8-flags is sensitive to script caching

    V8 may cache compiled scripts, and it is not safe to assume that the
    V8 flags can be changed after an isolate has been created. In this
    particular case, since we are using the same script multiple times,
    the test would fail if V8 cached the result of the compilation.
    
    Ref: nodejs#6280
    Fixes: nodejs#6258
    ofrobots committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    d5caa00 View commit details
    Browse the repository at this point in the history