Description
Some Windows configure logs in coin integrations have lines misplaced, e.g. Window Android armv7 target in dev:
agent:2024/04/08 17:11:11 build.go:404: SpNote: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available. agent:2024/04/08 17:11:11 build.go:404: anish Mexico ....................... yes agent:2024/04/08 17:11:11 build.go:404: Estonian ............................. yes ... agent:2024/04/08 17:11:11 build.go:404: Portuguese Portugal .................. yes agent:2024/04/08 17:11:11 build.go:404: Romanian ............................. yes agent:2024/04/08 17:11:11 build.go:404: Russian .............................. agent:2024/04/08 17:11:11 build.go:404: WARNING: Basic cpp/winrt support missing. Some features might not be available. agent:2024/04/08 17:11:11 build.go:404: WARNING: QtWebEngine won't be built. GNU compiler is not supported. agent:2024/04/08 17:11:11 build.go:404: yes agent:2024/04/08 17:11:11 build.go:404: Slovak ............................... yes
RTA has automated test to verify the configure output, to catch bugs like QTBUG-122889 (missing ffmpeg). If the configure output has random text lines in between (or lines not printing in correct order), automated feature parsing is difficult.