zephyr-kernel-test: disable broken tests

Add tests that don't currently compile successfully to the remove
list for each specific machine.

Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Jon Mason
2021-09-30 08:03:09 -04:00
committed by Naveen Saini
parent 2e66889f20
commit 44dcaa095d

View File

@@ -5,6 +5,14 @@ ZEPHYRTESTS:remove = "fifo fpu_sharing lifo mbox mem_heap mem_pool \
# Exclude tests which does not build for various reasons
ZEPHYRTESTS:remove = "gen_isr_table spinlock smp mp"
# Exclude tests that are not currently compiling
ZEPHYRTESTS:remove:96b-avenger96 = "common device poll queue sleep"
ZEPHYRTESTS:remove:96b-nitrogen = "common device poll queue sleep"
ZEPHYRTESTS:remove:arduino-nano-33-ble = "common device poll queue sleep"
ZEPHYRTESTS:remove:nrf52840dk-nrf52840 = "common device poll queue sleep"
ZEPHYRTESTS:remove:qemu-x86 = "common device interrupt poll queue sleep"
ZEPHYRTESTS:remove:stm32mp157c-dk2 = "common device poll queue sleep"
# test_context will fail because QEMU for ARM does not emulate CortexM3 BASEPRI register
#ZEPHYRTESTS:remove:arm += ""