From ae8745df6ff5ad0b15b853a3ff271bfa2d26486e Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Thu, 20 Jan 2022 20:36:08 -0800 Subject: [PATCH] tests/kernel/obj_tracking: Filter cAVS 2.5 builds to prevent DSP host hangs This test is triggering some kind of bug that will reliably cause a full host crash/hang of the x86 host environment on TGL/cAVS 2.5. It's interfering with CI testing, so filter it out for now while we figure it out. Interestingly it doesn't have any trouble on older cavs15. And even more so, it seems to be some kind of build interaction. If I disable LOG=y, it passes. But when it fails, it actually fails BEFORE the boot entry and core 0 initialization code is reached (i.e. LONG before any logging initialization). Something is wrong with the generated file; maybe a linker or rimage bug? The signature is reported OK by the ROM, but that's the last we hear from the device before it blows up. Signed-off-by: Andy Ross --- tests/kernel/obj_tracking/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kernel/obj_tracking/testcase.yaml b/tests/kernel/obj_tracking/testcase.yaml index aa190a9d4b..12c10005ef 100644 --- a/tests/kernel/obj_tracking/testcase.yaml +++ b/tests/kernel/obj_tracking/testcase.yaml @@ -1,4 +1,4 @@ tests: kernel.objects.tracking: tags: kernel - platform_exclude: qemu_x86_tiny + platform_exclude: qemu_x86_tiny intel_adsp_cavs25