We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug We have tests for underlying sys_heap, but no tests for k_heap. Need test case coverage for all these APIs with full code coverage.
sys_heap
k_heap
To Reproduce
cd tests grep -nIRC3 k_heap_alloc grep -nIRC3 k_heap_free
Expected behavior Test case coverage of these functions.
Impact Who knows if it actually works?
The text was updated successfully, but these errors were encountered:
tests: k_heap api: add tests for k_heap_api
ee14d57
Add test cases to test k_heap_alloc() and k_heap_free() APIs Fixes zephyrproject-rtos#29654 Signed-off-by: iva kik <[email protected]>
10fdf95
Add test cases to test k_heap_alloc() and k_heap_free() APIs Fixes #29654 Signed-off-by: iva kik <[email protected]>
Successfully merging a pull request may close this issue.
Describe the bug
We have tests for underlying
sys_heap
, but no tests fork_heap
. Need test case coverage for all these APIs with full code coverage.To Reproduce
Expected behavior
Test case coverage of these functions.
Impact
Who knows if it actually works?
The text was updated successfully, but these errors were encountered: