Page MenuHomePhabricator

Fix failing tests on WIndows CI client
Closed, ResolvedPublic

Description

Since I can't reproduce the failing tests locally, I try to guess and pass -platform minimal to these tests since they have in common to use QCoreApplication resp. QApplication and at least one of the tests spit out a few warnings locally about being unable to register a certain Qt-internal window, which is related to having a full platform available, which is not the case on our CI clients. We already did it in the past with Qt 5 on Linux for a few tests.

Event Timeline

kislinsk triaged this task as Normal priority.Feb 21 2024, 4:16 PM
kislinsk created this task.

Okay, this didn't change anything but won't hurt. Meanwhile I noticed that the exit code of the tests is 0xc0000135 (STATUS_DLL_NOT_FOUND). So probably it's more in the direction of something Qt related is missing in the CTest environment.

Deleted branch from rMITK MITK: bugfix/T30336-FixFailingTestsOnWindowsCI.