]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite
authorEnji Cooper <ngie@FreeBSD.org>
Sun, 8 Nov 2015 06:37:50 +0000 (06:37 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Sun, 8 Nov 2015 06:37:50 +0000 (06:37 +0000)
commit1ee0219205d3794b5d0dc6d885fa8895a6ec1dbf
tree8c454eedd4df1fa2d8f5eb6b594f060c053d3473
parentebb62474abaef01b2bf1cee797666a3681f31d65
Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite
as lib/libc/tests/stdio

- Fix some whitespace
- Convert the testcases to ATF
- Convert "/dev/null" to _PATH_DEVNULL

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
30 files changed:
lib/libc/tests/stdio/Makefile
lib/libc/tests/stdio/fdopen_test.c [new file with mode: 0644]
lib/libc/tests/stdio/fmemopen2_test.c
lib/libc/tests/stdio/fopen_test.c [new file with mode: 0644]
lib/libc/tests/stdio/freopen_test.c [new file with mode: 0644]
lib/libc/tests/stdio/getdelim_test.c [moved from tools/regression/lib/libc/stdio/test-getdelim.c with 56% similarity]
lib/libc/tests/stdio/mkostemp_test.c [moved from tools/regression/lib/libc/stdio/test-mkostemp.c with 85% similarity]
lib/libc/tests/stdio/open_memstream_test.c [moved from tools/regression/lib/libc/stdio/test-open_memstream.c with 70% similarity]
lib/libc/tests/stdio/open_wmemstream_test.c [moved from tools/regression/lib/libc/stdio/test-open_wmemstream.c with 70% similarity]
lib/libc/tests/stdio/perror_test.c [moved from tools/regression/lib/libc/stdio/test-perror.c with 70% similarity]
lib/libc/tests/stdio/print_positional_test.c [moved from tools/regression/lib/libc/stdio/test-print-positional.c with 100% similarity]
lib/libc/tests/stdio/printbasic_test.c [moved from tools/regression/lib/libc/stdio/test-printbasic.c with 78% similarity]
lib/libc/tests/stdio/printfloat_test.c [moved from tools/regression/lib/libc/stdio/test-printfloat.c with 77% similarity]
lib/libc/tests/stdio/scanfloat_test.c [moved from tools/regression/lib/libc/stdio/test-scanfloat.c with 55% similarity]
tools/regression/lib/libc/stdio/Makefile [deleted file]
tools/regression/lib/libc/stdio/test-fdopen.c [deleted file]
tools/regression/lib/libc/stdio/test-fdopen.t [deleted file]
tools/regression/lib/libc/stdio/test-fopen.c [deleted file]
tools/regression/lib/libc/stdio/test-fopen.t [deleted file]
tools/regression/lib/libc/stdio/test-freopen.c [deleted file]
tools/regression/lib/libc/stdio/test-freopen.t [deleted file]
tools/regression/lib/libc/stdio/test-getdelim.t [deleted file]
tools/regression/lib/libc/stdio/test-mkostemp.t [deleted file]
tools/regression/lib/libc/stdio/test-open_memstream.t [deleted file]
tools/regression/lib/libc/stdio/test-open_wmemstream.t [deleted file]
tools/regression/lib/libc/stdio/test-perror.t [deleted file]
tools/regression/lib/libc/stdio/test-print-positional.t [deleted file]
tools/regression/lib/libc/stdio/test-printbasic.t [deleted file]
tools/regression/lib/libc/stdio/test-printfloat.t [deleted file]
tools/regression/lib/libc/stdio/test-scanfloat.t [deleted file]