]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC various fixes to the tools/regression/ tests.
authorjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 13:30:08 +0000 (13:30 +0000)
committerjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Apr 2014 13:30:08 +0000 (13:30 +0000)
commitdc167d1b4c198fb0b3502eba6ce138c398d8e304
tree70bd9eedb0e9eac2ac2cd3dcfc26f48adfd1ae7a
parentc36146f4cfea03d5d61bbe4851f4a0d80845c5cf
MFC various fixes to the tools/regression/ tests.

- r262953 Fix m4 tests so that they run cleanly with prove.
- r262954 Fix printf tests so that they run cleanly with prove.
- r262959 Fix sed tests so that they run cleanly with prove.
- r262960 Fix yacc tests so that they run cleanly with prove.
- r262961 Fix pkill tests so that they run cleanly with prove.
- r262962 Fix ncal tests so that they run cleanly with prove.
- r263081 Fix lastcomm tests under amd64.
- r263082 Only run the make tests when make is fmake.
- r263083 Fix sa tests.
- r263084 Turn a test precondition into a skip in the mdconfig tests.
- r263085 Make the strerror tests work without libtap.
- r263087 Remove broken tests for eui64_line.
- r263221 Change etcupdate tests to return 1 on test failures.
- r263352 Make the priv test program exit with non-zero if any failures are detected.
- r263353 errx prepends the program name to the message; don't do it by hand.
- r263362 Include strings.h so that bpf_filter.c can be built in userland.

git-svn-id: svn://svn.freebsd.org/base/stable/10@264457 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
55 files changed:
sys/net/bpf_filter.c
tools/regression/lib/libc/net/Makefile
tools/regression/lib/libc/net/test-eui64_line.c [deleted file]
tools/regression/lib/libc/net/test-eui64_line.t [deleted file]
tools/regression/lib/libc/string/Makefile
tools/regression/lib/libc/string/test-strerror.c
tools/regression/priv/main.c
tools/regression/sbin/mdconfig/00.t
tools/regression/usr.bin/lastcomm/regress.t
tools/regression/usr.bin/lastcomm/v1-amd64.out
tools/regression/usr.bin/lastcomm/v2-amd64.out
tools/regression/usr.bin/m4/regress.gnusofterror.out
tools/regression/usr.bin/m4/regress.sh
tools/regression/usr.bin/m4/regress.t
tools/regression/usr.bin/make/common.sh
tools/regression/usr.bin/ncal/regress.sh
tools/regression/usr.bin/pkill/pgrep-_s.t
tools/regression/usr.bin/printf/regress.sh
tools/regression/usr.bin/sed/regress.sh
tools/regression/usr.bin/yacc/regress.00.out
tools/regression/usr.bin/yacc/regress.01.out
tools/regression/usr.bin/yacc/regress.02.out
tools/regression/usr.bin/yacc/regress.03.out
tools/regression/usr.bin/yacc/regress.04.out
tools/regression/usr.bin/yacc/regress.05.out
tools/regression/usr.bin/yacc/regress.06.out
tools/regression/usr.bin/yacc/regress.07.out
tools/regression/usr.bin/yacc/regress.08.out
tools/regression/usr.bin/yacc/regress.09.out
tools/regression/usr.bin/yacc/regress.10.out
tools/regression/usr.bin/yacc/regress.11.out
tools/regression/usr.bin/yacc/regress.12.out
tools/regression/usr.bin/yacc/regress.13.out
tools/regression/usr.bin/yacc/regress.14.out
tools/regression/usr.bin/yacc/regress.sh
tools/regression/usr.sbin/etcupdate/always.sh
tools/regression/usr.sbin/etcupdate/conflicts.sh
tools/regression/usr.sbin/etcupdate/fbsdid.sh
tools/regression/usr.sbin/etcupdate/ignore.sh
tools/regression/usr.sbin/etcupdate/preworld.sh
tools/regression/usr.sbin/etcupdate/tests.sh
tools/regression/usr.sbin/etcupdate/tzsetup.sh
tools/regression/usr.sbin/sa/regress.t
tools/regression/usr.sbin/sa/v1-amd64-sav.out
tools/regression/usr.sbin/sa/v1-amd64-u.out
tools/regression/usr.sbin/sa/v1-amd64-usr.out
tools/regression/usr.sbin/sa/v1-i386-sav.out
tools/regression/usr.sbin/sa/v1-i386-u.out
tools/regression/usr.sbin/sa/v1-i386-usr.out
tools/regression/usr.sbin/sa/v1-sparc64-sav.out
tools/regression/usr.sbin/sa/v1-sparc64-u.out
tools/regression/usr.sbin/sa/v1-sparc64-usr.out
tools/regression/usr.sbin/sa/v2-amd64-u.out
tools/regression/usr.sbin/sa/v2-i386-u.out
tools/regression/usr.sbin/sa/v2-sparc64-u.out