zephyr/tests/kernel
Jonathon Penix 0bb7849aec tests: gen_isr_table: filter *arm_mainline test on *_M_MAINLINE config
Since it was added, `arch.interrupt.gen_isr_table_local.arm_mainline`
filters on `CONFIG_ARMV6_M_ARMV8_M_BASELINE`. I'm not entirely sure whether
this was intentional, but this seems odd to me given a) the naming of the
test b) that the `platform_allow` is `qemu_cortex_m3` and c) that the
`arch.interrupt.gen_isr_table.arm_mainline` test it inherits part of its
config from filters on `CONFIG_ARMV7_M_ARMV8_M_MAINLINE`.

The current filtering setup also means that a command like
`west twister -c -T tests/kernel/gen_isr_table/` currently filters out all
of the `*gen_isr_table_local*` tests which was a surprise to me when
testing locally (no tests broke for a change I made as they were
all filtered out).

Assuming this is undesireable, change the filter to check against
`CONFIG_ARMV7_M_ARMV8_M_MAINLINE` to make it possible to run the tests
on the expected platform without needing to work around the filter.

Signed-off-by: Jonathon Penix <jpenix@quicinc.com>
2025-02-13 16:42:08 +01:00
..
cache boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
common tests: kernel: Test endian-specific buffer convert and copy functions 2025-01-17 13:56:33 +01:00
condvar/condvar_api
context Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
device tests: kernel: exclude xenvm with GICv3 from device tests 2024-12-05 22:09:31 +01:00
early_sleep
events
fatal Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
fifo everywhere: replace double words 2024-06-25 06:05:35 -04:00
fpu_sharing tests: kernel: fpu_sharing Fixed missing struct defs for ARM 2024-11-16 14:57:17 -05:00
gen_isr_table tests: gen_isr_table: filter *arm_mainline test on *_M_MAINLINE config 2025-02-13 16:42:08 +01:00
interrupt sw_isr_table: Force align _isr_list_sname instances 2025-02-11 00:43:55 +01:00
ipi_cascade Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
ipi_optimize tests: Add IPI_OPTIMIZE tests 2024-06-04 22:35:54 -04:00
lifo
mbox
mem_heap/k_heap_api kernel: Add tests for k_heap_calloc 2024-12-30 17:32:03 +01:00
mem_protect tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
mem_slab
mp
msgq tests: kernel/msgq_api: join threads after each test 2025-01-22 20:47:05 +01:00
mutex tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
obj_core tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
obj_tracking tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
pending samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
pipe tests: kernel: Don't use VLA in pipe_api test. 2025-02-05 14:57:49 +01:00
poll test: k_msgq_put should trigger reschedule 2024-12-14 01:04:43 +01:00
profiling/profiling_api
queue tests: copy intel_adsp_ace30_ptl.conf to *_sim.conf 2024-11-18 13:18:22 -05:00
sched tests: kernel: metairq: Ensure meta-IRQ can preempt a cooperative thread 2025-02-04 12:03:20 +01:00
semaphore tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00
sleep
smp arch: common: be able to use ROM_START_OFFSET on RISCV 2025-01-17 09:07:45 +01:00
smp_abort
smp_boot_delay samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
smp_suspend
spinlock
stack/stack everywhere: replace double words 2024-06-25 06:05:35 -04:00
threads tests/kernel/threads: Correct essential thread abort test 2025-02-10 22:26:10 +01:00
tickless/tickless_concept
timer tests: kernel: timer: timer_behavior: add tags 2025-01-30 02:02:06 +01:00
usage/thread_runtime_stats tests: kernel: Fix for nRF54H20 2025-01-14 15:38:32 +01:00
workq tests: kernel: workq_stop uninitialized variable 2025-01-14 13:25:35 +01:00
xip everywhere: replace double words 2024-06-25 06:05:35 -04:00