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 timing sensitivity in debugger test #11008

Closed

Commits on Jan 26, 2017

  1. test: fix timing sensitivity in debugger test

    test-debugger-util-regression.js was sensitive to timing, which seems
    to have changed enough with V8 5.7 to cause this test to fail. Fix the
    test to ensure we take debugger steps only at stable states instead of
    erroneously taking a step on a partially complete buffer.
    
    PR-URL: nodejs#11008
    Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net>
    ofrobots committed Jan 26, 2017
    Copy the full SHA
    8727dd8 View commit details
    Browse the repository at this point in the history