RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.92k stars 1.99k forks source link

Testrunner: Detect hard fault after the test is finished #15055

Closed bergzand closed 3 years ago

bergzand commented 4 years ago

Description

Some tests, pkg_utensor on samr21-xpro with LLVM on bcd2b3e3696b94c6d464cb6407c7cec5b80af95b, fail hard after successfully printing the required output. This incorrectly gives the impression that the test succeeded, while actually the node crashed after executing the test.

Having some hard fault detection inside the testrunner scripts, for example by failing the test if a hard fault is detected after the expected output, would be useful for this.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.