-
Notifications
You must be signed in to change notification settings - Fork 217
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
Fix #809, cast args to printf in queue-test #811
Fix #809, cast args to printf in queue-test #811
Conversation
Using %u conversion requires unsigned int arg, not necessarily uint32
@astrogeco requesting fasttrack, broken. |
Random label question, would this fall under unit-test? What kind of tests do we have under the "tests" directory? |
@astrogeco I'd call it unit-test, for me that covers every kind of testing (not production code) |
Should we then rename the label to |
All I use it for is to filter if it's production code or not, I don't have an opinion over any smaller groups |
…al_Tests Fix nasa#811, add Mempool functional tests
Describe the contribution
Using
%u
conversion requires anunsigned int
arg, notuint32
(it matches on some platforms, not on others).Fixes #809
Testing performed
Build and run tests on RTEMS 4.11.3.
Expected behavior changes
No more format mismatch warning/error.
System(s) tested on
RTEMS 4.11.3 QEMU target on Ubuntu 20.04 build host
Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.