OVMS3-idf/tools/unit-test-app/components/test_utils
Mahavir Jain 8ae05e6547 esp_wifi: fix occasional test failure due to memory leak indications
Ensure that newly spawned task stack (dynamic) is getting freed up before
test completion and thus preventing false memory leak indication failure.

unit-test-app: add an API test_utils_task_delete

This API ensures that dynamic memory of deleted task gets freed up
before return. This helps for preventing false memory leak detections
in test failures.
2020-03-03 11:11:23 +05:30
..
include esp_wifi: fix occasional test failure due to memory leak indications 2020-03-03 11:11:23 +05:30
private_include test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
test freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
ccomp_timer.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
ccomp_timer_impl.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
CMakeLists.txt test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
component.mk test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
Kconfig Add support a [leaks] tag for UT 2019-04-12 09:31:23 +08:00
ref_clock.c rmt/esp32s2: Update RMT: reg, struct, LL and test_utils/ref_clock.c 2020-02-09 20:03:31 +08:00
test_runner.c heap/test_leak: changed requested memory on leak checks to match the threshold 2019-12-20 13:35:56 -03:00
test_utils.c esp_wifi: fix occasional test failure due to memory leak indications 2020-03-03 11:11:23 +05:30