[libical-parser-html-perl] 02/04: skip t/01parse.t unconditionally

Damyan Ivanov dmn at moszumanska.debian.org
Fri Mar 7 13:04:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libical-parser-html-perl.

commit e4b74c5739e15366c05d95d8ae47556b318defab
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Mar 7 13:01:46 2014 +0000

    skip t/01parse.t unconditionally
---
 debian/patches/series                   |  1 +
 debian/patches/skip-content-tests.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 557ef5f..0d81bb3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 perl5.18.patch
+skip-content-tests.patch
diff --git a/debian/patches/skip-content-tests.patch b/debian/patches/skip-content-tests.patch
new file mode 100644
index 0000000..1e09f89
--- /dev/null
+++ b/debian/patches/skip-content-tests.patch
@@ -0,0 +1,18 @@
+Description: skip t/01parse.t, as it fails massively (19/19)
+ Some day someone may fix it, but until then we want it disabled.
+ Previously all errors from the test suite were ignored, which led to
+ undetected syntax errors (#741000)
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: no
+
+--- a/t/01parse.t
++++ b/t/01parse.t
+@@ -2,6 +2,8 @@
+ use Test::More;
+ use iCal::Parser::HTML;
+ 
++plan skip_all => 'Content tests are terribly broken';
++
+ my $parser=iCal::Parser::HTML->new;
+ #map of calendars to start dates
+ my %testmap=(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libical-parser-html-perl.git



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