This seems to be failing fairly persistently in CI runs. Filed an issue for having it checked, let's exclude it from the test run until it's fixed. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
67 lines
1.9 KiB
YAML
67 lines
1.9 KiB
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
tags:
|
|
- clib
|
|
- newlib
|
|
integration_platforms:
|
|
- mps2_an521
|
|
- qemu_x86
|
|
tests:
|
|
libraries.libc.newlib.thread_safety:
|
|
min_ram: 64
|
|
libraries.libc.newlib.thread_safety.stress:
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_THREAD_SAFETY_TEST_STRESS=y
|
|
slow: true
|
|
min_ram: 192
|
|
libraries.libc.newlib.thread_safety.userspace:
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags:
|
|
- userspace
|
|
min_ram: 64
|
|
libraries.libc.newlib.thread_safety.userspace.stress:
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_THREAD_SAFETY_TEST_STRESS=y
|
|
- CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=8192
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
slow: true
|
|
tags:
|
|
- userspace
|
|
min_ram: 192
|
|
timeout: 120
|
|
libraries.libc.newlib_nano.thread_safety:
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
min_ram: 64
|
|
libraries.libc.newlib_nano.thread_safety.stress:
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_THREAD_SAFETY_TEST_STRESS=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
slow: true
|
|
min_ram: 192
|
|
libraries.libc.newlib_nano.thread_safety.userspace:
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
tags:
|
|
- userspace
|
|
min_ram: 64
|
|
libraries.libc.newlib_nano.thread_safety.userspace.stress:
|
|
extra_args: CONF_FILE=prj_userspace.conf
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_THREAD_SAFETY_TEST_STRESS=y
|
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
|
- CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_HAS_NEWLIB_LIBC_NANO
|
|
slow: true
|
|
tags:
|
|
- userspace
|
|
min_ram: 192
|
|
timeout: 120
|
|
platform_exclude: acrn_ehl_crb # See #61129
|