Revert "tests: posix: add newlib cfg option"
This test is breaking CI, we need a fix first before we go and enable
tests.
This reverts commit dc39a9adcf
.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
29dac2233e
commit
69b6cc8956
|
@ -1,12 +1,5 @@
|
|||
common:
|
||||
tags: posix
|
||||
min_ram: 64
|
||||
arch_exclude: posix
|
||||
tests:
|
||||
portability.posix:
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=n
|
||||
portability.posix.newlib:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
tags: posix
|
||||
min_ram: 64
|
||||
arch_exclude: posix
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
common:
|
||||
arch_exclude: nios2 posix
|
||||
min_ram: 128
|
||||
tags: posix filesystem
|
||||
tests:
|
||||
portability.posix:
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=n
|
||||
portability.posix.newlib:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
arch_exclude: nios2 posix
|
||||
min_ram: 128
|
||||
tags: posix filesystem
|
||||
|
||||
|
|
Loading…
Reference in a new issue