zephyr/tests
Dmytro Firsov b3758a787c tests: kernel: exclude xenvm with GICv3 from device tests
The issue with mentioned test for GICv3 version of xenvm virtual
board is the same as for regular xenvm - device tree overlay for this
test overrides #address-cells and #size-cells property for original
device tree file (from 0x2 to 0x1), which leads to incorrect DT parsing
by actual Xen drivers. This causes build errors, so test should be
skipped for GICv3 platform too.

Same issue for regular xenvm was fixed by commit 40fe36669c ("tests:
kernel: exclude xenvm from device tests"). Issue for GICv3 appeared
after migrating to HWMv2.

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2024-12-05 22:09:31 +01:00
..
application_development
arch samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
benchmarks kernel/sched: Eliminate PRESTART thread state 2024-11-27 10:38:05 -05:00
bluetooth Bluetooth: Host: more secure defaults for key size and legacy pairing 2024-12-04 12:10:54 +01:00
boards tests/boards/mtk_adsp: Handle protocol skew 2024-12-05 22:08:55 +01:00
boot python: Format and sort imports 2024-11-25 10:07:13 +01:00
bsim Revert "test: bsim: bt: fix test scripts" 2024-12-05 15:18:11 +01:00
cmake samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
drivers tests: drivers: dma: Increase test coverage for RP2040 2024-12-05 12:29:33 +01:00
integration/kernel
kconfig
kernel tests: kernel: exclude xenvm with GICv3 from device tests 2024-12-05 22:09:31 +01:00
lib tests: lib: devicetree: add test for zephyr,memory-region-flags attr 2024-12-05 06:39:46 -05:00
misc python: Format and sort imports 2024-11-25 10:07:13 +01:00
modules tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
net samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
posix tests: threads_ext: move min_flash and min_ram parameters to test level 2024-12-04 02:02:29 +01:00
robot
subsys samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
unit
ztest arch: deprecate _current 2024-11-23 20:12:24 -05:00
test_config.yaml