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

deps: upgrade v8 to 4.2.77.10 (next) #1232

Merged
merged 2 commits into from
Mar 27, 2015
Merged

Commits on Mar 27, 2015

  1. deps: upgrade v8 to 4.2.77.13

    This commit applies some secondary changes in order to make `make test`
    pass cleanly:
    
    * disable broken postmortem debugging in common.gypi
    
    * drop obsolete strict mode test in parallel/test-repl
    
    * drop obsolete test parallel/test-v8-features
    
    PR-URL: nodejs#1232
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    336dc08 View commit details
    Browse the repository at this point in the history
  2. deps: enable v8 postmortem debugging again

    Cherry-pick https://codereview.chromium.org/1033733003 from upstream
    and re-enable postmortem debugging.
    
    PR-URL: nodejs#1232
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    41c00a2 View commit details
    Browse the repository at this point in the history