Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

build failure in D02glob.ztst



4.3.2 built without a hitch on my linux box this morning, but I received
one failure during "make test" on hp:

% uname -s -r -v -m -i -l
HP-UX B.11.11 U 9000/800 139414660 unlimited-user license
# I have to use "sh" on the next line; when I use zsh-4.2.0 for the
# configure, the "make" fails. :-(  Details upon request, though I doubt
# anyone cares about 4.2.0 anymore.
% sh configure --prefix=$HOME --bindir=$HOME/bin.$OSREV \
    --libdir=$HOME/lib/$OSREV
[...]
% make test
[...]
./D02glob.ztst: starting.
*** /tmp/zsh.ztst.out.8460      Wed Nov  1 09:07:25 2006
--- /tmp/zsh.ztst.tout.8460     Wed Nov  1 09:07:25 2006
***************
*** 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 ]]
***************
*** 153,156 ****
  1:  [[ path/testy/ohyes = *((#s)|/)test((#e)|/)* ]]
  1:  [[ path/atest/ohyes = *((#s)|/)test((#e)|/)* ]]
  0:  [[ bj rn = *[      ]* ]]
! 0 tests failed.
--- 154,157 ----
  1:  [[ path/testy/ohyes = *((#s)|/)test((#e)|/)* ]]
  1:  [[ path/atest/ohyes = *((#s)|/)test((#e)|/)* ]]
  0:  [[ bj rn = *[      ]* ]]
! 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.

-- 
J.D. Laub (Laubster) |"Your leg's too long / Your skull's too strong /
zsh-workers@xxxxxxxxxxxx| Suppose your nose is wrong." - Renaldo & the Loaf



Messages sorted by: Reverse Date, Date, Thread, Author