History log of /netbsd-src/tests/lib/libcurses/check_files/addstr2.chk (Results 1 – 4 of 4)
Revision Date Author Comments
# 5cdd6bfe 12-Apr-2022 blymn <blymn@NetBSD.org>

Update to account for default colour change in libcurses.


# 8d3532e4 07-Sep-2021 rin <rin@NetBSD.org>

PR lib/56388

Regen addstr2.chk after fix for the line-hash bug in libcurses.

Now, all t_curses tests successfully pass on all platforms I have tried.

Thanks blymn@ for kind advice!


# 56c355ec 22-Jun-2021 blymn <blymn@NetBSD.org>

Update the check files to account for fixes to addstr.c


# 880393fc 06-Jun-2021 blymn <blymn@NetBSD.org>

New tests and updates for corrected behaviour due to fix for PR56224
* Added extra testing to the addstr test to demonstrate bug described
in PR#56224 and validate case when scrolling enabled still

New tests and updates for corrected behaviour due to fix for PR56224
* Added extra testing to the addstr test to demonstrate bug described
in PR#56224 and validate case when scrolling enabled still works.
* Fixed slk test, the slk_init output changed due to corrected wrapping,
slk_restore no longer returns ERR probably due to addwchar no longer
returning ERR when an implicit scroll was attempted when scrolling
disabled. Commented out the slk_wset test, this is now returning ERR
instead of misbehaving, needs investigation.

show more ...