zsh-workers
 help / color / mirror / code / Atom feed
* Re: make check errors
@ 2000-06-16  8:09 Sven Wischnowsky
  2000-06-16  8:36 ` Andrej Borsenkow
  0 siblings, 1 reply; 8+ messages in thread
From: Sven Wischnowsky @ 2000-06-16  8:09 UTC (permalink / raw)
  To: zsh-workers


Andrej Borsenkow wrote:

> With current CVS (do not know yet which version it is :-) I get the
> following errors (/etc/zshenv is empty, just for the case):

Like Bart, I don't get these (and for me it stops after the first
error, too).

> /tools/src/zsh/Test/52zregexparse.ztst: all tests successful.
> *** /tmp/zsh.ztst.out.15493     Fri Jun 16 09:50:28 2000
> --- /tmp/zsh.ztst.tout.15493    Fri Jun 16 09:50:28 2000
> ***************
> *** 1,12 ****
> - line: {: }{}
> - DESCRIPTION:{file}
> - DI:{dir1}
> - DI:{dir2}
> - FI:{file1}
> - FI:{file2}
> - line: {: dir1/}{}
> - line: {: dir2/}{}
> - line: {: file1}{}
> - line: {: file2}{}
> - line: {: dir1/}{}
> - line: {: dir2/}{}
> --- 0 ----
> Test /tools/src/zsh/Test/53completion.ztst failed: output differs from
> expected as shown above for:
>   comptest $': \t\t\t\t\t\t\t'
> Was testing: directories and files

That's the *whole* expected output. Did it fail to create the
directories and files?

> /tools/src/zsh/Test/53completion.ztst: test failed.
> *** /tmp/zsh.ztst.out.15532     Fri Jun 16 09:50:38 2000
> --- /tmp/zsh.ztst.tout.15532    Fri Jun 16 09:50:38 2000
> ***************
> *** 1,2 ****
> - line: {tst }{}
> - COMPADD:{_tst:compadd: unknown match specification character `z'}
> --- 0 ----
> Test /tools/src/zsh/Test/54compmatch.ztst failed: output differs from
> expected as shown above for:
>  test_code z: list1
>  comptest  $'tst \t'
> Was testing: Match Error for "z:"
> /tools/src/zsh/Test/54compmatch.ztst: test failed.

Again, the whole output.


*And* in both cases it's the first test in the file. So maybe
something else is going wrong. Does zpty work? (nslookup, for example?)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

* RE: make check errors
  2000-06-16  8:09 make check errors Sven Wischnowsky
@ 2000-06-16  8:36 ` Andrej Borsenkow
  0 siblings, 0 replies; 8+ messages in thread
From: Andrej Borsenkow @ 2000-06-16  8:36 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

>
> > With current CVS (do not know yet which version it is :-) I get the
> > following errors (/etc/zshenv is empty, just for the case):
>
> Like Bart, I don't get these (and for me it stops after the first
> error, too).
>
...
>
> That's the *whole* expected output. Did it fail to create the
> directories and files?
>

Looks like it. I cannot reproduce it anymore; all tests are successfull.
Even the one (for matchers) that constantly failed here.

-andrej


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

* RE: make check errors
  2000-06-17 14:57   ` Peter Whaite
@ 2000-06-19  8:56     ` Andrej Borsenkow
  0 siblings, 0 replies; 8+ messages in thread
From: Andrej Borsenkow @ 2000-06-19  8:56 UTC (permalink / raw)
  To: Peter Whaite, zsh-workers

> 
> Andrej Borsenkow wrote:
> 
> > With current CVS (do not know yet which version it is :-) I get the
> > following errors (/etc/zshenv is empty, just for the case):
> > ...
> >
> > Test /tools/src/zsh/Test/53completion.ztst failed: output 
> differs from
> > expected as shown above for:
> >   comptest $': \t\t\t\t\t\t\t'
> 
> For what its worth I had this happen after an update last 
> week, but it went
> away after 'make install'. 

Same thing here. Thank you :-)

-andrej


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

* Re: make check errors
  2000-06-16  5:53 ` Andrej Borsenkow
  2000-06-16  6:38   ` Bart Schaefer
@ 2000-06-17 14:57   ` Peter Whaite
  2000-06-19  8:56     ` Andrej Borsenkow
  1 sibling, 1 reply; 8+ messages in thread
From: Peter Whaite @ 2000-06-17 14:57 UTC (permalink / raw)
  To: zsh-workers

Andrej Borsenkow wrote:

> With current CVS (do not know yet which version it is :-) I get the
> following errors (/etc/zshenv is empty, just for the case):
> ...
>
> Test /tools/src/zsh/Test/53completion.ztst failed: output differs from
> expected as shown above for:
>   comptest $': \t\t\t\t\t\t\t'

For what its worth I had this happen after an update last week, but it went
away after 'make install'.  Same on both work and home RH 6.2.  Thought at
the time that perhaps the check zsh was picking up the wrong .so but thats
just a wild stab in the dark.
---
peta


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

* RE: make check errors
@ 2000-06-16  8:40 Sven Wischnowsky
  0 siblings, 0 replies; 8+ messages in thread
From: Sven Wischnowsky @ 2000-06-16  8:40 UTC (permalink / raw)
  To: zsh-workers


Andrej Borsenkow wrote:

> > > With current CVS (do not know yet which version it is :-) I get the
> > > following errors (/etc/zshenv is empty, just for the case):
> >
> > Like Bart, I don't get these (and for me it stops after the first
> > error, too).
> >
> ...
> >
> > That's the *whole* expected output. Did it fail to create the
> > directories and files?
> >
> 
> Looks like it. I cannot reproduce it anymore; all tests are successfull.
> Even the one (for matchers) that constantly failed here.

We had fixes for accesses to unintialised memory and I suspected that
something like that was the cause for that failure (and the reason why 
I could never reproduce it). So...

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

* RE: make check errors
  2000-06-16  6:38   ` Bart Schaefer
