hakehuang / zephyr

Primary GIT Repository for the Zephyr Project
http://zephyrproject.org/doc
Apache License 2.0
0 stars 0 forks source link

tests-ci :testing.ztest.error_hook.catch_fatal_error : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout #107

Open hakehuang opened 3 years ago

hakehuang commented 3 years ago

Describe the bug testing.ztest.error_hook.catch_fatal_error test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce

  1. scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test testing.ztest
  2. See error

Expected behavior test pass

Impact

Logs and console output

w*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite error_hook_tests
===================================================================
START - test_catch_assert_fail
ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
parameter a should not be NULL!
Caught assert failed
Assert error expected as part of test case.
PASS - test_catch_assert_fail in 0.17 seconds
===================================================================
START - test_catch_fatal_error
case type is 0
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...

Environment (please complete the following information):

hakehuang commented 3 years ago

tests-ci :testing.ztest.error_hook.catch_z_oops : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

hakehuang commented 3 years ago

tests-ci :testing.ztest.error_hook.catch_assert_in_isr : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout