[Pkg-zsh-commits] [zsh] 02/03: Revert "Extend further-mitigate-test-suite-hangs.patch to mitigate a race condition in E01options.ztst"

Axel Beckert abe at deuxchevaux.org
Fri Sep 11 20:07:11 UTC 2015


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

abe pushed a commit to branch debian
in repository zsh.

commit bcea5a1cf43d1362084742753615a349633f161b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Sep 11 21:52:28 2015 +0200

    Revert "Extend further-mitigate-test-suite-hangs.patch to mitigate a race condition in E01options.ztst"
    
    This reverts commit 0867ec1ff0013deb0095aa769b529a33a24059f8.
---
 .../patches/further-mitigate-test-suite-hangs.patch | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/debian/patches/further-mitigate-test-suite-hangs.patch b/debian/patches/further-mitigate-test-suite-hangs.patch
index a824b76..8c96e69 100644
--- a/debian/patches/further-mitigate-test-suite-hangs.patch
+++ b/debian/patches/further-mitigate-test-suite-hangs.patch
@@ -1,14 +1,12 @@
 Origin: http://www.zsh.org/mla/workers/2014/msg01250.html
-        http://www.zsh.org/mla/workers/2015/msg02382.html
-Author: Bart Schaefer <schaefer at brasslantern.com>,
-        Peter Stephenson <p.stephenson at samsung.com>
+Author: Bart Schaefer <schaefer at brasslantern.com>
 Bug-Debian: https://bugs.debian.org/759870
 Description: Add a sleep call which should prevent a race condition in coproc
 
 Index: zsh/Test/A05execution.ztst
 ===================================================================
---- zsh.orig/Test/A05execution.ztst	2015-09-09 20:44:09.944160810 +0200
-+++ zsh/Test/A05execution.ztst	2015-09-09 20:44:09.940160826 +0200
+--- zsh.orig/Test/A05execution.ztst	2015-08-30 22:03:54.257198175 +0200
++++ zsh/Test/A05execution.ztst	2015-08-30 22:03:54.257198175 +0200
 @@ -208,6 +208,7 @@
    print -u $ZTST_fd 'This test takes 5 seconds to fail...'
    { printf "%d\n" {1..20000} } 2>/dev/null | ( read -e )
@@ -17,16 +15,3 @@ Index: zsh/Test/A05execution.ztst
    print -p done
    read -et 6 -p
  0:Bug regression: piping a shell construct to an external process may hang
-Index: zsh/Test/E01options.ztst
-===================================================================
---- zsh.orig/Test/E01options.ztst	2015-09-08 23:39:06.098975526 +0200
-+++ zsh/Test/E01options.ztst	2015-09-09 20:48:47.998938558 +0200
-@@ -995,7 +995,7 @@
-   print this is bar >bar
-   fn() {
-     local NULLCMD=cat READNULLCMD=cat
--    echo hello | >foo
-+    { echo hello | >foo } 2>/dev/null
-     cat foo
-     <bar
-   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list