-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: remove expectations based on v8 headers from types test #20003
Conversation
I see the point of removing this but it is a nice check nevertheless. Is there any place that we can move this part to, to make sure we run it when updating V8? That way we would not miss it. |
If nothing else, the way it scans v8.h is kinda fragile. A doc comment with |
still looking for some approvals... |
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. I don't really see the need for a fast track though.
@cjihrig it was blocking the ci but we fixed it in the v8 fork of node to be overwritten at some point i guess. this should still land but i'll remove the fast track |
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.
¯\_(ツ)_/¯
PR-URL: #20003 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
landed in 73f13ba |
PR-URL: #20003 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs#20003 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
cc @addaleax
if v8 adds any new type checks this breaks their CI until node updates, so i think its just safer to just remove this check
check out https://logs.chromium.org/v/?s=v8%2Fbuildbucket%2Fcr-buildbucket.appspot.com%2F8949374903458528112%2F%2B%2Fsteps%2Fbuild_addons_and_test_node.js%2F0%2Fstdout
blocking https://chromium-review.googlesource.com/c/v8/v8/+/1011762
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes