-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 coverage tests for Kernel PR 1203 #1315
Conversation
PR Link - FreeRTOS/FreeRTOS-Kernel#1203. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Please fix failing unit tests. |
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.
@aggarg the suggested changes should fix the tests.
...smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c
Show resolved
Hide resolved
...smp/multiple_priorities_no_timeslice_mock/covg_multiple_priorities_no_timeslice_mock_utest.c
Show resolved
Hide resolved
…covg_multiple_priorities_no_timeslice_mock_utest.c
…covg_multiple_priorities_no_timeslice_mock_utest.c
@aggarg, do we also need to update the submodule of the Kernel? |
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.
Update submodule pointer for the FreeRTOS-Kernel
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.
Approved with the notion that this needs to merge before updating the submodule pointer
Description
Fix coverage tests for Kernel PR FreeRTOS/FreeRTOS-Kernel#1203.
Test Steps
Run coverage tests.
Checklist:
Related Issue
FreeRTOS/FreeRTOS-Kernel#1203
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.