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

test: fix domain with abort-on-uncaught on PPC by misterdjules · Pull Request #3354 · nodejs/node · GitHub

/ node Public

test: fix domain with abort-on-uncaught on PPC - #3354

Closed
misterdjules wants to merge 1 commit into
nodejs:masterfrom
misterdjules:fix-issue-3239
Closed

test: fix domain with abort-on-uncaught on PPC#3354
misterdjules wants to merge 1 commit into
nodejs:masterfrom
misterdjules:fix-issue-3239

Conversation

Copy link
Copy Markdown

Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.

Also refactor a bit related comments so that they better reflect what's
actually happening.

Fixes #3239.

Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.

Also refactor a bit related comments so that they better reflect what's
actually happening.

Fixes nodejs#3239.

Copy link
Copy Markdown
Author

/cc @mhdawson @nodejs/collaborators

mscdex added the domain Issues and PRs related to the domain subsystem. label Oct 14, 2015

Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Member

TL;DR:

ok 184 test-domain-abort-on-uncaught.js
  ---
  duration_ms: 0.328

cjihrig commented Oct 14, 2015

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment

Copy link
Copy Markdown
Member

LGTM

misterdjules pushed a commit that referenced this pull request Oct 14, 2015
Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.

Also refactor a bit related comments so that they better reflect what's
actually happening.

Fixes #3239.

PR: #3354
PR-URL: #3354
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>

Copy link
Copy Markdown
Author

Landed in f45c315. Thank you @cjihrig and @jbergstroem.

Copy link
Copy Markdown
Member

@jasnell looks like this one still needs to be landed in 4.x-staging as I still see the failures there f45c315

jasnell commented Oct 27, 2015

Copy link
Copy Markdown
Member

Ok. I'm using the lts-watch-4.x label to keep track of these. If you find any others that are missing, please attach the label and I'll get them pulled over either later today or tomorrow.

Copy link
Copy Markdown
Member

You just beat me to it. Thanks :)

misterdjules pushed a commit that referenced this pull request Oct 28, 2015
Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.

Also refactor a bit related comments so that they better reflect what's
actually happening.

Fixes #3239.

PR: #3354
PR-URL: #3354
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>

jasnell commented Oct 28, 2015

Copy link
Copy Markdown
Member

Landed in v4.x-staging in 5222fcc

misterdjules pushed a commit that referenced this pull request Oct 29, 2015
Add SIGTRAP and the corresponding exit code to the list of signals/exit
codes that are expected when running tests that throw an uncaught error
and have --abort-on-uncaught-exception enabled.

Also refactor a bit related comments so that they better reflect what's
actually happening.

Fixes #3239.

PR: #3354
PR-URL: #3354
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
misterdjules deleted the fix-issue-3239 branch July 24, 2017 17:36
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

domain Issues and PRs related to the domain subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL