From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13337 invoked by alias); 7 May 2015 08:33:39 -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: 35053 Received: (qmail 22946 invoked from network); 7 May 2015 08:33:23 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f5-f794b6d000001495-15-554b234fbbbc Date: Thu, 07 May 2015 09:33:17 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Test suite failures with 5.0.7-dev-2 Message-id: <20150507093317.16c86339@pwslap01u.europe.root.pri> In-reply-to: <20150506213002.GY10059@sym.noone.org> References: <20150506065942.GW10059@sym.noone.org> <20150506094257.39a15b4a@pwslap01u.europe.root.pri> <20150506213002.GY10059@sym.noone.org> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t/xa7r+yt6hBqtu8VscbH7I5MDoserg B6YAxigum5TUnMyy1CJ9uwSujBczlrMV7GWv+PfqJmsD43PWLkZODgkBE4mrH2cxQthiEhfu rWfrYuTiEBJYyiix+swpRghnBpPEvLYVzBDOVkaJ3Xs72EFaWARUJdoaW5lAbDYBQ4mpm2aD jRIREJc4u/Y8C4gtDBS/3PoFqJmDg1fAXmLqNimQMKeAscSuC41QMycySlxoXs0MkuAX0Je4 +vcTE8RJ9hIzr5wBm8krICjxY/I9sJnMAloSm7c1sULY8hKb17wF6xUSUJe4cXc3+wRGoVlI WmYhaZmFpGUBI/MqRtHU0uSC4qT0XCO94sTc4tK8dL3k/NxNjJCw/bqDcekxq0OMAhyMSjy8 AVWeoUKsiWXFlbmHGCU4mJVEeLdIeocK8aYkVlalFuXHF5XmpBYfYpTmYFES5525632IkEB6 YklqdmpqQWoRTJaJg1OqgdHxXJrcTk+/TeoJPc4mFiIP7ohonbLL4fuyKekzb7jD1B/Pel7k P1quetBtUqnCP6fzB70Dp2y9qm+WEfiYzeDjnee+38+HtX2wZltnx8/u8Xe+YsMCfpfNz/3e HZV9clE1h8f2FF92iPBttSKzyW4CD/XFE9TCXsY0rolas9Czs1VWntlgiRJLcUaioRZzUXEi AKV9t5FXAgAA On Wed, 6 May 2015 23:30:03 +0200 Axel Beckert wrote: > On Wed, May 06, 2015 at 09:42:57AM +0100, Peter Stephenson wrote: > > On Wed, 6 May 2015 08:59:43 +0200 > > Axel Beckert wrote: > > > Running test: Aliasing reserved tokens > > > Pattern match failed: > > > > > > > <*4*{ begin > > > <*5*{end > > > >[1m[7m%[27m[1m[0m > > >.. > > > This looks to me like failing due to additional ANSI escape sequences > > > in the output. (Currently no time for further investigations, sorry. > > > Maybe this evening.) > > > > Yes; does the following help? > > Unfortunately not: Hmm... If that '[1m[7m%[27m[1m[0m ' isn't coming from a prompt of some sort I'll eat my hat. An inverse video percent (once you've put the escapes back) with a space after it can't really be anything else. Something in your set up must be doing that. Have you an /etc/zshenv in there? pws