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

n-api: add uint32 test for -1 #33241

Conversation

gabrielschulhof
Copy link
Contributor

Adds a test to ensure that napi_get_value_uint32 returns 0xffffffff for
-1.

Re: #33117
Signed-off-by: @gabrielschulhof

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@gabrielschulhof gabrielschulhof added the node-api Issues and PRs related to the Node-API. label May 5, 2020
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 5, 2020
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented May 5, 2020

@gabrielschulhof
Copy link
Contributor Author

Interestingly, no github actions were performed on this commit 🤨

Adds a test to ensure that napi_get_value_uint32 returns 0xffffffff for
-1.

Re: nodejs#33117
Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
@gabrielschulhof gabrielschulhof force-pushed the napi-get-value-uint32-with--1 branch from 74ceba3 to 7923d9d Compare May 6, 2020 23:06
@gabrielschulhof
Copy link
Contributor Author

Touched the commit so as to trigger the actions.

@gabrielschulhof
Copy link
Contributor Author

Landed in e454e9b.

@gabrielschulhof gabrielschulhof deleted the napi-get-value-uint32-with--1 branch January 28, 2021 00:14
@gabrielschulhof gabrielschulhof restored the napi-get-value-uint32-with--1 branch January 28, 2021 05:37
@gabrielschulhof gabrielschulhof deleted the napi-get-value-uint32-with--1 branch February 3, 2021 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants