From d9cf59b4efaf45b0f4213917db7139a7ddd66aa7 Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Mon, 23 Apr 2012 11:52:52 +0000 Subject: [PATCH] Added a warning about running the Cairo tests git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9982 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/lib/cairo.xml | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/x/lib/cairo.xml b/x/lib/cairo.xml index 01ddc97cd2..3c547bd45b 100644 --- a/x/lib/cairo.xml +++ b/x/lib/cairo.xml @@ -111,23 +111,18 @@ , DirectFB, - , - , - , - , - Skia and - Valgrind - - - Optional (to provide extended test suite - coverage) - (for testing the postscript backend), (for testing the PDF backend), + , + , (for testing the SVG backend), libspectre (for - testing the PDF backend) and - (for testing the PDF backend). + testing the PDF backend), + , + (for testing the PDF backend), + , + Skia and + Valgrind. @@ -161,12 +156,13 @@ patch -p1 < ../cairo-&cairo-version;-expose-snapshot-1.patch && make - To test the results, issue: make -k check. - - - - Note that the tests take a long time to run and many of them fail for - unknown reasons. + Note that the tests take a long time to run, many of them fail for unknown + reasons and it has been known to cause a kernel panic. If you want to run the tests issue: + make -k check.