2019-02-19 23:39:17 +01:00
|
|
|
common:
|
2024-01-15 23:38:58 +01:00
|
|
|
filter: not CONFIG_NATIVE_LIBC
|
2023-10-23 13:27:37 +02:00
|
|
|
platform_exclude:
|
|
|
|
- native_posix
|
|
|
|
- native_posix_64
|
2019-02-19 23:39:17 +01:00
|
|
|
tags: posix
|
|
|
|
min_ram: 64
|
2022-07-13 20:36:03 +02:00
|
|
|
timeout: 240
|
2018-03-19 18:00:00 +01:00
|
|
|
tests:
|
2019-10-22 08:32:33 +02:00
|
|
|
portability.posix.common:
|
2023-05-08 13:37:42 +02:00
|
|
|
platform_exclude:
|
|
|
|
- nsim_sem_mpu_stack_guard
|
2023-08-14 13:39:34 +02:00
|
|
|
- intel_ehl_crb
|
2019-02-19 23:39:17 +01:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=n
|
2023-05-25 16:38:25 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2019-10-22 08:32:33 +02:00
|
|
|
portability.posix.common.newlib:
|
2023-05-08 13:37:42 +02:00
|
|
|
platform_exclude:
|
|
|
|
- nsim_sem_mpu_stack_guard
|
2023-08-14 13:39:34 +02:00
|
|
|
- intel_ehl_crb
|
2023-05-08 13:37:42 +02:00
|
|
|
- lpcxpresso55s06
|
2019-02-19 23:39:17 +01:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
2023-10-23 13:27:37 +02:00
|
|
|
arch_exclude:
|
|
|
|
- posix
|
2023-05-25 16:38:25 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2023-04-04 15:35:05 +02:00
|
|
|
portability.posix.common.armclang_std_libc:
|
|
|
|
toolchain_allow: armclang
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ARMCLANG_STD_LIBC=y
|
2021-06-03 13:37:10 +02:00
|
|
|
portability.posix.common.arcmwdtlib:
|
|
|
|
toolchain_allow: arcmwdt
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ARCMWDT_LIBC=y
|
2020-10-06 01:06:09 +02:00
|
|
|
portability.posix.common.tls:
|
2023-05-08 13:37:42 +02:00
|
|
|
platform_exclude:
|
|
|
|
- nsim_sem_mpu_stack_guard
|
2023-08-14 13:39:34 +02:00
|
|
|
- intel_ehl_crb
|
2020-12-14 06:26:37 +01:00
|
|
|
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
2020-10-06 01:06:09 +02:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=n
|
|
|
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
2023-05-25 16:38:25 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2020-10-06 01:06:09 +02:00
|
|
|
portability.posix.common.tls.newlib:
|
2023-05-08 13:37:42 +02:00
|
|
|
platform_exclude:
|
|
|
|
- nsim_sem_mpu_stack_guard
|
2023-08-14 13:39:34 +02:00
|
|
|
- intel_ehl_crb
|
2023-05-08 13:37:42 +02:00
|
|
|
- lpcxpresso55s06
|
2023-01-03 14:08:30 +01:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and
|
|
|
|
CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
2023-10-23 13:27:37 +02:00
|
|
|
arch_exclude:
|
|
|
|
- posix
|
2023-05-25 16:38:25 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2020-10-06 01:06:09 +02:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
|
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
2019-10-22 08:32:33 +02:00
|
|
|
portability.posix.common.nsim:
|
2021-12-15 16:48:35 +01:00
|
|
|
platform_allow: nsim_sem_mpu_stack_guard
|
2019-04-08 23:47:09 +02:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=n
|
|
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
2019-10-22 08:32:33 +02:00
|
|
|
portability.posix.common.newlib.nsim:
|
2021-12-15 16:48:35 +01:00
|
|
|
platform_allow: nsim_sem_mpu_stack_guard
|
2019-04-08 23:47:09 +02:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
2022-04-07 00:55:39 +02:00
|
|
|
portability.posix.common.picolibc:
|
|
|
|
tags: picolibc
|
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
2023-05-25 16:38:25 +02:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2022-04-07 00:55:39 +02:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_PICOLIBC=y
|
2023-07-02 19:41:29 +02:00
|
|
|
portability.posix.common.no_spin_validate:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SPIN_VALIDATE=n
|
|
|
|
integration_platforms:
|
|
|
|
- mps2_an385
|
2023-07-10 19:14:25 +02:00
|
|
|
portability.posix.common.signal.strsignal_no_desc:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_POSIX_SIGNAL_STRING_DESC=n
|
2023-07-14 07:23:37 +02:00
|
|
|
portability.posix.common.signal.big_nsig:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_POSIX_RTSIG_MAX=1024
|
2021-02-10 15:17:59 +01:00
|
|
|
portability.posix.common.dynamic_stack:
|
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
|
|
|
- qemu_riscv64
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_DYNAMIC_THREAD=y
|
|
|
|
- CONFIG_THREAD_STACK_INFO=y
|
|
|
|
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=5
|
|
|
|
- CONFIG_HEAP_MEM_POOL_SIZE=16384
|