mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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:
@@ -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 += ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user