]> granicus.if.org Git - esp-idf/commitdiff
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)
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


Trivial merge