[Fontconfig-bugs] [Bug 92401] make check fails on AIX: FAIL: test-bz89617

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 23 06:17:58 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92401

--- Comment #4 from Michael Felt <aixtools at gmail.com> ---
Not yet. I have been away from my build systems.

As I do not know the tests - do you have a suggestion on how to proceed.

re: what did I run - make check

And I included, as best I could, the code I thought that was being executed -
namely -

FAIL test-bz89617 (exit status: 1)

Looking further:

int
main (void)
{
    FcConfig *config = FcConfigGetCurrent ();

    if (!FcConfigAppFontAddFile (config, SRCDIR "/4x6.pcf") ||
        FcConfigAppFontAddFile (config, "/dev/null"))
        return 1;

    return 0;
}

Is it also correct that there are only two tests?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20151023/abce5f0f/attachment.html>


More information about the Fontconfig-bugs mailing list