Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses Disable the wgetch test as it appears to...



details:   https://anonhg.NetBSD.org/src/rev/ece148c3e84e
branches:  trunk
changeset: 945391:ece148c3e84e
user:      blymn <blymn%NetBSD.org@localhost>
date:      Thu Oct 29 00:27:50 2020 +0000

description:
Disable the wgetch test as it appears to be missing at the moment.

diffstat:

 tests/lib/libcurses/t_curses.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 833402498f8d -r ece148c3e84e tests/lib/libcurses/t_curses.sh
--- a/tests/lib/libcurses/t_curses.sh   Wed Oct 28 08:36:40 2020 +0000
+++ b/tests/lib/libcurses/t_curses.sh   Thu Oct 29 00:27:50 2020 +0000
@@ -2203,7 +2203,7 @@
 
        # curses input stream routines
        atf_add_test_case getch
-       atf_add_test_case wgetch
+       #atf_add_test_case wgetch [test is missing]
        atf_add_test_case define_key
        atf_add_test_case keyok
        atf_add_test_case getnstr



Home | Main Index | Thread Index | Old Index