@ 2000-06-16  6:53     ` Andrej Borsenkow
  0 siblings, 0 replies; 8+ messages in thread
From: Andrej Borsenkow @ 2000-06-16  6:53 UTC (permalink / raw)
  To: Bart Schaefer, ZSH workers mailing list

> }
> } With current CVS (do not know yet which version it is :-) I get the
> } following errors (/etc/zshenv is empty, just for the case):
>
> Just for the record, I don't get either of these errors on my
> RH5.2 box
> (/etc/zshenv contains only settings for $path).
>
> } ...
> } Test /tools/src/zsh/Test/53completion.ztst failed: output
> differs from
> [...]
> } Test /tools/src/zsh/Test/54compmatch.ztst failed: output
> differs from
>
> How did you get 54 to run after 53 failed?  Testing normally
> bails out at
> the first failure for me (that's one reason I added the
> TESTNUM variable;
> did you use that?).
>

No. It was

cd zsh
cvs update -dP
cd zsh-build
gmake
gmake check

I was off for the last week. May, it is too long time for CVS ...

Actually, it always did run all tests. Zsh is was configured (once upon
a time) with

LIBS=-lg

/tools/src/zsh/configure --prefix=/tools --enable-zsh-debug --enable-fun
ction-subdirs

-andrej


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

* Re: make check errors
  2000-06-16  5:53 ` Andrej Borsenkow
@ 2000-06-16  6:38   ` Bart Schaefer
  2000-06-16  6:53     ` Andrej Borsenkow
  2000-06-17 14:57   ` Peter Whaite
  1 sibling, 1 reply; 8+ messages in thread
From: Bart Schaefer @ 2000-06-16  6:38 UTC (permalink / raw)
  To: Andrej Borsenkow, ZSH workers mailing list

On Jun 16,  9:53am, Andrej Borsenkow wrote:
} Subject: make check errors
}
} With current CVS (do not know yet which version it is :-) I get the
} following errors (/etc/zshenv is empty, just for the case):

Just for the record, I don't get either of these errors on my RH5.2 box
(/etc/zshenv contains only settings for $path).

} ...
} Test /tools/src/zsh/Test/53completion.ztst failed: output differs from
[...]
} Test /tools/src/zsh/Test/54compmatch.ztst failed: output differs from

How did you get 54 to run after 53 failed?  Testing normally bails out at
the first failure for me (that's one reason I added the TESTNUM variable;
did you use that?).

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


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

* make check errors
@ 2000-06-16  5:53 ` Andrej Borsenkow
  2000-06-16  6:38   ` Bart Schaefer
  2000-06-17 14:57   ` Peter Whaite
  0 siblings, 2 replies; 8+ messages in thread
From: Andrej Borsenkow @ 2000-06-16  5:53 UTC (permalink / raw)
  To: ZSH workers mailing list

With current CVS (do not know yet which version it is :-) I get the
following errors (/etc/zshenv is empty, just for the case):

...
/tools/src/zsh/Test/52zregexparse.ztst: all tests successful.
*** /tmp/zsh.ztst.out.15493     Fri Jun 16 09:50:28 2000
--- /tmp/zsh.ztst.tout.15493    Fri Jun 16 09:50:28 2000
***************
*** 1,12 ****
- line: {: }{}
- DESCRIPTION:{file}
- DI:{dir1}
- DI:{dir2}
- FI:{file1}
- FI:{file2}
- line: {: dir1/}{}
- line: {: dir2/}{}
- line: {: file1}{}
- line: {: file2}{}
- line: {: dir1/}{}
- line: {: dir2/}{}
--- 0 ----
Test /tools/src/zsh/Test/53completion.ztst failed: output differs from
expected as shown above for:
  comptest $': \t\t\t\t\t\t\t'
Was testing: directories and files
/tools/src/zsh/Test/53completion.ztst: test failed.
*** /tmp/zsh.ztst.out.15532     Fri Jun 16 09:50:38 2000
--- /tmp/zsh.ztst.tout.15532    Fri Jun 16 09:50:38 2000
***************
*** 1,2 ****
- line: {tst }{}
- COMPADD:{_tst:compadd: unknown match specification character `z'}
--- 0 ----
Test /tools/src/zsh/Test/54compmatch.ztst failed: output differs from
expected as shown above for:
 test_code z: list1
 comptest  $'tst \t'
Was testing: Match Error for "z:"
/tools/src/zsh/Test/54compmatch.ztst: test failed.
gmake[1]: *** [check] Error 1
gmake[1]: Leaving directory `/tools/src/zsh-build/Test'
gmake: *** [check] Error 2
bor@itsrm2%

-andrej

Have a nice DOS!
B >>


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

end of thread, other threads:[~2000-06-19  8:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-16  8:09 make check errors Sven Wischnowsky
2000-06-16  8:36 ` Andrej Borsenkow
  -- strict thread matches above, loose matches on Subject: below --
2000-06-16  8:40 Sven Wischnowsky
     [not found] <Andrej.Borsenkow@mow.siemens.ru>
2000-06-16  5:53 ` Andrej Borsenkow
2000-06-16  6:38   ` Bart Schaefer
2000-06-16  6:53     ` Andrej Borsenkow
2000-06-17 14:57   ` Peter Whaite
2000-06-19  8:56     ` Andrej Borsenkow

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).