Uh oh!
There was an error while loading. Please reload this page.
test: abstract skip functionality to common - #6697
Conversation
There was a problem hiding this comment.
Oops, still need to fix these!
Here's the actual function in |
Trott
commented
May 11, 2016
LGTM if CI has no complaints |
santigimeno
commented
May 11, 2016
LGTM |
Trott
commented
May 11, 2016
Nit: It might be good to name the function more precisely, as it does not actually skip. It outputs the TAP-formatted skip message. I would expect Totally a nit, feel free to ignore, I know |
Fishrock123
commented
May 11, 2016
Maybe just |
The reason I went with this is iirc because it causes a skip even if the test fails afterwards? |
The more I think about it, I wouldn't expect a |
indutny
commented
May 12, 2016
LGTM |
The tap skipping output is so prevalent yet obscure in nature that we ought to move it into it's own function in test/common.js PR-URL: nodejs#6697 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
The tap skipping output is so prevalent yet obscure in nature that we ought to move it into it's own function in test/common.js PR-URL: #6697 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
MylesBorins
commented
Jun 2, 2016
@Fishrock123 I'm going to put this in dont-land-in-lts but please feel free to do a manual backport |
Fishrock123
commented
Jun 2, 2016
Huh. Backporting doesn't seem to work at all. 10 obscure errors. I'll just redo the patch for v4.x, it shoudn't be difficult, and this will likely cause backport conflicts if we don't. |
MylesBorins
commented
Jun 2, 2016
@Fishrock123 that's what I figured would happen. Totally up for the manual backport thanks 👍 |
Fishrock123
commented
Jun 2, 2016
backport @ #7114 |
Checklist
Affected core subsystem(s)
test
Description of change
The tap skipping output is so prevalent yet obscure in nature that we ought to move it into it's own function in test/common.js
cc @nodejs/testing