bug-gnu-utils
[Top][All Lists]
Advanced

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

3 make check errors


From: Hermann Peifer
Subject: 3 make check errors
Date: Tue, 17 Feb 2009 19:43:20 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Hi Arnold,

Since just about ever, I am getting these 2 errors while running make check

./fnarydel.ok _fnarydel differ: byte 12, line 2
./fnparydl.ok _fnparydl differ: byte 26, line 2

Could it be that my environment variable WHINY_USERS=1 is causing these "errors" ? If yes: should the different order of array elements really be reported as errors?

By the way: WHINY_USERS gets my vote for the best gawk extension *ever*. I think it should be more documented and advertised. After Ed Morton mentioned it once, it took me weeks to find out that it wasn't just a joke. I don't know how many subscripts I have constructed based on country codes, etc. and later, while looping through the array, everything comes in a nice alphabetic order, without any special effort.

This is a 3rd make check error, which appeared recently. I am not quite sure, what the real issue is here.

./nofile.ok _nofile differ: byte 20, line 1

See the relevant files below.

Regards, Hermann


==> _fnarydel <==
first loop
1
2
3
4
5
6
7
8
9
second loop
third loop
1
2
3
4
5
6
7
8
9
call func
fourth loop
You should just see: 4 4
4 4
You should see nothing between this line
And this one

==> fnarydel.ok <==
first loop
4
5
6
7
8
9
1
2
3
second loop
third loop
4
5
6
7
8
9
1
2
3
call func
fourth loop
You should just see: 4 4
4 4
You should see nothing between this line
And this one

==> _fnparydl <==
BEFORE LOOP
DELETING KEY 1
DELETING KEY 2
DELETING KEY 3
DELETING KEY 4
DELETING KEY 5
DELETING KEY 6
DELETING KEY 7
AFTER LOOP
0 elements still in q[]

==> fnparydl.ok <==
BEFORE LOOP
DELETING KEY 4
DELETING KEY 5
DELETING KEY 6
DELETING KEY 7
DELETING KEY 1
DELETING KEY 2
DELETING KEY 3
AFTER LOOP
0 elements still in q[]


==> _nofile <==
gawk: cmd. line:1: warning: cannot open file `no/such/file' for reading (No such file or directory)

==> nofile.ok <==
gawk: cmd. line:1: fatal: cannot open file `no/such/file' for reading (No such file or directory)
EXIT CODE: 2





reply via email to

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