| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
LGTM if CI doesn't find any surprises |
Sorry, something went wrong.
|
Nice, LGTM. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
There was a problem hiding this comment.
Perhaps the crypto AsyncWrap test can merely be isolated instead of aborting the entire test?
Sorry, something went wrong.
There was a problem hiding this comment.
Hm, this test is basically laid out to use all providers, so I guess that would really require its own test file… I’m not sure that’s worth the trouble.
Sorry, something went wrong.
|
Minor aside: I've been wondering about the possibility of refactoring common.js into a pre-loaded module that makes it (and assert) globals for all tests... allowing us to move away from having to require() it explicitly in every file. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@jasnell regarding preloading common, #2836 (comment) |
Sorry, something went wrong.
Fix running the tests when node was compiled without crypto support. Some of these are cleanup after 52bae22, where common was used before it was required.
|
Addressed @jasnell’s nit, one more CI: https://ci.nodejs.org/job/node-test-commit/3675/ again because that one had some infrastructure problems: https://ci.nodejs.org/job/node-test-commit/3691/ |
Sorry, something went wrong.
|
Landed in 15cd45c |
Sorry, something went wrong.
Fix running the tests when node was compiled without crypto support. Some of these are cleanup after 52bae22, where common was used before it was required. PR-URL: #7056 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
This is not landing cleanly on v6.x, so going to hold off for now |
Sorry, something went wrong.
|
@addaleax assuming dont land on v4.x? |
Sorry, something went wrong.
|
Seems okay not to backport, yes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test
Description of change
Fix running the tests when node was compiled without crypto support. Some of these were introduced in 52bae22, where common was used before it was required.
Regular CI: https://ci.nodejs.org/job/node-test-commit/3575/
/cc @nodejs/testing