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:   martin
Date:           Mon Feb 13 21:03:08 UTC 2012

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/etc/mtree: NetBSD.dist.tests
        src/tests/kernel: Makefile
        src/tests/lib/libc/gen: Makefile
Added Files:
        src/tests/lib/libc/gen/posix_spawn: Makefile Makefile.inc
            h_fileactions.c h_nonexec.sh h_spawn.c h_spawnattr.c
            t_fileactions.c t_spawn.c t_spawnattr.c
Removed Files:
        src/tests/kernel/posix_spawn: Makefile Makefile.inc h_fileactions.c
            h_nonexec.sh h_spawn.c h_spawnattr.c t_fileactions.c t_spawn.c
            t_spawnattr.c

Log Message:
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng


To generate a diff of this commit:
cvs rdiff -u -r1.435 -r1.436 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.59 -r1.60 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.23 -r1.24 src/tests/kernel/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/kernel/posix_spawn/Makefile \
    src/tests/kernel/posix_spawn/Makefile.inc \
    src/tests/kernel/posix_spawn/h_fileactions.c \
    src/tests/kernel/posix_spawn/h_nonexec.sh \
    src/tests/kernel/posix_spawn/h_spawn.c \
    src/tests/kernel/posix_spawn/h_spawnattr.c \
    src/tests/kernel/posix_spawn/t_fileactions.c \
    src/tests/kernel/posix_spawn/t_spawn.c \
    src/tests/kernel/posix_spawn/t_spawnattr.c
cvs rdiff -u -r1.33 -r1.34 src/tests/lib/libc/gen/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/posix_spawn/Makefile \
    src/tests/lib/libc/gen/posix_spawn/Makefile.inc \
    src/tests/lib/libc/gen/posix_spawn/h_fileactions.c \
    src/tests/lib/libc/gen/posix_spawn/h_nonexec.sh \
    src/tests/lib/libc/gen/posix_spawn/h_spawn.c \
    src/tests/lib/libc/gen/posix_spawn/h_spawnattr.c \
    src/tests/lib/libc/gen/posix_spawn/t_fileactions.c \
    src/tests/lib/libc/gen/posix_spawn/t_spawn.c \
    src/tests/lib/libc/gen/posix_spawn/t_spawnattr.c

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