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: fix wasi/test-return-on-exit on 32-bit systems #37615

Closed
wants to merge 1 commit into from

Commits on Mar 5, 2021

  1. test: fix wasi/test-return-on-exit on 32-bit systems

    Starting with the V8 8.8 update, this test has been regularly
    crashing with an out of memory error on 32-bit Windows. The issue
    has been narrowed down to a function not being bound. This seems
    like a V8 bug, but at least it seems that we can work around it.
    
    Fixes: nodejs#37374
    cjihrig committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2d2bad3 View commit details
    Browse the repository at this point in the history