-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update unit test for equal priority task #903
Update unit test for equal priority task #903
Conversation
* Update test cases for vTaskResume and vTaskPrioritySet to verify that these functions don't preempt task with equal priority
* vTaskResumeAll doesn't preempet equal priority task
Can we have a test case that pending task's priority is equal to current task's priority? |
This reverts commit 42d642f.
* test_xTaskResumeAll_success_2_tasks_eq_prio_running_no_yield * test_xTaskResumeFromISR_success_curr_prio_eq_suspended_task
4 test cases are added to verify this scenario
|
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Attach the test log with kernel in this PR
|
* Add proofs for FreeRTOS_ND * Update name * Update comment * Use safeMalloc for consistency
… current directory. The step either needed to have the working-directory: set to the build directory, or the tar file needs to be created in the parent directory. (FreeRTOS#903) Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* Revert "The curl command to send the report expects the tar file to be in its current directory. The step either needed to have the working-directory: set to the build directory, or the tar file needs to be created in the parent directory. (FreeRTOS#903)" This reverts commit 76f3aa5. * Update to separate build and upload steps --------- Co-authored-by: tony-josi-aws <tonyjosi@amazon.com>
Update unit test for equal priority task preemption
Description
Update the unit test for the following functions to verify that equal priority task won't be preempted
Test Steps
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.