OVMS3-idf/components
Ivan Grokhotkov 8b56345e44 unit tests: fix queue registry test
In the queue registry test, start_sem is given twice to let both tasks
start the test. Each task takes start_sem, does some work, gives done_sem,
and goes on to wait for start_sem again.
It may happen that one task can grab start_sem, add queues to the
registry, give done_sem, then grab start_sem again, delete the queues
from the registry, and give done_sem again. At this point, main test
task takes done_sem twice and proceeds to verify that queues have been
added to the registry. But in fact, the first task has already deleted
its queues from the registry, and the second one might not have added
the queues yet. This causes test to fail.

This changes the test to use separate start semaphores for each task,
to avoid the race condition.
2017-11-14 23:53:08 +08:00
..
app_trace unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
app_update ota_ops: Fix get_selected_boot_partition() in case there is no factory partition 2017-09-04 17:37:28 +10:00
aws_iot mbedtls: Rename net to net_sockets (in line with 2.4.0 API change) 2017-09-07 18:02:39 +10:00
bootloader bootloader: wait for UART FIFO to be empty before switching frequency 2017-11-09 13:17:58 +08:00
bootloader_support build system: Restore ifdef/ifndef in Makefiles, clean up examples build 2017-09-05 16:11:03 +10:00
bt Merge branch 'bugfix/btdm_modify_logs' into 'master' 2017-11-14 21:13:00 +08:00
coap Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
console console: handle empty input to esp_console_run correctly 2017-10-13 07:14:53 +08:00
cxx cxx: Add KConfig option for C++ exceptions, disable by default 2017-10-17 15:29:25 +08:00
driver Merge branch 'feature/spi_variable_len' into 'master' 2017-11-14 00:08:50 +08:00
esp32 lwip: fix socket close crash issue 2017-11-13 06:00:52 +00:00
esp_adc_cal feature(I2S-ADC): add ADC mode for I2S. 2017-09-14 13:24:08 +08:00
espcoredump bugfix: fixed path to esptool when there is no compiled python module for it 2017-03-21 13:30:38 +03:00
esptool_py Add --warn-undefined-variables to MAKEFLAGS 2017-09-05 16:10:46 +10:00
ethernet feat(emac): add support for emac to use internal (APLL) clock outputs. 2017-11-13 14:18:58 +08:00
expat
fatfs Merge branch 'feature/fatfs_kconfig_options' into 'master' 2017-11-11 02:48:15 +08:00
freertos unit tests: fix queue registry test 2017-11-14 23:53:08 +08:00
heap freertos/add C++ include guards for esp_heap_caps.h 2017-11-10 12:01:30 +08:00
idf_test test: support test for UT cases expect to reset 2017-11-07 12:19:39 +08:00
jsmn Add jsmn JSON parser component 2017-03-07 10:18:47 +11:00
json
libsodium unit tests: fix warnings, build with -Werror 2017-10-19 21:35:23 +08:00
log Add logic to make external RAM usable with malloc() 2017-09-28 17:17:50 +08:00
lwip lwip: fix socket close crash issue 2017-11-13 06:00:52 +00:00
mbedtls Merge branch 'bugfix/hardware_mpi_sign' into 'master' 2017-11-07 19:30:31 +08:00
mdns components/mdns: wrong Message compression detect 2017-11-03 16:52:22 +08:00
micro-ecc
newlib Merge branch 'bugfix/select_fdset' into 'master' 2017-10-23 10:55:33 +08:00
nghttp Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
nvs_flash nvs: fix nvs_flash_init_partition initializing default partition 2017-10-13 07:19:16 +08:00
openssl mbedtls: Rename net to net_sockets (in line with 2.4.0 API change) 2017-09-07 18:02:39 +10:00
partition_table build system: fix warning about undefined variable 'quote' 2017-10-19 21:35:23 +08:00
pthread pthread: Fix pthread_once to use atomic compare and set 2017-11-07 14:28:43 +05:30
sdmmc sdmmc: allow command timeouts to be configured 2017-10-13 08:16:07 +08:00
soc soc/rtc: raise core voltage when 80MHz flash frequency is used 2017-11-08 21:13:02 +08:00
spi_flash spi_flash: Abort on writes to dangerous regions (bootloader, partition table, app) 2017-11-03 15:52:27 -07:00
spiffs unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
tcpip_adapter bugfix: add netif info in event message when got ipv6 address 2017-10-23 13:50:43 +08:00
ulp fix makefile for multiple source files 2017-11-03 16:40:15 +08:00
vfs add missing ioctl declaration 2017-10-23 19:47:33 +08:00
wear_levelling unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
wpa_supplicant Add the fast crypto function in supplicant 2017-08-09 21:36:13 +08:00
xtensa-debug-module esp32: Apptrace API enhancement 2017-07-24 19:57:44 +03:00