From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26660 invoked by alias); 30 Oct 2014 23:40:07 -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: X-Seq: 33577 Received: (qmail 963 invoked from network); 30 Oct 2014 23:40:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,FROM_12LTRDOM autolearn=ham version=3.3.2 Date: Thu, 30 Oct 2014 16:27:57 -0700 (PDT) From: Bart Schaefer Reply-To: Bart Schaefer To: zsh-workers@zsh.org Subject: Test failures on MacOS with latest pull from git Message-ID: User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) X-Face: "f/X=UCVgd*^c>+x(gMq0at?e:woX+;'snkkRzc3SX<0AZ (/PS4.M2hzGS9X:Qj]at_H/%a9K}:-eS<"v_7vX84PG9Bf Zpb`wI!I4geY=or+nWq`3CX`oq&TJR;g^ps|7(MH?jh;bs %vHJfCh5>a*6Re5m|Bidja\\o]>n\A)ib1:yX*T`zR(*h~ %tOw<~!D9{e6h!8M2:d8G2@K>y^1I_Vdy\d\MYe]z7c MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII This is actually the first time I've tried building the pcre module on MacOS, so the first error is probably related to my system setup. ./V07pcre.ztst: starting. Testing PCRE multibyte with locale en_US.UTF-8 Test ./V07pcre.ztst failed: bad status 2, expected 0 from: [[ 'foobar' =~ .([^[:ascii:]]). ]] print $MATCH print $match[1] Error output: (eval):1: module `zsh/pcre' has no such feature: `C:pcre-match' (eval):1: -pcre-match not available for regex Was testing: Basic non-ASCII regexp matching ./V07pcre.ztst: test failed. This one looks to be from Oliver's recent vi-mode changes: ./X02zlevi.ztst: starting. *** /tmp/zsh.ztst.out.53255 Thu Oct 30 16:25:08 2014 --- /tmp/zsh.ztst.tout.53255 Thu Oct 30 16:25:08 2014 *************** *** 1,2 **** ! BUFFER: SwordE ! CURSOR: 4 --- 1,2 ---- ! BUFFER: SeE ! CURSOR: 1 Test ./X02zlevi.ztst failed: output differs from expected as shown above for: zpty_run 'bindkey -a "^P" yank-pop' zletest $'word\C-wline\eddiSE\eP\C-P' Was testing: line based put before followed by character based yank-pop ./X02zlevi.ztst: test failed.