aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Add files missed in 56a7ce8416d181a2060d7a42vendor/NetBSD/tests/2026.02.14_2vendor/NetBSD/testsEnji Cooper2026-02-1583-0/+9485
| | | | | | | | Skip usr.bin/diff3 tests as these contain text that gets misinterpreted as merge conflict markers and blocks push with the relevant pre-receive hook. PR: 293186
* Sync NetBSD/tests with upstreamvendor/NetBSD/tests/2026.02.14Enji Cooper2026-02-159-94/+260
| | | | Obtained from: https://github.com/NetBSD/src (9c6226debedf)
* Import new NetBSD tests snapshotEnji Cooper2023-08-1164-9939/+5569
| | | | | | | | | This change pulls down the code from trunk at the noted commit. Confirmed that the content was equivalent to what was in CVS at time of commit. Obtained from: https://github.com/NetBSD/src (f79c618e28c16125a2a)
* Pull in some minor updates to netbsd-tests from upstreamvendor/NetBSD/tests/02.04.2017_10.12Enji Cooper2017-02-041-3/+1001
| | | | | Notes: svn path=/vendor/NetBSD/tests/dist/; revision=313245 svn path=/vendor/NetBSD/tests/02.04.2017_10.12/; revision=313246; tag=vendor/NetBSD/tests/02.04.2017_10.12
* More test updates from upstreamvendor/NetBSD/tests/01.17.2017_21.34Enji Cooper2017-01-181-2/+220
| | | | | | | | Nothing much to note -- this looks like a good place to stop Notes: svn path=/vendor/NetBSD/tests/dist/; revision=312370 svn path=/vendor/NetBSD/tests/01.17.2017_21.34/; revision=312371; tag=vendor/NetBSD/tests/01.17.2017_21.34
* Pull in additional test changes accepted upstream as well as someEnji Cooper2017-01-152-7/+325
| | | | | | | additional testcases added in .../kernel/t_ptrace_wait.c Notes: svn path=/vendor/NetBSD/tests/dist/; revision=312219
* Add additional tests missed in previous mergesEnji Cooper2017-01-1413-2/+1945
| | | | | | | Reminder: use cvs up -APd to pull new directories Notes: svn path=/vendor/NetBSD/tests/dist/; revision=312123
* Commit more accepted upstream changes from <NetBSD>/tests/...Enji Cooper2017-01-1420-66/+254
| | | | | | | | | | | | | This includes a number of accepted patches for: - lib/libc/sys - lib/libm christos was also nice enough to do the heavy lifting with the h_macros.h #includes so testcases which use h_macros.h now can work more easily with the FreeBSD tree's layout for contrib/netbsd-tests vs the testcases. Notes: svn path=/vendor/NetBSD/tests/dist/; revision=312106
* Sync ^/vendor/NetBSD/tests/dist with upstreamEnji Cooper2017-01-1211-4/+6020
| | | | Notes: svn path=/vendor/NetBSD/tests/dist/; revision=311966
* Update ^/vendor/NetBSD/tests/dist to a more recent snapshotEnji Cooper2016-08-129-23/+582
| | | | | | | Pulled on "Thu Aug 11 18:01:19 PDT 2016" Notes: svn path=/vendor/NetBSD/tests/dist/; revision=303980
* Check in first src/tests snapshot from NetBSD anoncvsvendor/NetBSD/tests/09.30.2014_20.45Enji Cooper2014-10-0138-0/+5086
Sources were obtained like so: % export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot" % cvs -z9 co -D "09/30/2014 20:45" -P src/tests % mv src/tests/* tests/dist/. '*CVS*' has been added to svn:ignore to ease updating periodically from upstream Some line ending issues had to be resolved with test outputs and scripts via dos2unix and by deleting the eol-style property set in usr.bin/sort Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division Notes: svn path=/vendor/NetBSD/tests/dist/; revision=272343 svn path=/vendor/NetBSD/tests/09.30.2014_20.45/; revision=272345; tag=vendor/NetBSD/tests/09.30.2014_20.45