-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build,windows: merge test suite groups #13378
Conversation
Ref: #13336 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if it passes CI 🤞
/cc @nodejs/platform-windows @joaocgreis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
=== release test-fseventwrap === Path: async-hooks/test-fseventwrap assert.js:60 throw new errors.AssertionError({ ^ |
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. |
So I'll do them all. |
Alphabetized |
On the change to
After
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer the refactor and adding async-hooks
in separate commits, but either way LGTM.
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>
b1a8d6d
to
df02f39
Compare
Landed in df02f39 |
Extra sanity test of |
Should we land this on v6.x? |
Yes. Doesn't land cleanly, I'll backport. |
async-hooks
Refs: #13340
Refs: #13336
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build,test