tests: Few test require CONFIG_STDOUT_CONSOLE=n
For some, "y" affects output, for some less tested platforms, leads to crashes. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
323e8cf069
commit
b2ce9df077
|
@ -1,3 +1,4 @@
|
|||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
||||
CONFIG_ASSERT=y
|
||||
CONFIG_ASSERT_LEVEL=2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_ASSERT=y
|
||||
CONFIG_ASSERT_LEVEL=2
|
||||
CONFIG_NUM_COOP_PRIORITIES=29
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
CONFIG_TEST=y
|
||||
CONFIG_CONSOLE=y
|
||||
# Required for this test
|
||||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_IPM_CONSOLE_RECEIVER=y
|
||||
CONFIG_IPM_CONSOLE_SENDER=y
|
||||
CONFIG_IRQ_OFFLOAD=y
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
# May overflow stack without this
|
||||
CONFIG_STDOUT_CONSOLE=n
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
CONFIG_IRQ_OFFLOAD=y
|
||||
CONFIG_ZTEST=y
|
||||
# May fail without this
|
||||
CONFIG_STDOUT_CONSOLE=n
|
||||
|
|
Loading…
Reference in a new issue