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 messages and use return to skip tests #2290

Closed

Commits on Aug 2, 2015

  1. test: fix messages and use return to skip tests

    This is a followup of nodejs#2109.
    The tests which didn't make it in nodejs#2109, are included in this patch.
    The skip messages are supposed to follow the format
    
        1..0 # Skipped: [Actual reason why the test is skipped]
    
    and the tests should be skipped with the return statement.
    thefourtheye committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    ec3f22c View commit details
    Browse the repository at this point in the history
  2. Consistent messages

    thefourtheye committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    3cc28d9 View commit details
    Browse the repository at this point in the history