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

fsfs pushed a commit to branch master
in repository libio-pty-easy-perl.

commit 809818b0d4ad186b8b4045f15fc4d3405c587d85
Author: Florian Schlichting <f...@debian.org>
Date:   Wed Oct 19 17:53:46 2016 +0200

    Drop test-todo.patch, upstream marked the flaky test TODO (closes: #827033)
---
 debian/patches/series          |  1 -
 debian/patches/test-todo.patch | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1ba22c3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-test-todo.patch
diff --git a/debian/patches/test-todo.patch b/debian/patches/test-todo.patch
deleted file mode 100644
index 3c48e71..0000000
--- a/debian/patches/test-todo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: mark test as TODO which fails nondeterministically
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95702
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95702
-Bug-Debian: https:/bugs.debian.org/806534
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2015-11-28
-
---- a/t/read-write.t
-+++ b/t/read-write.t
-@@ -15,8 +15,11 @@
- $pty->spawn("$^X -e 'sleep(1) while 1'");
- eval {
-     local $SIG{ALRM} = sub {
-+        TODO: {
-+        local $TODO = "nondeterministic failures, cf. #806534";
-         is($pty->write("should fail", 0.1), undef,
-            "write returns undef on timeout");
-+        }
-         $SIG{ALRM} = 'DEFAULT';
-         alarm 1;
-     };

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libio-pty-easy-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to