tests: cpp: fix integration platforms
Do not use common integration_platforms, instead do that per scenario and use the right platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6d15643705
commit
31b9d32b2e
1 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,3 @@
|
||||||
common:
|
|
||||||
integration_platforms:
|
|
||||||
- mps2_an385
|
|
||||||
tests:
|
tests:
|
||||||
cpp.libcxx.newlib:
|
cpp.libcxx.newlib:
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
|
@ -9,9 +6,11 @@ tests:
|
||||||
min_ram: 24
|
min_ram: 24
|
||||||
tags: cpp
|
tags: cpp
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_NEWLIB_LIBC=y
|
- CONFIG_NEWLIB_LIBC=y
|
||||||
- CONFIG_NEWLIB_LIBC_NANO=n
|
- CONFIG_NEWLIB_LIBC_NANO=n
|
||||||
- CONFIG_EXCEPTIONS=y
|
- CONFIG_EXCEPTIONS=y
|
||||||
|
integration_platforms:
|
||||||
|
- mps2_an385
|
||||||
cpp.libcxx.newlib_nano:
|
cpp.libcxx.newlib_nano:
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||||
toolchain_exclude: xcc
|
toolchain_exclude: xcc
|
||||||
|
@ -19,12 +18,14 @@ tests:
|
||||||
tags: cpp
|
tags: cpp
|
||||||
timeout: 60
|
timeout: 60
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_NEWLIB_LIBC=y
|
- CONFIG_NEWLIB_LIBC=y
|
||||||
- CONFIG_NEWLIB_LIBC_NANO=y
|
- CONFIG_NEWLIB_LIBC_NANO=y
|
||||||
|
integration_platforms:
|
||||||
|
- mps2_an385
|
||||||
cpp.libcxx.arcmwdtlib:
|
cpp.libcxx.arcmwdtlib:
|
||||||
toolchain_allow: arcmwdt
|
toolchain_allow: arcmwdt
|
||||||
platform_allow: nsim_hs nsim_em
|
platform_allow: nsim_hs nsim_em
|
||||||
min_flash: 54
|
min_flash: 54
|
||||||
tags: cpp
|
tags: cpp
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_ARCMWDT_LIBC=y
|
- CONFIG_ARCMWDT_LIBC=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue