-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Labels
area: ARCARC ArchitectureARC ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
Describe the bug
I am migrating tests/kernel/context/ to new ztest API, see #47229, I got a CI failure on qemu_arc_hs and qemu_arc_em.
Test execution order has been changed, but this change only blocks the two platforms.
To Reproduce
Steps to reproduce the behavior:
- See CI error of tests: kernel: context: move to new ztest API #47229
Logs and console output
*** Booting Zephyr OS build zephyr-v3.1.0-1812-g2760104632c1 ***
Running TESTSUITE context
===================================================================
START - test_kernel_cpu_idle
PASS - test_kernel_cpu_idle in 0.150 seconds
===================================================================
START - test_kernel_cpu_idle_atomic
PASS - test_kernel_cpu_idle_atomic in 0.150 seconds
===================================================================
START - test_kernel_ctx_thread
E: ***** Exception vector: 0x2, cause code: 0x1, parameter 0x0
E: Address 0x80000110
E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
E: Current thread: 0x804005cc (test_kernel_ctx_thread)
E: Halting system
Metadata
Metadata
Assignees
Labels
area: ARCARC ArchitectureARC ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug