You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are two cases that generate Hardware failure, and one that generates an Assertion Failure.
sanitycheck (without coverage) passed for all the test case noted here.
Please note that we are expecting the "BUS Fault" because the test case is expected to generate and test this fault. It is the "Assertion failed" that is not expected and the reason for listing the testcase as having a bug.
***** BUS FAULT *****
Precise data bus error
BFAR Address: 0xaaaaaaaa
***** Hardware exception *****
Current thread ID = 0x2001ff0c
Faulting instruction address = 0x11d02
Caught system error -- reason 0
Assertion failed at /home/cinlyooi/tests/zephyrproject/zephyr/tests/kernel/mem_protect/userspace/src/main.c:107: z_SysFatalErrorHandler: (Re
ached unreachable code)
Unexpected fault during test
ASSERTION FAIL [(u32_t)thread->stack_obj == guard_start] @ /home/cinlyooi/tests/zephyrproject/zephyr/arch/arm/core/cortex_m/mpu/arm_core_mpu.c:2
23
Guard start (0xffffffe0) not beginning at stack object (0x0)
Environment (please complete the following information):
Describe the bug
There are two cases that generate Hardware failure, and one that generates an Assertion Failure.
sanitycheck (without coverage) passed for all the test case noted here.
To Reproduce
Screenshots or console output
37/214 mps2_an385 tests/kernel/mem_protect/stackprot/kernel.memory_protection FAILED: timeout
see: sanity-out/mps2_an385/tests/kernel/mem_protect/stackprot/kernel.memory_protection/handler.log
56/214 mps2_an385 tests/kernel/profiling/profiling_api/kernel.profiling FAILED: timeout
see: sanity-out/mps2_an385/tests/kernel/profiling/profiling_api/kernel.profiling/handler.log
40/214 mps2_an385 tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace FAILED: timeout
see: sanity-out/mps2_an385/tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace/handler.log
Please note that we are expecting the "BUS Fault" because the test case is expected to generate and test this fault. It is the "Assertion failed" that is not expected and the reason for listing the testcase as having a bug.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: