mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Added a warning about running the Cairo tests
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9982 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e173f329ed
commit
d9cf59b4ef
@ -111,23 +111,18 @@
|
|||||||
<para role="optional">
|
<para role="optional">
|
||||||
<xref linkend="cogl"/>,
|
<xref linkend="cogl"/>,
|
||||||
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
|
<ulink url="http://www.directfb.org/">DirectFB</ulink>,
|
||||||
<xref linkend="gtk-doc"/>,
|
|
||||||
<xref linkend="libdrm"/>,
|
|
||||||
<xref linkend="mesalib"/>,
|
|
||||||
<xref linkend="qt4"/>,
|
|
||||||
<ulink url="http://code.google.com/p/skia/">Skia</ulink> and
|
|
||||||
<ulink url="http://www.valgrind.org">Valgrind</ulink>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional (to provide extended test suite
|
|
||||||
coverage)</bridgehead>
|
|
||||||
<para role="optional">
|
|
||||||
<xref linkend="gs"/> (for testing the postscript backend),
|
<xref linkend="gs"/> (for testing the postscript backend),
|
||||||
<xref linkend="gtk2"/> (for testing the PDF backend),
|
<xref linkend="gtk2"/> (for testing the PDF backend),
|
||||||
|
<xref linkend="gtk-doc"/>,
|
||||||
|
<xref linkend="libdrm"/>,
|
||||||
<xref linkend="librsvg"/> (for testing the SVG backend),
|
<xref linkend="librsvg"/> (for testing the SVG backend),
|
||||||
<ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
|
<ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
|
||||||
testing the PDF backend) and
|
testing the PDF backend),
|
||||||
<xref linkend="poppler"/> (for testing the PDF backend).
|
<xref linkend="mesalib"/>,
|
||||||
|
<xref linkend="poppler"/> (for testing the PDF backend),
|
||||||
|
<xref linkend="qt4"/>,
|
||||||
|
<ulink url="http://code.google.com/p/skia/">Skia</ulink> and
|
||||||
|
<ulink url="http://www.valgrind.org">Valgrind</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
@ -161,12 +156,13 @@ patch -p1 < ../cairo-&cairo-version;-expose-snapshot-1.patch &&
|
|||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To test the results, issue: <command>make -k check</command>.
|
Note that the tests take a long time to run, many of them fail for unknown
|
||||||
</para>
|
reasons and it has been known to cause a kernel panic. <!-- I suspect that
|
||||||
|
the panic was due to a bug in the xf86-video-ati driver but I can't be
|
||||||
<para>
|
sure as the system locked up hard. cairo-1.12.0 has exposed bugs in other
|
||||||
Note that the tests take a long time to run and many of them fail for
|
parts of Xorg https://bugs.freedesktop.org/show_bug.cgi?id=47266 Andy
|
||||||
unknown reasons.
|
2012-04-22 --> If you want to run the tests issue:
|
||||||
|
<command>make -k check</command>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user