History log of /openbsd-src/regress/include/bitstring/bitstring_test.c (Results 1 – 7 of 7)
Revision Date Author Comments
# a4a66a2b 26-Aug-2024 bluhm <bluhm@openbsd.org>

Test bitstring macro evaluation.

For all bitstring macros, add a test with side effects in the
arguments. Also fix compiler warnings and wrap long line. In
main() replace exit(0) with return(0) to

Test bitstring macro evaluation.

For all bitstring macros, add a test with side effects in the
arguments. Also fix compiler warnings and wrap long line. In
main() replace exit(0) with return(0) to check stack canary. Create
expected test files with make target create-good.

OK florian deraadt@

show more ...


# b3a275b2 23-Aug-2024 florian <florian@openbsd.org>

Putting Xs into squares is all the rage with statisticians. We should
test that they can use bitstring macros for that.

with & OK deraadt
OK bluhm


# db3296cf 31-Jul-2003 deraadt <deraadt@openbsd.org>

various cleanups; david says results are same


# c0141d96 04-Jan-2003 deraadt <deraadt@openbsd.org>

spelling


# 133306f0 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 07ea8d15 21-Dec-1996 millert <millert@openbsd.org>

-Wall madness.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree