This commit adds a new test to verify the thread safety of the C standard functions provided by newlib. Only the memory management functions (malloc and free) are tested at this time; this test will be further extended in the future, to verify the thread safety and re-entrancy of all supported newlib functions. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
14 lines
292 B
YAML
14 lines
292 B
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
min_ram: 64
|
|
tags: clib newlib
|
|
|
|
tests:
|
|
libraries.libc.newlib.thread_safety:
|
|
slow: true
|
|
libraries.libc.newlib_nano.thread_safety:
|
|
slow: true
|
|
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|