History log of /openbsd-current/regress/usr.bin/ssh/unittests/test_helper/test_helper.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.9 17-Oct-2018 djm

add some knobs:

UNITTEST_FAST?= no # Skip slow tests (e.g. less intensive fuzzing).
UNITTEST_SLOW?= no # Include slower tests (e.g. more intensive fuzzing).
UNITTEST_VERBOSE?= no # Verbose test output (inc. per-test names).

useful if you want to run the tests as a smoke test to exercise the
functionality without waiting for all the fuzzers to run.


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.8 08-Feb-2018 djm

some helpers to check verbose/quiet mode


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 14-Mar-2017 dtucker

Add ASSERT_LONG_* helpers.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.6 18-Jan-2015 djm

add a fuzz_matches_original() function to the fuzzer to
detect fuzz cases that are identical to the original data.
Hacky implementation, but very useful when you need the
fuzz to be different, e.g. when verifying signature


# 1.5 15-Jan-2015 djm

unit tests for KRL bitmap


# 1.4 13-Jan-2015 djm

implement a SIGINFO handler so we can discern a stuck fuzz test
from a merely glacial one; prompted by and ok markus


Revision tags: OPENBSD_5_6_BASE
# 1.3 02-May-2014 andre

Add missing $ on OpenBSD cvs tags, ok djm


# 1.2 02-May-2014 djm

make the fuzzer seed const to make it clear that it is never modified


# 1.1 30-Apr-2014 djm

unit tests for new buffer API; including basic fuzz testing


# 1.8 08-Feb-2018 djm

some helpers to check verbose/quiet mode


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 14-Mar-2017 dtucker

Add ASSERT_LONG_* helpers.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.6 18-Jan-2015 djm

add a fuzz_matches_original() function to the fuzzer to
detect fuzz cases that are identical to the original data.
Hacky implementation, but very useful when you need the
fuzz to be different, e.g. when verifying signature


# 1.5 15-Jan-2015 djm

unit tests for KRL bitmap


# 1.4 13-Jan-2015 djm

implement a SIGINFO handler so we can discern a stuck fuzz test
from a merely glacial one; prompted by and ok markus


Revision tags: OPENBSD_5_6_BASE
# 1.3 02-May-2014 andre

Add missing $ on OpenBSD cvs tags, ok djm


# 1.2 02-May-2014 djm

make the fuzzer seed const to make it clear that it is never modified


# 1.1 30-Apr-2014 djm

unit tests for new buffer API; including basic fuzz testing