Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: pgoyette
Date: Mon Dec 27 02:04:19 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/ssp: Makefile h_fgets.c h_getcwd.c h_gets.c
h_memcpy.c h_memmove.c h_memset.c h_raw.c h_read.c h_readlink.c
h_snprintf.c h_sprintf.c h_strcat.c h_strcpy.c h_strncat.c
h_strncpy.c h_vsnprintf.c h_vsprintf.c t_ssp.sh
Log Message:
Migrate the ssp tests from regress to atf.
Of the 17 tests, 4 fail in both the regress and atf style. 3 additional
tests fails in atf that did NOT fail in regress: gets, fgets, and read.
I will investigate why, and update when I can, but it is still useful to
get these tests into the new format where they can be exercised.
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.7 -r1.8 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/ssp/Makefile \
src/tests/lib/libc/ssp/h_fgets.c src/tests/lib/libc/ssp/h_getcwd.c \
src/tests/lib/libc/ssp/h_gets.c src/tests/lib/libc/ssp/h_memcpy.c \
src/tests/lib/libc/ssp/h_memmove.c src/tests/lib/libc/ssp/h_memset.c \
src/tests/lib/libc/ssp/h_raw.c src/tests/lib/libc/ssp/h_read.c \
src/tests/lib/libc/ssp/h_readlink.c src/tests/lib/libc/ssp/h_snprintf.c \
src/tests/lib/libc/ssp/h_sprintf.c src/tests/lib/libc/ssp/h_strcat.c \
src/tests/lib/libc/ssp/h_strcpy.c src/tests/lib/libc/ssp/h_strncat.c \
src/tests/lib/libc/ssp/h_strncpy.c src/tests/lib/libc/ssp/h_vsnprintf.c \
src/tests/lib/libc/ssp/h_vsprintf.c src/tests/lib/libc/ssp/t_ssp.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index