zsh-workers
 help / color / mirror / code / Atom feed
* [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64
@ 2008-10-21  7:53 Pierre-Emmanuel André
  2008-10-21  8:48 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Emmanuel André @ 2008-10-21  7:53 UTC (permalink / raw)
  To: zsh-workers

Hi,

regression tests give me this error on OpenBSD sparc64:

./D02glob.ztst: starting.
*** /usr/obj/ports/zsh-4.3.6-dev-2/zsh-4.3.6-dev-2/tmp.ztst.out.29269   Tue Oct 21 09:32:06 2008
--- /usr/obj/ports/zsh-4.3.6-dev-2/zsh-4.3.6-dev-2/tmp.ztst.tout.29269  Tue Oct 21 09:32:06 2008
***************
*** 101,107 ****
  1:  [[ BAR = (bar|(#i)foo) ]]
  0:  [[ FOO = (bar|(#i)foo) ]]
  0:  [[ Modules = (#i)*m* ]]
! 0:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
  1:  [[ FOOGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
  0:  [[ readme = (#i)readme~README|readme ]]
  0:  [[ readme = (#i)readme~README|readme~README ]]
--- 101,108 ----
  1:  [[ BAR = (bar|(#i)foo) ]]
  0:  [[ FOO = (bar|(#i)foo) ]]
  0:  [[ Modules = (#i)*m* ]]
! 1:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
! Test failed:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
  1:  [[ FOOGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
  0:  [[ readme = (#i)readme~README|readme ]]
  0:  [[ readme = (#i)readme~README|readme~README ]]
***************
*** 177,180 ****
  0:  [[ test.bash = *.?(#c1,2)sh ]]
  0:  [[ test.bash = *.?(#c1,)sh ]]
  0:  [[ test.zsh = *.?(#c1,)sh ]]
! 0 tests failed.
--- 178,181 ----
  0:  [[ test.bash = *.?(#c1,2)sh ]]
  0:  [[ test.bash = *.?(#c1,)sh ]]
  0:  [[ test.zsh = *.?(#c1,)sh ]]
! 1 tests failed.
Test ./D02glob.ztst failed: output differs from expected as shown above for:
  globtest globtests
Was testing: zsh globbing
./D02glob.ztst: test failed.

Any ideas ?

Regards,


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64
  2008-10-21  7:53 [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64 Pierre-Emmanuel André
@ 2008-10-21  8:48 ` Peter Stephenson
  2008-10-22  8:00   ` Pierre-Emmanuel André
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2008-10-21  8:48 UTC (permalink / raw)
  To: zsh-workers

Pierre-Emmanuel =?ISO-8859-15?Q?Andr=E9?= wrote:
> regression tests give me this error on OpenBSD sparc64:
> 
> ! 1:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
> ! Test failed:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
>
> Any ideas ?

There's a history of 64-bit Sparc failures with this (and, in the dim
distant past, other) tests: search for fooGRUD at
http://www.zsh.org/mla/ .  This was already failing in 4.3.5.  This is a
bit too bizarre to make any obvious progress without debugging it
directly.  My guess would be something screwy in memory management.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64
  2008-10-21  8:48 ` Peter Stephenson
@ 2008-10-22  8:00   ` Pierre-Emmanuel André
  2008-10-23 10:02     ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre-Emmanuel André @ 2008-10-22  8:00 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

Le Tue, 21 Oct 2008 09:48:38 +0100,
Peter Stephenson <pws@csr.com> a écrit :

> Pierre-Emmanuel =?ISO-8859-15?Q?Andr=E9?= wrote:
> > regression tests give me this error on OpenBSD sparc64:
> > 
> > ! 1:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
> > ! Test failed:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
> >
> > Any ideas ?
> 
> There's a history of 64-bit Sparc failures with this (and, in the dim
> distant past, other) tests: search for fooGRUD at
> http://www.zsh.org/mla/ .  This was already failing in 4.3.5.  This
> is a bit too bizarre to make any obvious progress without debugging it
> directly.  My guess would be something screwy in memory management.
> 

Can I do something to help debugging ?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64
  2008-10-22  8:00   ` Pierre-Emmanuel André
@ 2008-10-23 10:02     ` Peter Stephenson
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Stephenson @ 2008-10-23 10:02 UTC (permalink / raw)
  To: zsh-workers

On Wed, 22 Oct 2008 10:00:37 +0200
Pierre-Emmanuel André <zsh@raveland.org> wrote:
> Le Tue, 21 Oct 2008 09:48:38 +0100,
> Peter Stephenson <pws@csr.com> a écrit :
> 
> > Pierre-Emmanuel =?ISO-8859-15?Q?Andr=E9?= wrote:
> > > regression tests give me this error on OpenBSD sparc64:
> > > 
> > > ! 1:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
> > > ! Test failed:  [[ fooGRUD = (#i)(bar|(#I)foo|(#i)rod)grud ]]
>
> Can I do something to help debugging ?

The only thing that's going to track this down is following the pattern
code in pattern.c as it executes, which will require some kind of knowledge
or guesswork as to what should be going on.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-10-23 10:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-21  7:53 [zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64 Pierre-Emmanuel André
2008-10-21  8:48 ` Peter Stephenson
2008-10-22  8:00   ` Pierre-Emmanuel André
2008-10-23 10:02     ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).