CVS log for src/tests/lib/libcurses/debug_test
Up to [cvs.NetBSD.org] / src / tests / lib / libcurses
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 18 07:15:26 2024 UTC (6 months ago) by blymn
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -1
lines
* Fix a bug where specifying -t would cause the director args to be
truncated.
* Add support for the director nofail option.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 1 06:41:27 2022 UTC (2 years, 10 months ago) by blymn
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 25 03:23:05 2022 UTC (2 years, 11 months ago) by blymn
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -0
lines
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 1.4.4.1: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:30:54 2021 UTC (3 years, 7 months ago) by cjep
Branches: cjep_sun2x
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +5 -4
lines
sync with head
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 4 23:07:39 2021 UTC (3 years, 7 months ago) by blymn
Branches: MAIN
CVS tags: cjep_sun2x-base1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -4
lines
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 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 24 04:46:16 2020 UTC (4 years, 2 months ago) by blymn
Branches: MAIN
CVS tags: cjep_sun2x-base,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: cjep_sun2x
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +21 -7
lines
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 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:05 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +79 -0
lines
Sync with HEAD
Revision 1.3.2.1
Sun May 19 22:34:23 2019 UTC (5 years, 8 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.3: +0 -79
lines
file debug_test was added on branch phil-wifi on 2019-06-10 22:10:05 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 19 22:34:23 2019 UTC (5 years, 8 months ago) by blymn
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Branch point for: phil-wifi
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1
lines
Add option to specify an alternate library location to allow testing
a development library version without installing it.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sat Jan 26 22:00:38 2019 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +43 -21
lines
Sync with HEAD
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 21 21:21:13 2019 UTC (5 years, 11 months ago) by blymn
Branches: MAIN
CVS tags: pgoyette-compat-20190127
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +43 -21
lines
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 1.1.2.2: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:02:09 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +51 -0
lines
Sync with HEAD, resolve a few conflicts
Revision 1.1.2.1
Fri Nov 30 04:57:02 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -51
lines
file debug_test was added on branch pgoyette-compat on 2018-12-26 14:02:09 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 30 04:57:02 2018 UTC (6 years, 1 month ago) by blymn
Branches: MAIN
CVS tags: pgoyette-compat-20190118,
pgoyette-compat-1226
Branch point for: pgoyette-compat
Add script for assisting with debugging curses tests.
CVSweb <webmaster@jp.NetBSD.org>