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

Upgrade to V8 5.0.71.32 in master #6111

Merged
merged 2 commits into from
Apr 14, 2016
Merged

Commits on Apr 14, 2016

  1. deps: upgrade V8 to 5.0.71.32

    * Pick up the branch head for V8 5.0 stable [1]
    * Edit v8 gitignore to allow trace_event copy
    * Update V8 DEP trace_event as per deps/v8/DEPS [2]
    
    [1] https://chromium.googlesource.com/v8/v8.git/+/3c67831
    [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/4b09207e447ae5bd34643b4c6321bee7b76d35f9
    
    Ref: nodejs#5945
    PR-URL: nodejs#6111
    Reviewed-By: targos - Michaël Zasso <[email protected]>
    Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
    Reviewed-By: indutny - Fedor Indutny <[email protected]>
    ofrobots committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    52af5c4 View commit details
    Browse the repository at this point in the history
  2. test: update error message for JSON.parse

    V8 5.0 introduced a small modification for the unexpected end of input
    error.
    
    PR-URL: nodejs#5945
    Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
    Reviewed-By: indutny - Fedor Indutny <[email protected]>
    targos authored and ofrobots committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    b68827b View commit details
    Browse the repository at this point in the history