summaryrefslogtreecommitdiff
path: root/tests/dev
AgeCommit message (Expand)Author
2019-07-10Gracefully skip test if not enough space in temporary directory.martin
2019-07-10Reduce disk image size for tests (PR 44239 has been fixed)martin
2019-06-20Rewrite t_pad test.isaki
2019-06-01Deal with fallout from the addition ofkre
2019-04-10Fix quoting (quotes really do not nest...) and remove a bunch of itkre
2019-04-10PR bin/53999 from rudolf (eq.cz)kre
2019-02-06use strncpy() into a buffer that may not be nul terminated.mrg
2018-01-18implement 32-bit compat support for raidframe.mrg
2017-12-10Fix fallout from hid factorisation:bouyer
2017-05-21Remove MKCRYPTO option.riastradh
2017-03-15Do not assume an all-zeroes disk label will read back as a disk withmartin
2017-01-27Revert to previous. Audio passes the test properly again.nat
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-12-11Update test output to reflect audio changes.nat
2016-12-11AES XTS unit tests should now pass.alnsn
2016-11-24Switch to CHECK_LIBC for writing.alnsn
2016-11-11Add 3des-cbc tests with 192 bits key.alnsn
2016-11-10Add blowfish-cbc tests for 128, 256 and 448 bits keys.alnsn
2016-11-09Add aes-cbc tests.alnsn
2016-11-07Don't use mktemp.alnsn
2016-11-07Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes.scole
2016-11-06Don't build t_cgd_aes if ${MKCRYPTO} == "no".alnsn
2016-11-06Add tests for not-yet-committed cgd algorithm AES-XTS.alnsn
2016-10-15pad(4) must be open before corresponding audio device is opened.nat
2016-08-17These clock_subr tests are no longer expected to fail.jakllsch
2016-08-14tests for sys/dev/clock_subr.cjakllsch
2016-08-03We don't have any FILES, so no need for a FILESDIRpgoyette
2016-07-29Mount the snapshot read-only; otherwise we get a nasty panic.pgoyette
2016-07-29Add a basic test for fss(4)pgoyette
2016-07-29Remove. Nothing here (or below) seems to refer to it, and it won'tpgoyette
2016-05-05Use rump_schedule() before calling things in the rump context.jakllsch
2016-05-05t_hid doesn't use rump correctly, and thus consistently fails; mark as suchjakllsch
2016-05-02Call rump_init() before using rump functionality.jakllsch
2016-02-26Fix soft volume audio distortion. OK jmcneil@.nat
2016-01-23Define _KERNTYPES for things that need it.christos
2016-01-23XXX: use unused variables.christos
2016-01-09locate_item() doesn't need to have a flags argument, as the flagsjakllsch
2016-01-08fix test program for hid item checksjakllsch
2016-01-08rework build of t_hid to be more reliable, while working around ATF cruddynessjakllsch
2016-01-07Don't crash when the device's HID Report Descriptor Pops from an empty stack.jakllsch
2016-01-07Add tests for HID Parser Pop-on-empty-stack bug.jakllsch
2016-01-06Unbreak the sun2 build: Don't use program-specific LDADD options becausechristos
2016-01-05Add some tests for the kernel HID parser.jakllsch
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-04-23Include better diagnostic info when a required key value cannot be retrieved ...pgoyette
2015-04-23When exiting, provide a reason.pgoyette
2015-02-27Double the timeout (to 120s) for slower machinesmartin
2015-01-07Move sysproxy support into a separate component, rumpkern_sysproxy,pooka
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2014-06-09When linking statically (as for sun2), need to list -lrump alsohe