On Sun, Jun 12, 2022 at 6:13 PM Thomas Friedrichsmeier < thomas.friedrichsme...@kdemail.net> wrote:
> Hi! > Hi Thomas, > > Would anybody have a hint for me on how to diagnose an issue in > running tests on the gitlab (Windows) CI? > > My newly added test fails with an exception: > https://invent.kde.org/education/rkward/-/jobs/354885 > > Test project C:/builds/education/rkward/_build > Start 1: rkward-core_test > 1/1 Test #1: rkward-core_test .................Exit code 0xc0000135 > ***Exception: 0.23 sec > 0% tests passed, 1 tests failed out of 1 > > 0xc0000135 appears to be STATUS_DLL_NOT_FOUND, but which one (and why)? > Rather strange, the CI system does it's best to setup PATH such that Windows should be able to find all the necessary DLLs. Are you able to confirm what libraries the rkward-core test links against? > > The test works inside my craft environment (and in the freebsd and > linux CIs). > > Thanks for any pointers! > Thomas > Cheers, Ben