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

[zsh 4.3.6-dev-2] Regression tests fails on OpenBSD sparc64



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,



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