From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24068 invoked by alias); 19 Mar 2018 00:19:38 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 42482 Received: (qmail 12107 invoked by uid 1010); 19 Mar 2018 00:19:38 -0000 X-Qmail-Scanner-Diagnostics: from mail-pf0-f182.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.192.182):SA:0(-1.9/5.0):. Processed in 1.300117 secs); 19 Mar 2018 00:19:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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=SIWqUFfvZs+CLiBqk5Osc/oSjzKnQMX1J81KgGmGGzk=; b=eR9tYju+sVzcBbgwn72+VnzpihjkXF70xmx/cHNZJsRrVryuU4Fd7uLnr5XQZCxSNx YPEYN+oFt1+FODvsJHP9G3F4UqCqJy3xHQpqRymXSXRF9ex/IxX6hedvo5EHwpOI6egl bblV82ScOhEKVVhYCctSSQ6Ild18motXwTEhw7GevpPmFOQ2nk2rdcjCwnFXKHb7ZpvA ISOS8v0huke1eVsfdSt1TmgWduDBnh2xdv/Qp5BTCZ/N7bZyvjZvmZxHKl1xY1vnD5SI 6c+x7kVk7+FPqpo4r6i8S5LHd8s5COdsxXd1enrCpgyCdae7Etsiah4/m9FbZ/gwFTZm 5nHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:to:subject:mime-version; bh=SIWqUFfvZs+CLiBqk5Osc/oSjzKnQMX1J81KgGmGGzk=; b=TS39Qk/5FLvSXQEniAluus8blkoOd+Obyl+pT8cHlw0LK2ZLs8vXxa0rLdkmJBtJP6 f9eT9mzWWA0D7JMTsu/dluI8h9qOhnOVKXWbCVv3yEiKJ41dtZtKrR17IGrfb2bo920x hMbCAftvf+CVkxdw+hB5RYrUNa60Bq1G7ea50lZkwI6IGdCWlrbDpy4L4z9p6K4b3Q1x n0mqnuLN9vx6LSJdDQkJLIrInvUkWFraMP6PQbo5BfORGQNA/ExFx1TWrSsxQ6NX4w2A pZ+QGYYlprpfkFvMB/Cc3aMFaYunwJdhs+JaGkol9rQG2eGKobOGmPy4F3gIb3FesdiE hxQQ== X-Gm-Message-State: AElRT7FCoGLeaAJywfqoLiHGdbOz/2Y1m0/lQ1baG/JWKA3opP4fkZpU bFn6RT5OVuZeloWiqnKggz/srsV4 X-Google-Smtp-Source: AG47ELtor5TFjdjPLaXt0HKRLVhFxb5VkvxgSaTUWhSvMBpS1/PgkKULvydvLuLT4UU3kQWM+0jpmQ== X-Received: by 10.98.51.129 with SMTP id z123mr8569963pfz.132.1521418774485; Sun, 18 Mar 2018 17:19:34 -0700 (PDT) From: Bart Schaefer Message-Id: <180318171931.ZM10602@torch.brasslantern.com> Date: Sun, 18 Mar 2018 17:19:31 -0700 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Several tests fail when configured with --disable-multibyte MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii (Sorry about the blank message, my mouse needs to be replaced; it sometimes registers clicks when drag-selecting, and that time happened to switch to another window and hit the Send button.) These tests fail when --disable-multibyte on my CentOS desktop: ../../zsh-5.0/Test/A03quoting.ztst: starting. --- /tmp/zsh.ztst.6567/ztst.out 2018-03-18 17:09:54.000000000 -0700 +++ /tmp/zsh.ztst.6567/ztst.tout 2018-03-18 17:09:54.000000000 -0700 @@ -1 +1,3 @@ -$'one\\two\n\'buckle\'\tmy\\shoe\n' +'one\two +'\''buckle'\'' my\shoe +' Test ../../zsh-5.0/Test/A03quoting.ztst failed: output differs from expected as shown above for: foo=$'one\\two\n\'buckle\'\tmy\\shoe\n' print -r ${(q+)foo} Was testing: Extended minimal quoting of quotes and backslashes ../../zsh-5.0/Test/A03quoting.ztst: test failed. ../../zsh-5.0/Test/B03print.ztst: starting. --- /tmp/zsh.ztst.14267/ztst.out 2018-03-18 17:10:08.000000000 -0700 +++ /tmp/zsh.ztst.14267/ztst.tout 2018-03-18 17:10:08.000000000 -0700 @@ -1,2 +1,2 @@ typeset -g foo='once more' -typeset -g foo=$'into\C-@the-breach\C-@-' +typeset -g foo=intothe-breach- Test ../../zsh-5.0/Test/B03print.ztst failed: output differs from expected as sh own above for: unset foo print -v foo once more typeset -p foo printf -v foo "%s\0%s-" into the breach typeset -p foo Was testing: print and printf into a variable ../../zsh-5.0/Test/B03print.ztst: test failed. ../../zsh-5.0/Test/D01prompt.ztst: starting. --- /tmp/zsh.ztst.16005/ztst.out 2018-03-18 17:10:25.000000000 -0700 +++ /tmp/zsh.ztst.16005/ztst.tout 2018-03-18 17:10:25.000000000 -0700 @@ -1 +1 @@ - +V Test ../../zsh-5.0/Test/D01prompt.ztst failed: output differs from expected as s hown above for: print ${(%U)Y-%(v} Was testing: Regression test for test on empty psvar ../../zsh-5.0/Test/D01prompt.ztst: test failed. ../../zsh-5.0/Test/D04parameter.ztst: starting. --- /tmp/zsh.ztst.16435/ztst.out 2018-03-18 17:10:28.000000000 -0700 +++ /tmp/zsh.ztst.16435/ztst.tout 2018-03-18 17:10:28.000000000 -0700 @@ -1 +1 @@ -^?^@ +\C-?\C-@ Test ../../zsh-5.0/Test/D04parameter.ztst failed: output differs from expected a s shown above for: foo=$'\x7f\x00' print -r -- ${(V)foo} Was testing: ${(V)...} ../../zsh-5.0/Test/D04parameter.ztst: test failed. ../../zsh-5.0/Test/V09datetime.ztst: starting. --- /tmp/zsh.ztst.18401/ztst.out 2018-03-18 17:10:37.000000000 -0700 +++ /tmp/zsh.ztst.18401/ztst.tout 2018-03-18 17:10:37.000000000 -0700 @@ -1 +1 @@ -1973^@03^@03 +1973\C-@03\C-@03 Test ../../zsh-5.0/Test/V09datetime.ztst failed: output differs from expected as shown above for: print -r -- ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"} Was testing: Embedded nulls ../../zsh-5.0/Test/V09datetime.ztst: test failed. ../../zsh-5.0/Test/Y01completion.ztst: starting. --- /tmp/zsh.ztst.19813/ztst.out 2018-03-18 17:11:12.000000000 -0700 +++ /tmp/zsh.ztst.19813/ztst.tout 2018-03-18 17:11:12.000000000 -0700 @@ -1,7 +1,5 @@ -line: {: ~user}{} -line: {: ~user}{} -NO:{user1} -NO:{user2} -line: {: ~user1}{} -line: {: ~user2}{} -line: {: ~user1}{} +line: {: ~}{} +line: {: ~}{} +line: {: ~}{} +line: {: ~}{} +line: {: ~}{} Test ../../zsh-5.0/Test/Y01completion.ztst failed: output differs from expected as shown above for: comptesteval '_users () { compadd user1 user2 }' comptest $': ~\t\t\t\t\t' Was testing: tilde ../../zsh-5.0/Test/Y01completion.ztst: test failed. -- Barton E. Schaefer