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 test-debugger-client.js #5851

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Mar 22, 2016

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

Affected core subsystem(s)

test, debugger

Description of change

Fix long-broken test-debugger-client by adding missing \r\n\r\n
separator.

/cc @nodejs/testing

Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.
@Trott Trott added debugger test Issues and PRs related to the tests. labels Mar 22, 2016
@cjihrig
Copy link
Contributor

cjihrig commented Mar 22, 2016

LGTM if it fixes the problem

@Trott
Copy link
Member Author

Trott commented Mar 22, 2016

CI (although this code is not exercised by CI beyond linting): https://ci.nodejs.org/job/node-test-pull-request/2031/

@Trott
Copy link
Member Author

Trott commented Mar 23, 2016

On CI, ARM failure is unrelated, will fix in a separate PR. Those pi1 devices have sure started to hate on those tests with arbitrary timeouts.

@jasnell
Copy link
Member

jasnell commented Mar 23, 2016

LGTM.. tho it's not an area I'm too familiar with

Trott added a commit to Trott/io.js that referenced this pull request Mar 24, 2016
Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.

PR-URL: nodejs#5851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott
Copy link
Member Author

Trott commented Mar 24, 2016

Landed in fc8542f

@Trott Trott closed this Mar 24, 2016
evanlucas pushed a commit that referenced this pull request Mar 30, 2016
Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.

PR-URL: #5851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
evanlucas pushed a commit that referenced this pull request Mar 31, 2016
Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.

PR-URL: #5851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 8, 2016
Fix long-broken test-debugger-client by adding missing `\r\n\r\n`
separator.

PR-URL: #5851
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Apr 11, 2016
@Trott Trott deleted the debugger-typo branch January 13, 2022 22:42
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