zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.52k stars 6.45k forks source link

tests/crypto/rand32/testcase.yaml#crypto.rand32.random_hw_xoroshiro.rand32: Not Booting #14244

Closed cinlyooi-intel closed 5 years ago

cinlyooi-intel commented 5 years ago

Describe the bug Attempted on two separate boards, both failed to boot up.

To Reproduce Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=sam_e70_xplained
  3. make
  4. make run

Environment (please complete the following information):

aurel32 commented 5 years ago

I am also not able to reproduce that bug :(.

Attempted on two separate boards, both failed to boot up.

When you say two separate boards, do you mean two SAM E70 boards, or two different models?

cinlyooi-intel commented 5 years ago

@aurel32 Two separate SAM E70 boards

Do you mean you managed to boot the board? and run the test correctly?

aurel32 commented 5 years ago

Yes, the board boots, but the test fails as you reported in #13935. In my initial testing I didn't modify the configuration file to select the xoroshiro generator instead of the default one.

cinlyooi-intel commented 5 years ago

@aurel32 Practical considerations over here means I am willing to accept that my boards here actually booted but I just did not see the full output to verify it boot. If you are fine with this, I think we can close the ticket. If you agree, can you close the ticket please? Many thanks for all your help.

wentongwu commented 5 years ago

Cinly, it can boot, but it's the same issue as #13935.

wentongwu commented 5 years ago

This is a duplicate issue of #13935. And it seems @aurel32 has already root caused it.