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:
Anas Nashif 2019-02-23 16:26:26 -05:00
parent 29dac2233e
commit 69b6cc8956
2 changed files with 7 additions and 20 deletions

View file

@ -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

View file

@ -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