r49344 - in /trunk/libwx-perl/debian: changelog patches/series patches/skip-splashfast-tests.patch rules

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Thu Dec 24 20:15:47 UTC 2009


Author: ryan
Date: Thu Dec 24 20:15:41 2009
New Revision: 49344

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49344
Log:
skip the failing tests (Closes: #499740)

Added:
    trunk/libwx-perl/debian/patches/skip-splashfast-tests.patch
Modified:
    trunk/libwx-perl/debian/changelog
    trunk/libwx-perl/debian/patches/series
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/changelog?rev=49344&op=diff
==============================================================================
--- trunk/libwx-perl/debian/changelog (original)
+++ trunk/libwx-perl/debian/changelog Thu Dec 24 20:15:41 2009
@@ -5,8 +5,9 @@
 
   [ Ryan Niebur ]
   * remove wrap_get_raw_keycode.patch, applied upstream
+  * skip the failing tests (Closes: #499740)
 
- -- Ryan Niebur <ryan at debian.org>  Thu, 24 Dec 2009 10:33:22 -0800
+ -- Ryan Niebur <ryan at debian.org>  Thu, 24 Dec 2009 12:14:44 -0800
 
 libwx-perl (0.93-2) unstable; urgency=low
 

Modified: trunk/libwx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/patches/series?rev=49344&op=diff
==============================================================================
--- trunk/libwx-perl/debian/patches/series (original)
+++ trunk/libwx-perl/debian/patches/series Thu Dec 24 20:15:41 2009
@@ -1,1 +1,2 @@
+skip-splashfast-tests.patch
 hashbang.patch

Added: trunk/libwx-perl/debian/patches/skip-splashfast-tests.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/patches/skip-splashfast-tests.patch?rev=49344&op=file
==============================================================================
--- trunk/libwx-perl/debian/patches/skip-splashfast-tests.patch (added)
+++ trunk/libwx-perl/debian/patches/skip-splashfast-tests.patch Thu Dec 24 20:15:41 2009
@@ -1,0 +1,12 @@
+These tests fail sometimes. #499740
+
+--- a/ext/pperl/splashfast/Makefile.PL
++++ b/ext/pperl/splashfast/Makefile.PL
+@@ -24,6 +24,7 @@
+                  AUTHOR          => 'Graciliano M. P. <gm at virtuasites.com.br>',
+                  VERSION_FROM    => 'SplashFast.pm',
+                  WX_CORE_LIB     => ' ',
++                 test => {TESTS => ' ',},
+                 );
+ 
+ }

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl/debian/rules?rev=49344&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Thu Dec 24 20:15:41 2009
@@ -7,11 +7,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_test:
-	xvfb-run $(MAKE) -f debian/rules do_tests
-
-do_tests:
-	cd ext/pperl/splashfast/; T=0; for i in t/*; do echo ====$$i====; perl -I ../../../blib/lib -I ../../../blib/arch $$i || T=$$(( 1 + $$T )); done; exit $$T
-	$(MAKE) -j1 test
+	xvfb-run $(MAKE) -j1 test
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Pkg-perl-cvs-commits mailing list