Uh oh!
There was an error while loading. Please reload this page.
build,windows: merge test suite groups - #13378
Conversation
refack
commented
Jun 1, 2017
Ref: #13336 (comment) |
refack
commented
Jun 1, 2017
refack
commented
Jun 1, 2017
/cc @nodejs/platform-windows @joaocgreis |
AndreasMadsen
left a comment
There was a problem hiding this comment.
LGTM, crossing my fingers and toes
@addaleax@AndreasMadsen so it build but there's a bunch of failed test in Want to divvy them up:
Details=== release test-fseventwrap ===Path: async-hooks/test-fseventwrapassert.js:60 throw new errors.AssertionError({ ^ |
addaleax
commented
Jun 1, 2017
Sigh. Well, thank you. The sigusr2 ones probably should be skipped, and the first one might be fixed by #13369, but I’m not sure about the other ones. |
refack
commented
Jun 1, 2017
So I'll do them all. |
refack
commented
Jun 2, 2017
Alphabetized |
On the change to
After
|
joaocgreis
left a comment
There was a problem hiding this comment.
I would prefer the refactor and adding async-hooks in separate commits, but either way LGTM.
kunalspathak
commented
Jun 6, 2017
refack
commented
Jun 6, 2017
It was your comment that triggered this 👍 |
PR-URL: nodejs#13378 Refs: nodejs#13340 Refs: nodejs#13336 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
refack
commented
Jun 10, 2017
Landed in df02f39 |
refack
commented
Jun 10, 2017
Extra sanity test of |
MylesBorins
commented
Jul 17, 2017
Should we land this on v6.x? |
Yes. Doesn't land cleanly, I'll backport. |
async-hooksRefs: #13340
Refs: #13336
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build,test