t_create.sh: use `ATF_TESTS_SH_SED` & remove local modsThis particular change replaces all local modifications to the testscript like so:- Use `ATF_TESTS_SH_SED_test` with a sed(1) statement in t
t_create.sh: use `ATF_TESTS_SH_SED` & remove local modsThis particular change replaces all local modifications to the testscript like so:- Use `ATF_TESTS_SH_SED_test` with a sed(1) statement in the Makefile, instead of the equivalent local modifications.- Remove the need for expecting the output of newfs_msdos to be empty. There isn't much to gain from deviating from the upstream NetBSD test--it's just another local modification that would need to be carried forward. If it's worth testing this FreeBSD-specific behavior, it should be in a FreeBSD-specific test.This makes moving new modifications to the script easier moving forward.MFC after: 1 week
show more ...
newfs_msdos: connect the ATF test from NetBSDNetBSD has an ATF test for newfs_msdos. Connect it to the build.Adapt it for FreeBSD. This would have caught the bug fixed by myprevious commit.Re
newfs_msdos: connect the ATF test from NetBSDNetBSD has an ATF test for newfs_msdos. Connect it to the build.Adapt it for FreeBSD. This would have caught the bug fixed by myprevious commit.Reviewed by: delphij, emasteMFC after: 1 weekSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D34116
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as th
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as they have no valueSponsored by: EMC / Isilon Storage Division
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeksDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division