| common: |
| filter: dt_chosen_enabled("zephyr,entropy") and CONFIG_ENTROPY_HAS_DRIVER and |
| not CONFIG_NATIVE_LIBC |
| tags: |
| - posix |
| - getentropy |
| # 1 tier0 platform per supported architecture |
| platform_key: |
| - arch |
| - simulation |
| tests: |
| portability.posix.getentropy: |
| extra_configs: |
| - CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256 |
| portability.posix.getentropy.armclang_std_libc: |
| toolchain_allow: armclang |
| extra_configs: |
| - CONFIG_ARMCLANG_STD_LIBC=y |
| portability.posix.getentropy.arcmwdtlib: |
| toolchain_allow: arcmwdt |
| extra_configs: |
| - CONFIG_ARCMWDT_LIBC=y |
| portability.posix.getentropy.minimal: |
| extra_configs: |
| - CONFIG_MINIMAL_LIBC=y |
| - CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256 |
| portability.posix.getentropy.newlib: |
| filter: TOOLCHAIN_HAS_NEWLIB == 1 |
| extra_configs: |
| - CONFIG_NEWLIB_LIBC=y |
| portability.posix.getentropy.picolibc: |
| tags: picolibc |
| filter: CONFIG_PICOLIBC_SUPPORTED |
| extra_configs: |
| - CONFIG_PICOLIBC=y |