zephyr/tests
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
..
application_development tests: application_development: Add spdx SBOM test 2025-01-15 15:03:59 +01:00
arch tests: arch: arm: Correctly report skipped tests as skipped 2025-02-08 10:09:01 +01:00
benchmarks tests: Fix thread_metric message processing 2025-02-05 01:12:52 +01:00
bluetooth tests: bluetooth: tester: mesh: Increase CMD tx bufs 2025-02-12 16:05:45 +01:00
boards tests: boards: nordic: add nrf comp tests. 2025-02-05 12:24:59 +01:00
boot tests: boot: test_mcuboot: Add swap using offset test 2025-02-10 19:05:25 +01:00
bsim tests: bsim: bluetooth: Test with CONFIG_BT_LONG_WQ disabled 2025-02-12 20:26:28 +01:00
cmake cmake: support array of maps in yaml module 2025-02-10 15:56:52 +00:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: drivers: adc: add nRF54L20 configuration 2025-02-13 16:41:57 +01:00
integration/kernel
kconfig
kernel tests: gen_isr_table: filter *arm_mainline test on *_M_MAINLINE config 2025-02-13 16:42:08 +01:00
lib tests: cmsis-nn: update tests for v7.0.0 2025-02-13 06:39:17 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net tests: net: udp: Remove unused function 2025-02-12 02:24:21 +01:00
posix tests: posix: timers: Fix -Wsometimes-uninitialized warning 2025-02-07 02:23:35 +01:00
robot
subsys tests: settings: Performance test for settings 2025-02-13 16:40:41 +01:00
unit tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml