TESTNUM=A08 ZTST_VERBOSE=2 make check
cd Test ; make check
make[1]: Entering directory '/opt/build/zsh-2024-12-31/Test'
if test -n "gcc"; then \
cd .. && DESTDIR= \
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 ../../../src/zsh-2024-12-31/Test/A08*.ztst; \
do echo $f; done`" \
ZTST_srcdir="../../../src/zsh-2024-12-31/Test" \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f ../../../src/zsh-2024-12-31/Test/$ZTST_handler; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
../../../src/zsh-2024-12-31/Test/A08time.ztst: starting.
Pattern match failed, line 1:
-<[1-9][0-9]#000ns [1-9][0-9]#000ns
+>0ns 350000ns
Test ../../../src/zsh-2024-12-31/Test/A08time.ztst failed: error output differs from expected as shown above for:
( TIMEFMT='%nU %nS'; time (read -k3 -t0.1) )
Was testing: TIMEFMT %nU and %nS are limited to microsecond precision
../../../src/zsh-2024-12-31/Test/A08time.ztst: test failed.
**************************************
0 successful test scripts, 1 failure, 0 skipped
**************************************
make[1]: *** [Makefile:189: check] Error 1
make[1]: Leaving directory '/opt/build/zsh-2024-12-31/Test'
make: *** [Makefile:262: check] Error 2