CVS log for src/tests/lib/libcurses/t_curses.sh
Up to [cvs.NetBSD.org] / src / tests / lib / libcurses
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 3 22:18:16 2022 UTC (2 years, 7 months ago) by blymn
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-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,
HEAD
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +17 -0
lines
Add mutt_test to the test runs, this test tries to emulate a real
curses application to test the interaction of various curses calls.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 26 22:48:36 2022 UTC (2 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +11 -0
lines
Add test for wresize.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 21 07:03:44 2022 UTC (2 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0
lines
Actually add the bkgrndset test case so it runs plus fix a typo in
the bkgrndset test script.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Apr 20 07:43:05 2022 UTC (2 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +10 -0
lines
Add a test for the bkgrndset function
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 4 19:33:46 2022 UTC (2 years, 8 months ago) by andvar
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1
lines
fix various typos, mainly in comments.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 25 21:28:49 2022 UTC (2 years, 10 months ago) by blymn
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1
lines
Remove excess shift since locale is no longer passed
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 25 03:23:05 2022 UTC (2 years, 10 months ago) by blymn
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +67 -70
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.25: download - view: text, markup, annotated - select for diffs
Fri Dec 31 20:22:49 2021 UTC (2 years, 11 months ago) by andvar
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1
lines
fix few typos in comments, mainly in word "parameter".
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 21 11:55:26 2021 UTC (3 years, 3 months ago) by andvar
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1
lines
fix some more typos in comments/log messages, improve wording as well.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 13 08:00:07 2021 UTC (3 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1
lines
tests/libcurses: remove include path handling
All include commands in the current test suite use relative paths.
Instead of a fixed include path, interpret the included filename
relative to the including file.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 13 06:29:45 2021 UTC (3 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -1
lines
tests/libcurses: add test for addbytes
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Feb 9 20:42:31 2021 UTC (3 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1
lines
tests/libcurses: add missing space after control flow keywords
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 29 00:27:50 2020 UTC (4 years, 1 month ago) by blymn
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1
lines
Disable the wgetch test as it appears to be missing at the moment.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 27 11:01:22 2020 UTC (4 years, 1 month ago) by martin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Use the relative paths in the installed version, not the (different)
source pathes.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 24 04:46:16 2020 UTC (4 years, 1 month ago) by blymn
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2013 -406
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.8.42.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:27 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8.42.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.42.1: +6 -6
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 30 22:37:11 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
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
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1
lines
Fix test for pad and enable it.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 30 22:21:33 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1
lines
Enable mvscanw test since libcurses is now correct.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 26 22:18:44 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1
lines
Enable beep test, return is correct.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 25 22:19:29 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1
lines
Fixed mvscanw test but leave disabled for the moment, the return for
mvscanw is incorrect in libcurses, we need a major lib version bump
to correct it.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jun 11 10:23:36 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1
lines
Fixed bug in curses library keyname, test now passes.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 11 08:09:35 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1
lines
Fix dupwin test.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 11 08:00:38 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1
lines
fix derwin test.
Revision 1.8.42.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:05 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +518 -1
lines
Sync with HEAD
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 9 07:48:47 2019 UTC (5 years, 5 months ago) by blymn
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Add an extra parameter to the h_run function so flags can be passed
to the director.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 26 09:54:32 2019 UTC (5 years, 6 months ago) by blymn
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +517 -0
lines
Add more tests for curses
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 15 11:36:43 2011 UTC (13 years, 2 months ago) by blymn
Branches: MAIN
CVS tags: yamt-pagecache-tag8,
yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: phil-wifi
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1
lines
Remove the beep test for the moment, the return code does not conform
to SUSv2. An update to the slave code will break this test until
beep() is fixed but that will require a major bump on the libcurses
library due to the interface change which is being deferred until all
the tests are done and all the interface changes can be batched up.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 8 10:56:49 2011 UTC (13 years, 3 months ago) by blymn
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
lines
- Add a delay just after the function is passed to the slave, this
gives the slave time to process the command and produce output before
the director drains output from the slave. This is particularly
important when the slave is set up for timed input because the ioctl
used by curses to set the tty parameters waits for pending output to
drain.
- make a debug statement conditional on verbose again
- make a warning about output from the slave conditional on verbose
- fix setting the minimum input delay, it should be milliseconds not
nanoseconds.
- Handle nanosleep returning early due to a signal, restart the sleep
with the remaining time.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 29 12:44:35 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
comment out racy test that I will not bother fixing for now.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 29 12:40:59 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0
lines
make sure that our terminal has a consistent size now that terminfo obeys
the environment variables.
Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:20:40 2011 UTC (13 years, 5 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +6 -6
lines
Catchup with rmind-uvmplock merge.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 17 16:59:51 2011 UTC (13 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -5
lines
Remove environment variable settings.
Now that we are not abusing $HOME to get to the terminfo db, make it visible.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 17 16:30:58 2011 UTC (13 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1
lines
turn off verbose
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 17 02:15:28 2011 UTC (13 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -2
lines
- pass things in arguments instead of environment
- sanity check arguments
- disable extra data warning, old tests gave it too
- print more detailed errors
- use err/warn more
*some tests still fail; more than they used to*
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 10 09:55:08 2011 UTC (13 years, 7 months ago) by blymn
Branches: MAIN
CVS tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Add atf for libcurses with some tests
CVSweb <webmaster@jp.NetBSD.org>