]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/unit_test_fixes' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 12 May 2017 06:53:46 +0000 (14:53 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 12 May 2017 06:53:46 +0000 (14:53 +0800)
commit272551301ef618b23740cf055f523407092932a3
treee0aad7ac67b2b0bcda33e0d24c44fce13fe49ec6
parentb576893167c65f4c8ea64ad33f3dee38a4e7dd0e
parent304f0a399aa3b2f01c550595d4fdfd91469edad8
Merge branch 'bugfix/unit_test_fixes' into 'master'

Small unit-test-related fixes

Fixes for some small bugs found running unit tests with heap poisoning turned on.

All are bugs in the tests, except for one FreeRTOS fix (when deleting a task, check if it's running on the other CPU and preempt it if so.)

See merge request !746