FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: add test-debug-protocol-execute by Trott · Pull Request #8454 · nodejs/node · GitHub

/ node Public

test: add test-debug-protocol-execute - #8454

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:debugger-break
Closed

test: add test-debug-protocol-execute#8454
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:debugger-break

Conversation

Trott commented Sep 8, 2016

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

Add test for Protocol object in _debugger module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).
Trott added debugger test Issues and PRs related to the tests. labels Sep 8, 2016

Trott commented Sep 8, 2016

Copy link
Copy Markdown
Member Author


require('../common');
const assert = require('assert');
const debug = require('_debugger');

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Missed opportunity to write const { Protocol } = require('_debugger'); :-)

Copy link
Copy Markdown
Member

LGTM

1 similar comment

jasnell commented Sep 9, 2016

Copy link
Copy Markdown
Member

LGTM

Trott commented Sep 9, 2016

Copy link
Copy Markdown
Member Author

Only CI failures are two known flakies, one with an imminent fix, and one being actively worked on.

Trott added a commit to Trott/io.js that referenced this pull request Sep 12, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: nodejs#8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Sep 12, 2016

Copy link
Copy Markdown
Member Author

Landed in 5282f0b

Trott closed this Sep 12, 2016
Fishrock123 pushed a commit that referenced this pull request Sep 14, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: #8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: #8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: #8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: #8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Add test for `Protocol` object in `_debugger` module. This test covers
some edge cases that fill some coverage gaps in our testing (such as the
"Unknown state" error).

PR-URL: #8454
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Oct 26, 2016
Trott deleted the debugger-break branch January 13, 2022 22:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL