Source-Changes archive

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

CVS commit: src/tests/lib/libc



Module Name:    src
Committed By:   jruoho
Date:           Sun Mar 18 07:00:52 UTC 2012

Modified Files:
        src/tests/lib/libc/gen: t_nice.c t_syslog.c
        src/tests/lib/libc/stdio: t_printf.c t_scanf.c
        src/tests/lib/libc/stdlib: t_strtod.c
        src/tests/lib/libc/sys: t_dup.c t_fsync.c t_kevent.c t_listen.c
            t_mknod.c t_poll.c t_select.c t_timer_create.c

Log Message:
Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_nice.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_syslog.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/stdio/t_printf.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/t_scanf.c
cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/stdlib/t_strtod.c
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_dup.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_fsync.c \
    src/tests/lib/libc/sys/t_kevent.c src/tests/lib/libc/sys/t_mknod.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_listen.c \
    src/tests/lib/libc/sys/t_timer_create.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_poll.c \
    src/tests/lib/libc/sys/t_select.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