Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test failure on OpenBSD
- X-seq: zsh-workers 40123
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Test failure on OpenBSD
- Date: Wed, 7 Dec 2016 21:26:52 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:user-agent; bh=UMxhsynzSZXZZWjx4hCEIh7r/UQbpvXFM3smHZ6l2nI=; b=MhEfza4jXV49+b/etXBeMFcikk80oVM6nLmMNlxOsJxf6+PPrsLi/rdMkcAcCwTrWf Cj1gszzvwHwIcsxqYvXbYsbSwnfknsIh194tS5rxIHj4z69xQVNwrq24eP1oFowYZrs1 3Aa0wc5pwOtfcPie+Hm1Qu1ZiPUYNCxNnQyPdMR4NuMUtSG12jfLj9eQoNoO7IyrnmdB M3fgZkkBPRaARNrnUkddxn3Vl5vRQvvaAiBRUn1/5+yJbGcOG28ab8UryTpsq1U51Hxm s6QT93NPzfHwA2Zti5Sz9AZi8S28geX3s5xpxZqFRGv2wUJLoD52Sdiq8iD65BMqlow1 Ppdw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
[[ $'\ua0' =~ '^.$' ]] exits non-zero on OpenBSD-current both in
5.2-test-2 and in 5.2. I swear the test was passing when I last updated
the port, but the test suite hasn't changed in the mean time.
Oddly on OpenBSD 5.9 and 6.0 with the packaged zsh 5.2, echo $'\ya0'
errors with zsh: character not in range
- Matthew Martin
./D07multibyte.ztst: starting.
Testing multibyte with locale en_US.UTF-8
--- /usr/ports/pobj/zsh-5.2-test-2/zsh-5.2-test-2/tmp.ztst.68282/ztst.out Wed Dec 7 21:11:59 2016
+++ /usr/ports/pobj/zsh-5.2-test-2/zsh-5.2-test-2/tmp.ztst.68282/ztst.tout Wed Dec 7 21:11:59 2016
@@ -1,3 +1,2 @@
OK
OK
-OK
Test ./D07multibyte.ztst failed: output differs from expected as shown above for:
if zmodload zsh/regex 2>/dev/null; then
[[ $'\ua0' =~ '^.$' ]] && print OK
[[ $'\ua0' =~ $'^\ua0$' ]] && print OK
[[ $'\ua0'X =~ '^X$' ]] || print OK
else
ZTST_skip="regexp library not found."
fi
Was testing: Ensure no confusion on metafied input to regex module
./D07multibyte.ztst: test failed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author