Changeset d9cf59b


Ignore:
Timestamp:
04/23/2012 11:52:52 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f5dcc2
Parents:
e173f329
Message:

Added a warning about running the Cairo tests

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9982 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    re173f329 rd9cf59b  
    112112      <xref linkend="cogl"/>,
    113113      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
     114      <xref linkend="gs"/> (for testing the postscript backend),
     115      <xref linkend="gtk2"/> (for testing the PDF backend),
    114116      <xref linkend="gtk-doc"/>,
    115117      <xref linkend="libdrm"/>,
     118      <xref linkend="librsvg"/> (for testing the SVG backend),
     119      <ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
     120      testing the PDF backend),
    116121      <xref linkend="mesalib"/>,
     122      <xref linkend="poppler"/> (for testing the PDF backend),
    117123      <xref linkend="qt4"/>,
    118124      <ulink url="http://code.google.com/p/skia/">Skia</ulink> and
    119       <ulink url="http://www.valgrind.org">Valgrind</ulink>
    120     </para>
    121 
    122     <bridgehead renderas="sect4">Optional (to provide extended test suite
    123     coverage)</bridgehead>
    124     <para role="optional">
    125       <xref linkend="gs"/> (for testing the postscript backend),
    126       <xref linkend="gtk2"/> (for testing the PDF backend),
    127       <xref linkend="librsvg"/> (for testing the SVG backend),
    128       <ulink url="http://libspectre.freedesktop.org">libspectre</ulink> (for
    129       testing the PDF backend) and
    130       <xref linkend="poppler"/> (for testing the PDF backend).
     125      <ulink url="http://www.valgrind.org">Valgrind</ulink>.
    131126    </para>
    132127
     
    162157
    163158    <para>
    164       To test the results, issue: <command>make -k check</command>.
    165     </para>
    166 
    167     <para>
    168       Note that the tests take a long time to run and many of them fail for
    169       unknown reasons.
     159      Note that the tests take a long time to run, many of them fail for unknown
     160      reasons and it has been known to cause a kernel panic. <!-- I suspect that
     161      the panic was due to a bug in the xf86-video-ati driver but I can't be
     162      sure as the system locked up hard. cairo-1.12.0 has exposed bugs in other
     163      parts of Xorg https://bugs.freedesktop.org/show_bug.cgi?id=47266 Andy
     164      2012-04-22 --> If you want to run the tests issue:
     165      <command>make -k check</command>.
    170166    </para>
    171167
Note: See TracChangeset for help on using the changeset viewer.