tests: broken with stdio_rtt if auto_init is disabled #13120
Labels
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Some tests disable auto_init (and thus xtimer's initialization).
xtimer is a hard dependency when using stdio_rtt, thus all tests disabling auto_init fail, unless they manually initialize xtimer.
Probably affected:
Probably minus these that manually initialize xtimer:
Steps to reproduce the issue
Run any of the above tests with a board configured to use
stdio_rtt
.Expected results
Test succeeds.
Actual results
Varying, as apparently the stdio_rtt code only falls back to periodic polling on read or write after empting either input or output queue. But the tests I tried just get stuck, mostly after printing the interactive_sync info line.
Versions
https://gist.github.com/6a04e06f0f9ec34836d4c22df7d7011c
The text was updated successfully, but these errors were encountered: