Skip to content

test: add skipIfInspectorDisabled to debugger-pid#12882

Closed
danbev wants to merge 2 commits into
nodejs:masterfrom
danbev:inspector-check-debugger-pid
Closed

test: add skipIfInspectorDisabled to debugger-pid#12882
danbev wants to merge 2 commits into
nodejs:masterfrom
danbev:inspector-check-debugger-pid

Conversation

@danbev
Copy link
Copy Markdown
Contributor

@danbev danbev commented May 7, 2017

Currently this test will fail if node was configured --without-ssl.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Currently this test will fail if node was configured --without-ssl.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 7, 2017
@danbev
Copy link
Copy Markdown
Contributor Author

danbev commented May 7, 2017

Copy link
Copy Markdown
Member

@Trott Trott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is green

@mscdex mscdex added the debugger label May 7, 2017
Copy link
Copy Markdown
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You could move this check right below the require('../common'); line, but it's not necessary.

@danbev
Copy link
Copy Markdown
Contributor Author

danbev commented May 9, 2017

You could move this check right below the require('../common'); line, but it's not necessary.

Sounds good, I'll move it. Thanks.

danbev added a commit to danbev/node that referenced this pull request May 9, 2017
Currently this test will fail if node was configured --without-ssl.

PR-URL: nodejs#12882
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@danbev
Copy link
Copy Markdown
Contributor Author

danbev commented May 9, 2017

Landed in f72376d

@danbev danbev closed this May 9, 2017
@danbev danbev deleted the inspector-check-debugger-pid branch May 9, 2017 10:55
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently this test will fail if node was configured --without-ssl.

PR-URL: nodejs#12882
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@jasnell jasnell mentioned this pull request May 11, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
@gibfahn
Copy link
Copy Markdown
Member

gibfahn commented Jun 20, 2017

Depends on #11631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

8 participants