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: add hasCrypto to worker-cleanexit-with-moduleload #25811

Commits on Jan 30, 2019

  1. test: add hasCrypto to worker-cleanexit-with-moduleload

    Currently, this test fails when configured --without-ssl:
    
    === release test-worker-cleanexit-with-moduleload ===
    Path: parallel/test-worker-cleanexit-with-moduleload
    events.js:173
          throw er; // Unhandled 'error' event
          ^
    internal/util.js:101
        throw new ERR_NO_CRYPTO();
        ^
    
    Error [ERR_NO_CRYPTO]:
    Node.js is not compiled with OpenSSL crypto support
    
    This commit as a check for crypto so that this test is skipped if there
    is no crypto support.
    danbev committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    d02a66e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    2f5fac1 View commit details
    Browse the repository at this point in the history
  2. squash!: fix linter issues

    danbev committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    722bf77 View commit details
    Browse the repository at this point in the history