| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.
| child.stdin.end('.exit'); | ||
| })); | ||
|
|
||
| child.on('exit', common.mustCall(function(c) { |
There was a problem hiding this comment.
should this be 'close'?
Sorry, something went wrong.
There was a problem hiding this comment.
In this particular case, I don't think it matters either way. But I'm happy to change it to close if that is more idiomatic or avoids problems that I'm currently unaware of in the existing code.
Sorry, something went wrong.
Sorry, something went wrong.
|
Only failure was a build failure on a Raspberry Pi. Trying again: https://ci.nodejs.org/job/node-test-pull-request/2923/ |
Sorry, something went wrong.
|
LGTM if it works |
Sorry, something went wrong.
|
@Trott I'd suggest running stress tests for it, just to be sure that it won't be flaky in the future. |
Sorry, something went wrong.
Not sure the last time anyone tried to run a stress test across all targets, but here we go! https://ci.nodejs.org/job/node-stress-single-test/754/ |
Sorry, something went wrong.
|
Stress test results: One build failure, one Jenkins misconfiguration (since fixed, but it resulted in the job getting canceled), and a whole bunch of green across Windows, Raspberry Pi, Linux, OS X, etc. |
Sorry, something went wrong.
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: nodejs#7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Fix issues with disabled test-debug-brk-no-arg and re-enable the test. PR-URL: #7143 Reviewed-By: Fedor Indutny <fedor@indutny.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test debugger
Description of change
Fix issues with disabled test-debug-brk-no-arg and re-enable the test.