bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] 1 TESTS FAILED: ./nonfatal3.ok _nonfatal3 differ: byte 1, lin


From: Hermann Peifer
Subject: [bug-gawk] 1 TESTS FAILED: ./nonfatal3.ok _nonfatal3 differ: byte 1, line 1
Date: Sun, 08 Mar 2015 20:06:36 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi again,

1 test from gawk/master fails on my MacBook, see below.

Hermann

$ uname -v
Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64

$ make check
...
nonfatal1
nonfatal2
nonfatal3
./nonfatal3.ok _nonfatal3 differ: byte 1, line 1
make[1]: [nonfatal3] Error 1 (ignored)
patsplit
posix
...
1 TESTS FAILED
make[2]: *** [pass-fail] Error 1
for i in _* ; \
        do  \
                if [ "$i" != "_*" ]; then \
                echo ============== $i ============= ; \
                base=`echo $i | sed 's/^_//'` ; \
                if [ -r ${base}.ok ]; then \
                diff -c ${base}.ok $i ; \
                else \
                diff -c "."/${base}.ok  $i ; \
                fi ; \
                fi ; \
        done | more
============== _nonfatal3 =============
*** nonfatal3.ok        2015-03-08 19:47:23.000000000 +0100
--- _nonfatal3  2015-03-08 19:56:39.000000000 +0100
***************
*** 1 ****
! Connection refused
--- 1 ----
! Address family not supported by protocol family
make[1]: *** [check] Error 1
make: *** [check-recursive] Error 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]