Code review comment for lp:~om26er/unity8/unlocker_fix_non_working_code

Revision history for this message
Christopher Lee (veebers) wrote :

The failure in the qmluitests is due to the testDashContents tests causing a segfault.
(You can see this by checking out the console log and searching for 'segmentation fault')

The segfault means that the newly created testDashContent.xml file is never populated with details. The jenkins job then sees this 0-length file and considers it indicative of a failed test and marks the job as UNSTABLE.

I'll just create a bug for this so we can keep track of it . . . here it is: https://bugs.launchpad.net/unity8/+bug/1253483

« Back to merge proposal