Kumar Gala | c894aa3 | 2019-02-19 16:39:17 -0600 | [diff] [blame] | 1 | common: |
Christopher Friedt | 2bf3b45 | 2022-07-04 17:28:16 -0400 | [diff] [blame] | 2 | arch_exclude: posix |
Stephanos Ioannidis | c19fbce | 2022-08-12 17:53:57 +0900 | [diff] [blame] | 3 | # FIXME: qemu_leon3 is excluded because of the alignment-related failure |
| 4 | # reported in the GitHub issue zephyrproject-rtos/zephyr#48992. |
| 5 | platform_exclude: qemu_leon3 |
Kumar Gala | c894aa3 | 2019-02-19 16:39:17 -0600 | [diff] [blame] | 6 | tags: posix |
| 7 | min_ram: 64 |
Manuel Arguelles | 7f26c1c | 2022-07-14 01:36:03 +0700 | [diff] [blame] | 8 | timeout: 240 |
Andrew Boie | 7387b56 | 2019-04-08 14:47:09 -0700 | [diff] [blame] | 9 | |
Youvedeep Singh | 2486d5a | 2018-03-19 22:30:00 +0530 | [diff] [blame] | 10 | tests: |
Maksim Masalski | 813ef68 | 2019-10-22 14:32:33 +0800 | [diff] [blame] | 11 | portability.posix.common: |
Gerard Marull-Paretas | 93b63df | 2023-05-08 13:37:42 +0200 | [diff] [blame] | 12 | platform_exclude: |
| 13 | - nsim_sem_mpu_stack_guard |
| 14 | - ehl_crb |
Kumar Gala | c894aa3 | 2019-02-19 16:39:17 -0600 | [diff] [blame] | 15 | extra_configs: |
| 16 | - CONFIG_NEWLIB_LIBC=n |
Maksim Masalski | 813ef68 | 2019-10-22 14:32:33 +0800 | [diff] [blame] | 17 | portability.posix.common.newlib: |
Gerard Marull-Paretas | 93b63df | 2023-05-08 13:37:42 +0200 | [diff] [blame] | 18 | platform_exclude: |
| 19 | - nsim_sem_mpu_stack_guard |
| 20 | - ehl_crb |
| 21 | - lpcxpresso55s06 |
Kumar Gala | c894aa3 | 2019-02-19 16:39:17 -0600 | [diff] [blame] | 22 | filter: TOOLCHAIN_HAS_NEWLIB == 1 |
| 23 | extra_configs: |
| 24 | - CONFIG_NEWLIB_LIBC=y |
Kumar Gala | 9d8c7b8 | 2023-04-04 08:35:05 -0500 | [diff] [blame] | 25 | portability.posix.common.armclang_std_libc: |
| 26 | toolchain_allow: armclang |
| 27 | extra_configs: |
| 28 | - CONFIG_ARMCLANG_STD_LIBC=y |
Evgeniy Paltsev | ce47512 | 2021-06-03 14:37:10 +0300 | [diff] [blame] | 29 | portability.posix.common.arcmwdtlib: |
| 30 | toolchain_allow: arcmwdt |
| 31 | extra_configs: |
| 32 | - CONFIG_ARCMWDT_LIBC=y |
Daniel Leung | e95d14a | 2020-10-05 16:06:09 -0700 | [diff] [blame] | 33 | portability.posix.common.tls: |
Gerard Marull-Paretas | 93b63df | 2023-05-08 13:37:42 +0200 | [diff] [blame] | 34 | platform_exclude: |
| 35 | - nsim_sem_mpu_stack_guard |
| 36 | - ehl_crb |
Watson Zeng | 0bc64a7 | 2020-12-14 13:26:37 +0800 | [diff] [blame] | 37 | filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE |
Daniel Leung | e95d14a | 2020-10-05 16:06:09 -0700 | [diff] [blame] | 38 | extra_configs: |
| 39 | - CONFIG_NEWLIB_LIBC=n |
| 40 | - CONFIG_THREAD_LOCAL_STORAGE=y |
Gerard Marull-Paretas | a6a296d | 2021-11-18 10:41:14 +0100 | [diff] [blame] | 41 | - CONFIG_MAIN_STACK_SIZE=1152 |
Daniel Leung | e95d14a | 2020-10-05 16:06:09 -0700 | [diff] [blame] | 42 | portability.posix.common.tls.newlib: |
Gerard Marull-Paretas | 93b63df | 2023-05-08 13:37:42 +0200 | [diff] [blame] | 43 | platform_exclude: |
| 44 | - nsim_sem_mpu_stack_guard |
| 45 | - ehl_crb |
| 46 | - lpcxpresso55s06 |
Fabio Baltieri | 7db1d17 | 2023-01-03 13:08:30 +0000 | [diff] [blame] | 47 | filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and |
| 48 | CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE |
Daniel Leung | e95d14a | 2020-10-05 16:06:09 -0700 | [diff] [blame] | 49 | extra_configs: |
| 50 | - CONFIG_NEWLIB_LIBC=y |
| 51 | - CONFIG_THREAD_LOCAL_STORAGE=y |
Gerard Marull-Paretas | a6a296d | 2021-11-18 10:41:14 +0100 | [diff] [blame] | 52 | - CONFIG_MAIN_STACK_SIZE=1152 |
Maksim Masalski | 813ef68 | 2019-10-22 14:32:33 +0800 | [diff] [blame] | 53 | portability.posix.common.nsim: |
Anas Nashif | 05ecd46 | 2021-12-15 10:48:35 -0500 | [diff] [blame] | 54 | platform_allow: nsim_sem_mpu_stack_guard |
Andrew Boie | 7387b56 | 2019-04-08 14:47:09 -0700 | [diff] [blame] | 55 | extra_configs: |
| 56 | - CONFIG_NEWLIB_LIBC=n |
Andrew Boie | 7387b56 | 2019-04-08 14:47:09 -0700 | [diff] [blame] | 57 | - CONFIG_TEST_HW_STACK_PROTECTION=n |
Maksim Masalski | 813ef68 | 2019-10-22 14:32:33 +0800 | [diff] [blame] | 58 | portability.posix.common.newlib.nsim: |
Anas Nashif | 05ecd46 | 2021-12-15 10:48:35 -0500 | [diff] [blame] | 59 | platform_allow: nsim_sem_mpu_stack_guard |
Andrew Boie | 7387b56 | 2019-04-08 14:47:09 -0700 | [diff] [blame] | 60 | filter: TOOLCHAIN_HAS_NEWLIB == 1 |
| 61 | extra_configs: |
| 62 | - CONFIG_NEWLIB_LIBC=y |
Andrew Boie | 7387b56 | 2019-04-08 14:47:09 -0700 | [diff] [blame] | 63 | - CONFIG_TEST_HW_STACK_PROTECTION=n |
Keith Packard | d0a7886 | 2022-04-06 15:55:39 -0700 | [diff] [blame] | 64 | portability.posix.common.picolibc: |
| 65 | tags: picolibc |
| 66 | filter: CONFIG_PICOLIBC_SUPPORTED |
| 67 | extra_configs: |
| 68 | - CONFIG_PICOLIBC=y |