History log of /openbsd-current/regress/usr.bin/mandoc/db/dbm_dump/dbm_dump.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 14-May-2024 schwarze

fix a char signedness bug such that this testing code becomes able
to display the contents of databases containing UTF-8 strings
on signed char architectures:
for example on i386 and amd64, UTF-8 bytes are negative...


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.2 30-Aug-2016 schwarze

Test handling of invalid pointers in the pages table.
In such cases, do not access NULL pointers in dbm_dump.
Make the setup in the run/Makefile a bit more systematic.
Output starts getting too long, so make everything silent;
you can always use "make -dl" to debug specific tests.


# 1.1 30-Jul-2016 schwarze

test suite for the new mandoc.db(5) format;
will be enabled after committing in src/usr.bin/mandoc


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.2 30-Aug-2016 schwarze

Test handling of invalid pointers in the pages table.
In such cases, do not access NULL pointers in dbm_dump.
Make the setup in the run/Makefile a bit more systematic.
Output starts getting too long, so make everything silent;
you can always use "make -dl" to debug specific tests.


# 1.1 30-Jul-2016 schwarze

test suite for the new mandoc.db(5) format;
will be enabled after committing in src/usr.bin/mandoc