Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Apr 13, 2018

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), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Apr 13, 2018
@devsnek devsnek added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 13, 2018
@devsnek
Copy link
Member Author

devsnek commented Apr 13, 2018

@BridgeAR
Copy link
Member

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.

@bnoordhuis
Copy link
Member

If nothing else, the way it scans v8.h is kinda fragile. A doc comment with }; in it will quietly break it.

@devsnek
Copy link
Member Author

devsnek commented Apr 13, 2018

still looking for some approvals...

Copy link
Contributor

@cjihrig cjihrig left a 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.

@devsnek
Copy link
Member Author

devsnek commented Apr 13, 2018

@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

@devsnek devsnek removed the fast-track PRs that do not need to wait for 48 hours to land. label Apr 13, 2018
Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¯\_(ツ)_/¯

devsnek added a commit that referenced this pull request Apr 15, 2018
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>
@devsnek
Copy link
Member Author

devsnek commented Apr 15, 2018

landed in 73f13ba

@devsnek devsnek closed this Apr 15, 2018
@devsnek devsnek deleted the unbreak-v8-ci branch April 15, 2018 14:39
jasnell pushed a commit that referenced this pull request Apr 16, 2018
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>
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 1, 2018
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants