Home | History | Annotate | Download | only in dev
History log of /src/tests/dev/Makefile
RevisionDateAuthorComments
 1.12  14-Aug-2016  jakllsch tests for sys/dev/clock_subr.c
 1.11  29-Jul-2016  pgoyette Add a basic test for fss(4)

XXX For now, we just create required files (including mount-points)
XXX in the test's working directory. Eventually someone with more
XXX rump-foo than I should create a fss rump-component and then update
XXX the test to run under rump.
 1.10  05-Jan-2016  jakllsch branches: 1.10.2;
Add some tests for the kernel HID parser.
 1.9  22-Jun-2015  matt Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.
 1.8  08-Aug-2012  christos Exclude tests that use rump
 1.7  15-Dec-2010  pooka branches: 1.7.6;
"A few seconds later" I realized the kernel directory is dev/raidframe,
not dev/raid, so reflect this in the test dir. Affects location
for test of PR kern/44239.
 1.6  15-Dec-2010  pooka Add first raidframe tests. This is the test for the kernel fault
described in PR kern/44239
 1.5  23-Nov-2010  pooka Add simple test for md(4) which just stuffs junk into /dev/rmd0d
and checks the same data can be retrieved.
 1.4  11-Nov-2010  pooka Add rudimentary cgd tests. The tests use cgd to transform a
plaintext into into an encrypted image and back into plaintext by
doing rump I/O on /dev/cgd. There is one test to check that giving
the same password for both encryption and decryption produces the
same plaintext and another to check that giving a different passwords
does not produce the same plaintext.

This could be fairly easily extended to test all feature of cgd
(hint hint). For example, now cgd.conf is included in cvs, but
the only reason for that is that without further hacking cgdconfig
uses /dev/random quality random to generate the salt for a
pkcsetcetc_kdf2 cgconfig -g, and making an automated test block on
the entropy pool is just not good form. Details are everything.
 1.3  24-Aug-2010  pooka Test for cache sync noises after disk is ejected.

test case for PR kern/43785
 1.2  06-Aug-2010  pooka Add test cases to check that sysmon/swwdog will panic and reboot
the kernel if left untickled.

Thanks to jmmv for the tip that doing this is possible in atf via
means of fork/wait.
 1.1  04-Aug-2010  pooka Add test of pad(4): stuff some audio into /dev/audio, read it from
/dev/pad. Test that we got sensible output by comparing against
a previous audibly good result.

This exercises auconv, audio and pad.
 1.7.6.1  30-Oct-2012  yamt sync with head
 1.10.2.2  06-Aug-2016  pgoyette Sync with HEAD
 1.10.2.1  31-Jul-2016  pgoyette Descend into fss subdirectory

RSS XML Feed