zephyr/tests/kernel
Tom Hughes d732a51d56 tests: kernel: gen_isr_table: Don't use IRQ1 if already used
IRQ 1 is used by the LiteX timer, so we can't use it for the test:

gen_isr_tables.py: error: multiple registrations at table_index 1 for
irq 1 (0x1)

Existing section
['.irq.WEST_TOPDIR/zephyr/tests/kernel/gen_isr_table/src/main.c.0'],
new section .irq.WEST_TOPDIR/zephyr/drivers/timer/litex_timer.c.0

Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the
same irq multiple times?

Issue #92194

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-07-02 17:58:08 -05:00
..
cache
common tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
condvar/condvar_api tests: kernel: fix doxygen comments/groups for condition variables 2025-04-22 14:03:29 +02:00
context tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
device tests: kernel: device: expand device api coverage 2025-07-01 19:03:40 -05:00
early_sleep test: kenrel: group sleep tests 2025-04-22 14:03:29 +02:00
events tests/kernel: Fix code compliance issues 2025-05-21 12:35:28 +02:00
fatal arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
fifo
fpu_sharing tests: float_disable: honor custom ARM interrupt controllers 2025-03-31 08:06:36 +02:00
gen_isr_table tests: kernel: gen_isr_table: Don't use IRQ1 if already used 2025-07-02 17:58:08 -05:00
interrupt tests: kernel: interrupt: Fix for nRF54H20 FLPR 2025-07-02 17:57:45 -05:00
ipi_cascade
ipi_optimize
lifo
mbox tests: kernel: mbox: fix doxygen grouping 2025-04-22 14:03:29 +02:00
mem_heap/k_heap_api tests: kernel: k_heap: add tests for k_heap_realloc 2025-06-23 12:35:33 -07:00
mem_protect test/kernel: Initialize stack_sem in obj_validation test 2025-06-17 16:06:21 +02:00
mem_slab tests: kernel: mslab: extend k_mem_slab_alloc() timeout 2025-04-18 10:40:50 +02:00
mp
msgq tests: add min_ram for heap-using testcases 2025-06-02 17:37:32 +02:00
mutex
obj_core
obj_tracking tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
pending tests: kernel/pending: fix incorrect test names 2025-04-12 00:02:59 +02:00
pipe cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
poll tests: poll: add pipe coverage 2025-04-21 07:45:35 +02:00
profiling/profiling_api arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
queue
sched
semaphore tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
sleep tests: kernel/sleep: exclude npcx platforms from the test 2025-04-29 20:10:14 -04:00
smp
smp_abort
smp_boot_delay
smp_suspend
spinlock tests: kernel: spinlock: Increase lock contention 2025-04-24 01:27:00 +02:00
stack/stack
threads tests: kernel: threads: improve doxygen comments, layout 2025-04-22 14:03:29 +02:00
tickless/tickless_concept tests: kernel: tickless: Add support for RZ/G3S-SMARC 2025-06-03 17:08:30 +02:00
timer tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
usage/thread_runtime_stats tests: kernel: usage: turn off time slicing in thread runtime stats tests 2025-05-17 14:10:13 +02:00
workq tests: kernel_workq: Excluding test for qemu_rx 2025-06-26 14:07:03 +02:00
xip