summaryrefslogtreecommitdiff
path: root/tests/lib/libcurses
AgeCommit message (Expand)Author
2019-06-30Fix test for pad and enable it.blymn
2019-06-30Enable mvscanw test since libcurses is now correct.blymn
2019-06-26Enable beep test, return is correct.blymn
2019-06-25Fixed mvscanw test but leave disabled for the moment, the return forblymn
2019-06-11Fixed bug in curses library keyname, test now passes.blymn
2019-06-11Bracket strings being validated with markers to ensure sneaky whitespeaceblymn
2019-06-11Fix dupwin test.blymn
2019-06-11fix derwin test.blymn
2019-06-09Add a script that allows a check file to be created by cutting andblymn
2019-06-09Adjust check files for changes in cursor positioning.blymn
2019-06-09Add an extra parameter to the h_run function so flags can be passedblymn
2019-05-26Add more tests for cursesblymn
2019-05-26Start supporting wide char tests.blymn
2019-05-26Adjust copywin test to work correctly with updated curses.blymn
2019-05-19Add option to specify an alternate library location to allow testingblymn
2019-05-12Provide correct validation after curses change.blymn
2019-04-26Fix argument parsing for mvinsch, last arg is a chtype not a string.blymn
2019-01-21Fix script to use getopts instead of a hand rolled argument parser,blymn
2018-12-04Fix failing background test check file.blymn
2018-11-30Add script for assisting with debugging curses tests.blymn
2018-11-06Correct background check file for fixed curses behaviour.blymn
2015-01-04add proper include files.christos
2014-01-19Remove -O0 from CPPFLAGS, and instead setapb
2014-01-19Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.apb
2013-11-21Add carriage return to list of valid character substitutions.blymn
2013-11-21Add carriage return to the quoted character listblymn
2013-11-09Update check files to match fixed behaviour for addchstrblymn
2012-09-19* Add scanw family function calls as input functionsblymn
2012-09-19* Fix mvscanw returnblymn
2012-06-03Switch terminfo(3) to cdb(5).joerg
2012-06-03Spell NetBSD correctly.joerg
2011-10-07Fix off-by-one error and simplify at the same time.joerg
2011-09-16- Update the check files due to a bug fix in the slave codeblymn
2011-09-15fix printf format stringschristos
2011-09-15- Add erase and kill to the terminal attributes so we can testblymn
2011-09-15- add support for getparyx and getyx callsblymn
2011-09-15Remove the beep test for the moment, the return code does not conformblymn
2011-09-08It's ATFFILE=no, not NOATFFILE=true. This fixes the contents of thejmmv
2011-09-08Remove temporary file committed by mistake.jmmv
2011-09-08- Add a delay just after the function is passed to the slave, thisblymn
2011-08-29- err -> errx mistakeschristos
2011-08-29fix bug where we read the same argument twice. Name the timeout val thechristos
2011-08-29comment out racy test that I will not bother fixing for now.christos
2011-08-29change comparend to compare so that this passes now.christos
2011-08-29This could have never worked before since the syntax was wrong. Unfortunatelychristos
2011-08-29we never get the b character since we timeout and drain!christos
2011-08-29make sure that our terminal has a consistent size now that terminfo obeyschristos
2011-08-18Fix enums confusion.christos
2011-08-17document non-literal format stringschristos
2011-06-29apply some -Wno-enum-compare.mrg