History log of /src/tests/lib/libcurses/debug_test
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.8 18-Jul-2024 blymn

* Fix a bug where specifying -t would cause the director args to be
truncated.

* Add support for the director nofail option.


Revision tags: netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.7 01-Mar-2022 blymn

branches: 1.7.4;
Add the -F flag to the getopt string, it was there in the help and
in the arguments handling but getopt was not told about it.


# 1.6 25-Jan-2022 blymn

Update of tests to account for output changes associated with wide char
fixes. Also, default all tests to using UTF8 instead of doing a special
dance for the wide character tests and fix debug_test to force set the
locale to UTF8 so tests under debug don't throw spurious mismatches
when a wide character test is run.


Revision tags: cjep_sun2x-base1
# 1.5 04-Jun-2021 blymn

Fix debug_test so it actually works and does not do damage
* disable blind clearing of /tmp. The comment says this is needed for getwin/putwin
those tests need to be looked at to correct this.
* remove invalid -I option from director arguments for now.
* fix paths to executables so debug_test will work with installed versions by default
the previous version was using the src tree locations but basedir was wrong for that.


Revision tags: cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.4 24-Oct-2020 blymn

branches: 1.4.4;
Merge in code from Google Summer of Code project which dramatically
increases the number of tests performed.

Thanks to Naman Jain <jnaman806@gmail.com> for his excellent work on
this GSoC project.


Revision tags: netbsd-9-4-RELEASE netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609
# 1.3 19-May-2019 blymn

branches: 1.3.2;
Add option to specify an alternate library location to allow testing
a development library version without installing it.


Revision tags: pgoyette-compat-20190127
# 1.2 21-Jan-2019 blymn

Fix script to use getopts instead of a hand rolled argument parser,
add option to set curses debug output file and other general fixes.
Thanks to kre@netbsd.org for comments and help with this.


Revision tags: pgoyette-compat-20190118 pgoyette-compat-1226
# 1.1 30-Nov-2018 blymn

branches: 1.1.2;
Add script for assisting with debugging curses tests.