On Jan 12, 1:23pm, uebay...@tombi.co.jp (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/tests/lib/libc
| On Tue, Jan 11, 2011 at 11:25:01PM +0000, Christos Zoulas wrote: | > In article <20110111163054.5531017...@cvs.netbsd.org>, | > Paul Goyette <source-changes-d@NetBSD.org> wrote: | > >-=-=-=-=-=- | > > | > >Module Name: src | > >Committed By: pgoyette | > >Date: Tue Jan 11 16:30:54 UTC 2011 | > > | > >Modified Files: | > > src/tests/lib/libc: Makefile | > >Added Files: | > > src/tests/lib/libc/getaddrinfo: Makefile README basics_v4.exp | > > basics_v4v6.exp h_gai.c no_host_v4.exp no_host_v4v6.exp | > > no_serv_v4.exp no_serv_v4v6.exp scoped.exp sock_raw_v4.exp | > > sock_raw_v4v6.exp spec_fam_v4.exp spec_fam_v4v6.exp | > > t_getaddrinfo.sh unsup_fam.exp | > > | > >Log Message: | > >Atf-ify the getaddrinfo test, with updated "golden" output files. | > > | > > | > >To generate a diff of this commit: | > >cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/Makefile | > >cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/getaddrinfo/Makefile \ | > > src/tests/lib/libc/getaddrinfo/README \ | > > src/tests/lib/libc/getaddrinfo/basics_v4.exp \ | > > src/tests/lib/libc/getaddrinfo/basics_v4v6.exp \ | > > src/tests/lib/libc/getaddrinfo/h_gai.c \ | > > src/tests/lib/libc/getaddrinfo/no_host_v4.exp \ | > > src/tests/lib/libc/getaddrinfo/no_host_v4v6.exp \ | > > src/tests/lib/libc/getaddrinfo/no_serv_v4.exp \ | > > src/tests/lib/libc/getaddrinfo/no_serv_v4v6.exp \ | > > src/tests/lib/libc/getaddrinfo/scoped.exp \ | > > src/tests/lib/libc/getaddrinfo/sock_raw_v4.exp \ | > > src/tests/lib/libc/getaddrinfo/sock_raw_v4v6.exp \ | > > src/tests/lib/libc/getaddrinfo/spec_fam_v4.exp \ | > > src/tests/lib/libc/getaddrinfo/spec_fam_v4v6.exp \ | > > src/tests/lib/libc/getaddrinfo/t_getaddrinfo.sh \ | > > src/tests/lib/libc/getaddrinfo/unsup_fam.exp | > | > Can you please move all this to src/tests/lib/libc/net/getaddrinfo to | > reflect the structure in libc. I know others have been abusing it, but | > I meant to fix all of it and adding more does not help. | | Why not put unit tests in the original directories? | (Like src/lib/libc/net/getaddrinfo for this.) That's a whole new discussion alltogether that we partially had a while ago and we can have again. christos