Replace qmltestrunner with a custom executable that effectively does the same
ClosedPublic

Authored by ahiemstra on Feb 27 2020, 12:54 PM.

Details

Summary

CI is currently failing due to LD_PRELOAD of the ASAN libraries failing for some
reason. Since it is not clear what causes this problem, instead create a custom
executable that does the same as qmltestrunner but will be compiled using ASAN
like the rest of the library.

Test Plan

Tests still pass. I used the same solution for kquickcharts where it has been working
for a while.

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahiemstra created this revision.Feb 27 2020, 12:54 PM
Restricted Application added a project: Kirigami. · View Herald TranscriptFeb 27 2020, 12:54 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ahiemstra requested review of this revision.Feb 27 2020, 12:54 PM
apol accepted this revision.Feb 27 2020, 2:20 PM
This revision is now accepted and ready to land.Feb 27 2020, 2:20 PM
This revision was automatically updated to reflect the committed changes.