jmmv
dc7b86517b
Adjust directories for atf 0.19 import.
2014-02-08 19:45:51 +00:00
martin
363ab82ea5
Backout previous, now that the makefile glitch causing population of
...
the tests/opencrypto directory has been fixed
2014-01-15 10:21:08 +00:00
martin
6d31d85c48
Add usr/tests/opencrypto
2014-01-15 08:21:44 +00:00
pgoyette
83ebdf3067
Create new directory for the opencrypto tests
2014-01-14 18:07:20 +00:00
gson
26125ae798
Add some minimal tests of vmstat(1), to serve as regression tests
...
for PR bin/44518.
2014-01-07 16:47:13 +00:00
dholland
2f193ecc6c
more dark ATF rituals are required
2013-08-11 03:53:12 +00:00
kefren
ff6f2bd928
Add a couple of basic IP/MPLS forwarding tests
2013-07-19 04:00:40 +00:00
christos
1386c00816
new test directories
2013-03-21 19:17:51 +00:00
jmmv
48b2f2c970
Add new directories for kyua-atf-compat.
2013-02-25 00:31:51 +00:00
jmmv
89e4f17129
Register directories and files provided by kyua-cli.
2013-02-23 14:18:36 +00:00
jmmv
dbf5b53da3
Enable the build of kyua-testers and register its files and directories.
...
This is conditional on MKKYUA.
2013-02-19 06:06:39 +00:00
jmmv
7d3a48f1d2
Hook Lutok into the build. This is all protected by the MKKYUA guard.
2013-02-16 21:40:05 +00:00
jmmv
8f212f1945
Move tests for examples from tests/examples to tests/share/examples.
...
This is to match the layout of the installed and source files more closely.
While doing this, honor the MKSHARE variable, as the files these tests
validate are only installed when MKSHARE=yes.
2013-02-16 12:44:25 +00:00
njoly
a23dfbdc09
Adjust for usr/tests/lib/libc/c063 debug entries.
2012-11-23 08:36:47 +00:00
pgoyette
7feb2e8135
Also give install a place to put the atf tests for netpgpverify
2012-11-20 15:41:43 +00:00
manu
a76c1cc17f
Add most system calls for POSIX extended API set, part 2, with test cases:
...
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 17:41:51 +00:00
njoly
a02a44ee48
Adjust for tests/lib/{libbpfjit,libsljit} debug entries.
2012-11-12 09:03:52 +00:00
alnsn
062bf78a84
Build libbpfjit test to the build.
2012-11-11 17:41:31 +00:00
alnsn
ffd8736098
Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
2012-11-05 00:57:39 +00:00
martin
e8e9f65b79
New test directory for npf
2012-09-12 14:07:10 +00:00
jmmv
80b30d8cdf
Add placeholder test programs for share/mk files.
...
The main goal of this change is to simplify the further addition of test
cases for the share/mk infrastructure by adding a few placeholder test
programs to the tests tree.
To not leave these test programs empty, I have added a bunch of extremely
simple test cases to them.
2012-08-26 23:03:20 +00:00
alnsn
e7e64dcaa1
Build and install t_bpfilter.
2012-08-14 19:13:54 +00:00
christos
79aa9f3662
add fdpass directories
2012-08-13 11:17:43 +00:00
njoly
734339d201
Add testcase for PR/46743
2012-07-28 16:08:39 +00:00
joerg
c91c5846f7
+ /usr/tests/usr.bin/nbperf
2012-07-22 21:04:44 +00:00
martin
c1004a7836
Add a basic test for infocmp - this would have cought todays terminfo
...
lossage (PR lib/46553).
2012-06-06 21:23:10 +00:00
martin
f1b12ec580
Add new test directory
2012-05-27 23:03:24 +00:00
jruoho
af62c3b4d8
Add a test case for PR kern/46463. From Richard Hansen.
2012-05-18 15:25:25 +00:00
jruoho
c7358053ef
Add a test case for PR bin/39546.
2012-04-19 18:51:35 +00:00
jruoho
0953dc8744
Add a test case for PR kern/46328 (tested naively with tcpdump(8)).
2012-04-14 12:21:45 +00:00
pgoyette
df3c343ded
Revert previous - k_helper3 does not get installed in a subdirectory.
...
Doing it this way will prevent us from creating the subdirectory on
non-MODULAR systems. That would have caused a build break due to the
unexpected empty directory.
2012-04-14 02:48:44 +00:00
pgoyette
04ec1fc554
Create the directory for the helper program; hopefully fixes the build
...
break.
XXX It's odd that k_helper3 needs to have its directory pre-created, when
XXX k_helper, k_helper2, and k_uvm don't need it...
2012-04-14 00:14:22 +00:00
jruoho
47dea51ec6
Add regression tests for PR bin/3914 and PR bin/27140.
2012-03-30 09:27:10 +00:00
jruoho
651e2c6948
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
2012-03-27 08:16:33 +00:00
jruoho
327776ba0b
Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
...
all fixed long time ago.
2012-03-20 06:18:33 +00:00
njoly
d0df4f4862
Adjust to unbreak mkdebug build.
2012-03-19 11:16:36 +00:00
jruoho
3a662fafc9
Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.
2012-03-19 07:05:18 +00:00
jruoho
1ff69b68e3
Add a case for PR bin/44973.
2012-03-18 12:40:42 +00:00
jruoho
0498995f9f
Add a test case for PR bin/28126. Does not fail with GNU sed.
2012-03-18 10:12:30 +00:00
jruoho
840bc631fa
Adjust set lists and mtree.
2012-03-17 17:16:41 +00:00
jruoho
2fb9c76e0d
Adjust set lists and mtree.
2012-03-17 16:35:02 +00:00
jruoho
869580eb48
Adjust set lists and mtree.
2012-03-11 18:45:19 +00:00
christos
c513c5c06e
add awk test directory
2012-03-10 19:11:36 +00:00
martin
0ce98f42a7
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
...
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng
2012-02-13 21:03:06 +00:00
martin
19f52532ad
Add userland part of posix_spawn. Libc functions imported from FreeBSD.
...
Based on Charles Zhang's summer of code project.
2012-02-11 23:31:22 +00:00
pgoyette
5dd52f2538
Add directory for libcrypt tests
2011-12-27 14:51:15 +00:00
christos
19bd33b453
add fifofs
2011-12-21 01:58:46 +00:00
jmmv
ccfedeb2ca
Register directories for the new asm examples and their tests.
2011-11-12 01:19:40 +00:00
njoly
3f1f7fac1b
+./usr/libdata/debug/usr/tests/lib/libtre
2011-11-07 13:39:54 +00:00
christos
d85ad0736b
add libtre test directories
2011-11-06 18:45:04 +00:00