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,6 +1,3 @@
|
|||
common:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
tests:
|
||||
cpp.libcxx.newlib:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
|
@ -9,9 +6,11 @@ tests:
|
|||
min_ram: 24
|
||||
tags: cpp
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
- CONFIG_NEWLIB_LIBC_NANO=n
|
||||
- CONFIG_EXCEPTIONS=y
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
- CONFIG_NEWLIB_LIBC_NANO=n
|
||||
- CONFIG_EXCEPTIONS=y
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
cpp.libcxx.newlib_nano:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
toolchain_exclude: xcc
|
||||
|
@ -19,12 +18,14 @@ tests:
|
|||
tags: cpp
|
||||
timeout: 60
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
- CONFIG_NEWLIB_LIBC_NANO=y
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
- CONFIG_NEWLIB_LIBC_NANO=y
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
cpp.libcxx.arcmwdtlib:
|
||||
toolchain_allow: arcmwdt
|
||||
platform_allow: nsim_hs nsim_em
|
||||
min_flash: 54
|
||||
tags: cpp
|
||||
extra_configs:
|
||||
- CONFIG_ARCMWDT_LIBC=y
|
||||
- CONFIG_ARCMWDT_LIBC=y
|
||||
|
|
Loading…
Reference in a new issue