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

Backport 6039 and 6073: fix flakiness of stringbytes-external #6705

Closed
wants to merge 1 commit into from

Commits on May 12, 2016

  1. test: fix flakiness of stringbytes-external

    The tests used to rely on precise timing of when a JavaScript object
    would be garbage collected to ensure that there is enough memory
    available on the system. Switch the test to use a malloc/free pair
    instead.
    
    Ref: nodejs#5945
    Ref: nodejs#6039
    Ref: nodejs#6073
    ofrobots committed May 12, 2016
    Configuration menu
    Copy the full SHA
    b699fbb View commit details
    Browse the repository at this point in the history