Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
workers/40626 (commit 6c476c22) causes multiple test failures
- X-seq: zsh-workers 40644
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: workers/40626 (commit 6c476c22) causes multiple test failures
- Date: Sat, 25 Feb 2017 16:04:55 -0800
- Authentication-results: amavisd4.gkg.net (amavisd-new); dkim=pass (2048-bit key) header.d=brasslantern-com.20150623.gappssmtp.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version; bh=lA0ezOixLMEUwrIl60Ehz4T4j+HnA5iWci38nnXvOOY=; b=PwebhCgx8QAA3d/eUWcrG+3xUCUVw1bXkfTuEOvKsSel4vBwcW11cIu5FI25F9GUlW 3qEjU49gzF5foZ0P6nG77FzmHENiCCa8vHZ8qH/PaDyAWtbynDRhalU0zubjpdyT1JUD BDyn6WHvpXaDVb+k8Zz8Uq6TsSbluPrNZyllinxCGXBusAQlUnJosSaZP19lqnsRjlff Up+jCHiDb1djuJ8n3criCcj0tJtsKgK5j4bByQWDa2rf0RaXKPBCfARPzz/rsxZyJR0G 7++moYoUjIDkBpF1euce1h+9wGuIF8bWT1ddxRg6q7XnqfKFPVQJzlkExzVt0FdBggn4 wGZg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
This is just the first one that dies:
../../zsh-5.0/Test/A03quoting.ztst: starting.
--- /tmp/zsh.ztst.20553/ztst.out 2017-02-25 15:58:53.000000000 -0800
+++ /tmp/zsh.ztst.20553/ztst.tout 2017-02-25 15:58:53.000000000 -0800
@@ -1 +1 @@
-'
+
Test ../../zsh-5.0/Test/A03quoting.ztst failed: output differs from expected as shown above for:
print -r ''''
unsetopt rcquotes
**************************************
33 successful test scripts, 14 failures, 1 skipped
**************************************
Reverting 6c476c22 makes all tests pass again.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author