Subject: CVS commit: basesrc/regress/lib/libc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 01/22/2002 03:19:32
Module Name:	basesrc
Committed By:	ross
Date:		Tue Jan 22 01:19:31 UTC 2002

Modified Files:
	basesrc/regress/lib/libc: Makefile
Added Files:
	basesrc/regress/lib/libc/divrem: Makefile divremtest.c
Removed Files:
	basesrc/regress/lib/libc/arch/alpha: Makefile Makefile.inc
	basesrc/regress/lib/libc/arch/alpha/divremtest: Makefile divremtest.c
	    mkcases.c mktestcases.c

Log Message:
Remove the old alpha divrem test and replace it with a new indep one.

The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/regress/lib/libc/Makefile
cvs rdiff -r1.4 -r0 basesrc/regress/lib/libc/arch/alpha/Makefile
cvs rdiff -r1.2 -r0 basesrc/regress/lib/libc/arch/alpha/Makefile.inc
cvs rdiff -r1.3 -r0 basesrc/regress/lib/libc/arch/alpha/divremtest/Makefile \
    basesrc/regress/lib/libc/arch/alpha/divremtest/divremtest.c \
    basesrc/regress/lib/libc/arch/alpha/divremtest/mkcases.c \
    basesrc/regress/lib/libc/arch/alpha/divremtest/mktestcases.c
cvs rdiff -r0 -r1.1 basesrc/regress/lib/libc/divrem/Makefile \
    basesrc/regress/lib/libc/divrem/divremtest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.