Source-Changes-D archive

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

Re: CVS commit: src



In article <20101227020420.72424175D0%cvs.netbsd.org@localhost>,
Paul Goyette <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>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.

All read stdin so it appears that atf does not eval the command properly
so 'echo foo | test' does not work. 

christos



Home | Main Index | Thread Index | Old Index