<div dir="ltr"><div>Thanks for the response.</div><div><br></div>Solved. Was a permissions issue with the test executables. Ran them as su so the normal user's environment (where QT_PLUGIN_PATH was) didn't get included.<div><br></div><div>There was also an issue where the sessions of failed test runs caused subsequent runs to fail trying to restore from the existing default. Easy fix by removing the offending sessions but this might not be desired behavior.</div><div><br></div><div>Thanks again for the help.</div><div>--Matthew Suozzo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 15, 2015 at 3:54 AM, Kevin Funk <span dir="ltr"><<a href="mailto:kfunk@kde.org" target="_blank">kfunk@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tuesday, April 14, 2015 20:58:48 Matthew Suozzo wrote:<br>
> Hello,<br>
><br>
> I'm a student working on KDevelop under the supervision of Alex Dymo. I<br>
> have been working on the kdev-clang plugin in KDevelop 5 on his suggestion<br>
> and have been having trouble running tests.<br>
><br>
> PROBLEM (I think):<br>
><br>
> Test executables (QTests) do not load QT_PLUGIN_PATH<br>
><br>
> INFO:<br>
><br>
> I believe I've isolated the problem to QTest not loading QT_PLUGIN_PATH (or<br>
> any other bash environment variables) and consequently failing to locate<br>
> and load plugins. As one might imagine, this causes many tests to fail.<br>
> Would anyone happen to know of a misconfiguration that could cause this?<br>
><br>
> To clarify, KDevelop itself works fine. The environment variables correctly<br>
> appear in QProcessEnvironment::systemEnvironment when in the actual<br>
> KDevelop IDE but not in the kdev-clang or kdevplatform tests.<br>
<br>
</span>That sounds odd. If KDevelop works fine, then the tests should find plugins just<br>
fine, too.<br>
<br>
Please double-check to have everything from:<br>
  <a href="https://community.kde.org/Frameworks/Building#Runtime_setup" target="_blank">https://community.kde.org/Frameworks/Building#Runtime_setup</a><br>
<br>
If it still doesn't work, try to post some debug output from a test run.<br>
<br>
Greets,<br>
Kevin<br>
<div class="HOEnZb"><div class="h5"><br>
> ENVIRONMENT:<br>
><br>
> kdevelop, kdevplatform, and kdev-clang at master<br>
> Kubuntu 14.10 (plasma 5) 64-bit<br>
> Image run in VirtualBox<br>
><br>
><br>
> Any help would be greatly appreciated. I'm unfamiliar with this process and<br>
> don't know what information I should provide to help this process along.<br>
> Any assistance in framing or clarifying my problem would also be<br>
> appreciated.<br>
><br>
> --Matthew Suozzo<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Kevin Funk | <a href="mailto:kfunk@kde.org">kfunk@kde.org</a> | <a href="http://kfunk.org" target="_blank">http://kfunk.org</a></font></span></blockquote></div><br></div>