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:
|
tests:
|
||||||
portability.posix:
|
portability.posix:
|
||||||
extra_configs:
|
tags: posix
|
||||||
- CONFIG_NEWLIB_LIBC=n
|
min_ram: 64
|
||||||
portability.posix.newlib:
|
arch_exclude: posix
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
||||||
extra_configs:
|
|
||||||
- CONFIG_NEWLIB_LIBC=y
|
|
||||||
|
|
|
@ -1,12 +1,6 @@
|
||||||
common:
|
|
||||||
arch_exclude: nios2 posix
|
|
||||||
min_ram: 128
|
|
||||||
tags: posix filesystem
|
|
||||||
tests:
|
tests:
|
||||||
portability.posix:
|
portability.posix:
|
||||||
extra_configs:
|
arch_exclude: nios2 posix
|
||||||
- CONFIG_NEWLIB_LIBC=n
|
min_ram: 128
|
||||||
portability.posix.newlib:
|
tags: posix filesystem
|
||||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
||||||
extra_configs:
|
|
||||||
- CONFIG_NEWLIB_LIBC=y
|
|
||||||
|
|
Loading…
Reference in a new issue