[gnumeric] Tests: skip t8050 on buggy pango.



commit 1ca498d167b928d7bf73115db3b813281a49a7cb
Author: Morten Welinder <terra gnome org>
Date:   Sat Aug 15 17:23:30 2009 -0400

    Tests: skip t8050 on buggy pango.

 test/t8050-valgrind-sstest.pl |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/test/t8050-valgrind-sstest.pl b/test/t8050-valgrind-sstest.pl
index 1c7296c..7e4668f 100755
--- a/test/t8050-valgrind-sstest.pl
+++ b/test/t8050-valgrind-sstest.pl
@@ -7,4 +7,9 @@ use GnumericTest;
 
 &message ("Check sstest with valgrind.");
 
+my $pango = `pkg-config --modversion pango 2>/dev/null`;
+chomp $pango;
+&GnumericTest::report_skip ("Pango version $pango is buggy")
+    if $pango eq '1.24.2';
+
 &test_valgrind ("$sstest all >/dev/null 2>&1", 1);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]