[libapache2-mod-perl2] 04/12: Mark failing tests in t/perl/ithreads3.t as TODO for now; they are not a regression from previous releases.
Niko Tyni
ntyni at moszumanska.debian.org
Thu Aug 7 20:13:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.
commit 3341b6b9838cbca085f98cf638719dcb79b7ed0d
Author: Niko Tyni <ntyni at debian.org>
Date: Thu Aug 7 17:28:49 2014 +0300
Mark failing tests in t/perl/ithreads3.t as TODO for now; they are not a regression from previous releases.
---
debian/changelog | 2 ++
...iling-tests-in-t-perl-ithreads3.t-as-TODO.patch | 31 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fc8c5c3..25ab3ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ libapache2-mod-perl2 (2.0.9~1604013-1) UNRELEASED; urgency=medium
MP_IN_XS in APR and APR/PerlIO builds. (Closes: #756989)
* Fix t/compat/conn_rec.t failures by restoring httpd-2.4 compatibility
in lib/Apache2/compat.pm.
+ * Mark failing tests in t/perl/ithreads3.t as TODO for now; they are
+ not a regression from previous releases.
-- gregor herrmann <gregoa at debian.org> Sat, 15 Feb 2014 20:25:47 +0100
diff --git a/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch b/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch
new file mode 100644
index 0000000..787657c
--- /dev/null
+++ b/debian/patches/420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch
@@ -0,0 +1,31 @@
+From 4b367c94eca583b13e9e808569bd26c40f0f90e0 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Thu, 7 Aug 2014 00:45:59 +0300
+Subject: [PATCH 3/3] Mark failing tests in t/perl/ithreads3.t as TODO
+
+The tests date back to 2007 (r607681) in the threading branch
+but have only now got onto the trunk. It's currently unclear
+how well they work for others with a -Dusethreads perl.
+
+Upstream thread at
+ http://mail-archives.apache.org/mod_mbox/perl-dev/201408.mbox/%3C20140807141231.GA24545%40estella.local.invalid%3E
+---
+ t/perl/ithreads3.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/perl/ithreads3.t b/t/perl/ithreads3.t
+index ef3feb5..e2346a7 100644
+--- a/t/perl/ithreads3.t
++++ b/t/perl/ithreads3.t
+@@ -6,7 +6,7 @@ use Apache::Test;
+ use Apache::TestUtil;
+ use Apache::TestRequest 'GET_BODY';
+
+-plan tests => 6, need_apache_mpm('worker') && need_perl('ithreads');
++plan tests => 6, todo => [3, 4, 5], need_apache_mpm('worker') && need_perl('ithreads');
+
+ my $module = 'TestPerl::ithreads3';
+
+--
+2.1.0.rc1
+
diff --git a/debian/patches/series b/debian/patches/series
index 6e907ec..64bde70 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ avoid-db-linkage.patch
390-Disable-the-tree-dse-gcc-optimization-for-modperl_en.patch
400-Define-MP_IN_XS-to-avoid-referencing-perl_module-out.patch
410-Restore-httpd-2.4-compatibility-in-lib-Apache2-compa.patch
+420-Mark-failing-tests-in-t-perl-ithreads3.t-as-TODO.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-mod-perl2.git
More information about the Pkg-perl-cvs-commits
mailing list