cd Test ; /usr/gnu/bin/make check make[1]: Entering directory '$(@D)/Test' if test -n "/usr/gcc/14/bin/gcc -std=gnu23"; then \ cd .. && DESTDIR= \ /usr/gnu/bin/make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi if test -z "$ZTST_handler"; then \ ZTST_handler=runtests.zsh; \ fi; \ if ZTST_testlist="`for f in $(SOURCE_DIR)/Test/*.ztst; \ do echo $f; done`" \ ZTST_srcdir="$(SOURCE_DIR)/Test" \ ZTST_exe=../Src/zsh \ ../Src/zsh +Z -f $(SOURCE_DIR)/Test/$ZTST_handler; then \ stat=0; \ else \ stat=1; \ fi; \ sleep 1; \ rm -rf Modules .zcompdump; \ exit $stat $(SOURCE_DIR)/Test/A01grammar.ztst: starting. This test hangs the shell when it fails... $(SOURCE_DIR)/Test/A01grammar.ztst: all tests successful. $(SOURCE_DIR)/Test/A02alias.ztst: starting. This test hangs the shell when it fails... $(SOURCE_DIR)/Test/A02alias.ztst: all tests successful. $(SOURCE_DIR)/Test/A03quoting.ztst: starting. $(SOURCE_DIR)/Test/A03quoting.ztst: all tests successful. $(SOURCE_DIR)/Test/A04redirect.ztst: starting. $(SOURCE_DIR)/Test/A04redirect.ztst: all tests successful. $(SOURCE_DIR)/Test/A05execution.ztst: starting. This test takes 5 seconds to fail... This test takes 3 seconds and hangs the shell when it fails... $(SOURCE_DIR)/Test/A05execution.ztst: all tests successful. $(SOURCE_DIR)/Test/A06assign.ztst: starting. $(SOURCE_DIR)/Test/A06assign.ztst: all tests successful. $(SOURCE_DIR)/Test/A07control.ztst: starting. $(SOURCE_DIR)/Test/A07control.ztst: all tests successful. $(SOURCE_DIR)/Test/A09zwc.ztst: starting. $(SOURCE_DIR)/Test/A09zwc.ztst: all tests successful. $(SOURCE_DIR)/Test/B01cd.ztst: starting. $(SOURCE_DIR)/Test/B01cd.ztst: all tests successful. $(SOURCE_DIR)/Test/B02typeset.ztst: starting. $(SOURCE_DIR)/Test/B02typeset.ztst: all tests successful. $(SOURCE_DIR)/Test/B03print.ztst: starting. $(SOURCE_DIR)/Test/B03print.ztst: all tests successful. $(SOURCE_DIR)/Test/B04read.ztst: starting. $(SOURCE_DIR)/Test/B04read.ztst: all tests successful. $(SOURCE_DIR)/Test/B05eval.ztst: starting. $(SOURCE_DIR)/Test/B05eval.ztst: all tests successful. $(SOURCE_DIR)/Test/B06fc.ztst: starting. $(SOURCE_DIR)/Test/B06fc.ztst: all tests successful. $(SOURCE_DIR)/Test/B07emulate.ztst: starting. $(SOURCE_DIR)/Test/B07emulate.ztst: all tests successful. $(SOURCE_DIR)/Test/B08shift.ztst: starting. $(SOURCE_DIR)/Test/B08shift.ztst: all tests successful. $(SOURCE_DIR)/Test/B09hash.ztst: starting. $(SOURCE_DIR)/Test/B09hash.ztst: all tests successful. $(SOURCE_DIR)/Test/B10getopts.ztst: starting. $(SOURCE_DIR)/Test/B10getopts.ztst: all tests successful. $(SOURCE_DIR)/Test/B11kill.ztst: starting. $(SOURCE_DIR)/Test/B11kill.ztst: all tests successful. $(SOURCE_DIR)/Test/B12limit.ztst: starting. $(SOURCE_DIR)/Test/B12limit.ztst: all tests successful. $(SOURCE_DIR)/Test/B13whence.ztst: starting. $(SOURCE_DIR)/Test/B13whence.ztst: all tests successful. $(SOURCE_DIR)/Test/C01arith.ztst: starting. $(SOURCE_DIR)/Test/C01arith.ztst: all tests successful. $(SOURCE_DIR)/Test/C02cond.ztst: starting. This test may take two seconds... $(SOURCE_DIR)/Test/C02cond.ztst: all tests successful. $(SOURCE_DIR)/Test/C03traps.ztst: starting. This test takes at least three seconds... This test, too, takes at least three seconds... Another test that takes three seconds $(SOURCE_DIR)/Test/C03traps.ztst: all tests successful. $(SOURCE_DIR)/Test/C04funcdef.ztst: starting. $(SOURCE_DIR)/Test/C04funcdef.ztst: all tests successful. $(SOURCE_DIR)/Test/C05debug.ztst: starting. $(SOURCE_DIR)/Test/C05debug.ztst: all tests successful. $(SOURCE_DIR)/Test/D01prompt.ztst: starting. Test case skipped: Missing terminfo module or non-colour terminal Test case skipped: Missing terminfo module or non-colour terminal $(SOURCE_DIR)/Test/D01prompt.ztst: all tests successful. $(SOURCE_DIR)/Test/D02glob.ztst: starting. $(SOURCE_DIR)/Test/D02glob.ztst: all tests successful. $(SOURCE_DIR)/Test/D03procsubst.ztst: starting. This test hangs the shell when it fails... $(SOURCE_DIR)/Test/D03procsubst.ztst: all tests successful. $(SOURCE_DIR)/Test/D04parameter.ztst: starting. Test $(SOURCE_DIR)/Test/D04parameter.ztst failed: bad status 0, expected 1 from: if [[ ! -o multibyte ]]; then ZTST_skip='(#X) accepts any byte if multibyte is off' else : ${(#X):-0x80} fi Was testing: ${(#X)...}: out-of-range character $(SOURCE_DIR)/Test/D04parameter.ztst: test failed. $(SOURCE_DIR)/Test/D05array.ztst: starting. $(SOURCE_DIR)/Test/D05array.ztst: all tests successful. $(SOURCE_DIR)/Test/D06subscript.ztst: starting. $(SOURCE_DIR)/Test/D06subscript.ztst: all tests successful. $(SOURCE_DIR)/Test/D07multibyte.ztst: starting. Testing multibyte with locale en_US.UTF-8 $(SOURCE_DIR)/Test/D07multibyte.ztst: all tests successful. $(SOURCE_DIR)/Test/D08cmdsubst.ztst: starting. $(SOURCE_DIR)/Test/D08cmdsubst.ztst: all tests successful. $(SOURCE_DIR)/Test/D09brace.ztst: starting. $(SOURCE_DIR)/Test/D09brace.ztst: all tests successful. $(SOURCE_DIR)/Test/E01options.ztst: starting. This test hangs the shell when it fails... $(SOURCE_DIR)/Test/E01options.ztst: all tests successful. $(SOURCE_DIR)/Test/E02xtrace.ztst: starting. $(SOURCE_DIR)/Test/E02xtrace.ztst: all tests successful. $(SOURCE_DIR)/Test/E03posix.ztst: starting. $(SOURCE_DIR)/Test/E03posix.ztst: all tests successful. $(SOURCE_DIR)/Test/P01privileged.ztst: starting. $(SOURCE_DIR)/Test/P01privileged.ztst: skipped (PRIVILEGED tests require super-user privileges (or env var)) $(SOURCE_DIR)/Test/V01zmodload.ztst: starting. $(SOURCE_DIR)/Test/V01zmodload.ztst: all tests successful. $(SOURCE_DIR)/Test/V02zregexparse.ztst: starting. $(SOURCE_DIR)/Test/V02zregexparse.ztst: all tests successful. $(SOURCE_DIR)/Test/V03mathfunc.ztst: starting. $(SOURCE_DIR)/Test/V03mathfunc.ztst: all tests successful. $(SOURCE_DIR)/Test/V04features.ztst: starting. $(SOURCE_DIR)/Test/V04features.ztst: all tests successful. $(SOURCE_DIR)/Test/V05styles.ztst: starting. $(SOURCE_DIR)/Test/V05styles.ztst: all tests successful. $(SOURCE_DIR)/Test/V06parameter.ztst: starting. $(SOURCE_DIR)/Test/V06parameter.ztst: all tests successful. $(SOURCE_DIR)/Test/V07pcre.ztst: starting. Testing PCRE multibyte with locale en_US.UTF-8 $(SOURCE_DIR)/Test/V07pcre.ztst: all tests successful. $(SOURCE_DIR)/Test/V08zpty.ztst: starting. $(SOURCE_DIR)/Test/V08zpty.ztst: all tests successful. $(SOURCE_DIR)/Test/V09datetime.ztst: starting. Test case skipped: strftime extensions not supported Test case skipped: strftime extensions not supported $(SOURCE_DIR)/Test/V09datetime.ztst: all tests successful. $(SOURCE_DIR)/Test/V10private.ztst: starting. $(SOURCE_DIR)/Test/V10private.ztst: all tests successful. $(SOURCE_DIR)/Test/V11db_gdbm.ztst: starting. $(SOURCE_DIR)/Test/V11db_gdbm.ztst: skipped (can't load zsh/db/gdbm module for testing) $(SOURCE_DIR)/Test/V12zparseopts.ztst: starting. $(SOURCE_DIR)/Test/V12zparseopts.ztst: all tests successful. $(SOURCE_DIR)/Test/V13zformat.ztst: starting. $(SOURCE_DIR)/Test/V13zformat.ztst: all tests successful. $(SOURCE_DIR)/Test/V14system.ztst: starting. $(SOURCE_DIR)/Test/V14system.ztst: all tests successful. $(SOURCE_DIR)/Test/W01history.ztst: starting. History tests write to /dev/tty $(SOURCE_DIR)/Test/W01history.ztst: all tests successful. $(SOURCE_DIR)/Test/W02jobs.ztst: starting. $(SOURCE_DIR)/Test/W02jobs.ztst: all tests successful. $(SOURCE_DIR)/Test/W03jobparameters.ztst: starting. $(SOURCE_DIR)/Test/W03jobparameters.ztst: all tests successful. $(SOURCE_DIR)/Test/X02zlevi.ztst: starting. This test may hang the shell when it fails... $(SOURCE_DIR)/Test/X02zlevi.ztst: all tests successful. $(SOURCE_DIR)/Test/X03zlebindkey.ztst: starting. $(SOURCE_DIR)/Test/X03zlebindkey.ztst: all tests successful. $(SOURCE_DIR)/Test/X04zlehighlight.ztst: starting. $(SOURCE_DIR)/Test/X04zlehighlight.ztst: all tests successful. $(SOURCE_DIR)/Test/Y01completion.ztst: starting. $(SOURCE_DIR)/Test/Y01completion.ztst: all tests successful. $(SOURCE_DIR)/Test/Y02compmatch.ztst: starting. $(SOURCE_DIR)/Test/Y02compmatch.ztst: all tests successful. $(SOURCE_DIR)/Test/Y03arguments.ztst: starting. $(SOURCE_DIR)/Test/Y03arguments.ztst: all tests successful. $(SOURCE_DIR)/Test/Z01is-at-least.ztst: starting. $(SOURCE_DIR)/Test/Z01is-at-least.ztst: all tests successful. $(SOURCE_DIR)/Test/Z02zmathfunc.ztst: starting. $(SOURCE_DIR)/Test/Z02zmathfunc.ztst: all tests successful. $(SOURCE_DIR)/Test/Z03run-help.ztst: starting. $(SOURCE_DIR)/Test/Z03run-help.ztst: all tests successful. ************************************** 62 successful test scripts, 1 failure, 2 skipped ************************************** make[1]: *** [Makefile:189: check] Error 1 make[1]: Leaving directory '$(@D)/Test' make: *** [Makefile:262: check] Error 2