Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/tests Add new tests and check files for l...



details:   https://anonhg.NetBSD.org/src/rev/113d039533f4
branches:  trunk
changeset: 941554:113d039533f4
user:      blymn <blymn%NetBSD.org@localhost>
date:      Sat Oct 24 04:47:43 2020 +0000

description:
Add new tests and check files for libcurses from the Google Summoer of Code
project.

diffstat:

 distrib/sets/lists/tests/mi |  487 +++++++++++++++++++++++++++++++++----------
 1 files changed, 368 insertions(+), 119 deletions(-)

diffs (truncated from 598 to 300 lines):

diff -r f6b64b634817 -r 113d039533f4 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Sat Oct 24 04:46:16 2020 +0000
+++ b/distrib/sets/lists/tests/mi       Sat Oct 24 04:47:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.950 2020/10/24 02:25:02 rillig Exp $
+# $NetBSD: mi,v 1.951 2020/10/24 04:47:43 blymn Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3257,132 +3257,262 @@
 ./usr/tests/lib/libcurses/Atffile                      tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/Kyuafile                     tests-lib-tests         compattestfile,atf,kyua
 ./usr/tests/lib/libcurses/check_files                  tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/add_wch1.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/add_wch2.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/addch.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/addchstr.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/addchstr2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/addstr.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/attributes.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/background1.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/background2.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/background3.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/background4.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/background5.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/bell.chk                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/bkgdset1.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/box_standout.chk         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/chgat1.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/chgat2.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/chgat3.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear1.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear10.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear2.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear3.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear4.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear5.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear6.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear7.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear8.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/clear9.chk               tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/add_wch1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/add_wch2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/add_wch3.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addch.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addchstr.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addchstr2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addchstr3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addnwstr1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addnwstr2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addstr.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addwstr1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addwstr2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/addwstr3.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/attributes.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/background1.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/background2.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/background3.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/background4.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/background5.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/bell.chk         tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/bkgdset1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/blank.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/border_set1.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/border_set2.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/box_set1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/box_set2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/box_standout.chk tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/chgat1.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/chgat2.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/chgat3.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear1.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear10.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear2.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear3.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear4.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear5.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear6.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear7.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear8.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clear9.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clearok1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clearok2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/clearok3.chk     tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/check_files/color_blank_draw.chk     tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/check_files/color_blue_back.chk      tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/color_default.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/color_default.chk        tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/check_files/color_red_fore.chk       tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/color_set.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/color_start.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin1.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin10.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin11.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin12.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin13.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin14.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin2.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin3.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin4.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin5.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin6.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin7.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin8.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/copywin9.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/curs_set1.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/curs_set2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/curs_set3.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/curses_start.chk         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delay_output.chk         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delch1.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delch2.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delch3.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delch4.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delch5.chk               tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln1.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln3.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln4.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln5.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/deleteln6.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delwin1.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/delwin2.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/derwin1.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/derwin2.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/doupdate.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/dupwin1.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/dupwin2.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/fill.chk                 tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/color_set.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/color_start.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin10.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin11.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin12.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin13.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin14.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin3.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin4.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin5.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin6.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin7.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin8.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/copywin9.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/curs_set1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/curs_set2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/curs_set3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/curses_start.chk tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delay_output.chk tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch1.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch2.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch3.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch4.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch5.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch6.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delch7.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln4.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln5.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/deleteln6.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delwin1.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/delwin2.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/derwin1.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/derwin2.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/doupdate.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/dupwin1.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/dupwin2.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/echochar1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/echochar2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/fill.chk         tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/check_files/fill_screen_numbers.chk  tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libcurses/check_files/fill_window_numbers.chk  tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/flash.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/hline.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/home.chk                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/insch.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/meta1.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/meta2.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test1.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test2.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test3.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test4.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test5.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test6.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test7.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test8.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mutt_test9.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddch.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddchnstr.chk          tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddchnstr2.chk         tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddchstr.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddnstr.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddnstr2.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddstr.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvaddstr2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvchgat.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvchgat2.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvcur.chk                        tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvderwin1.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvderwin2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetnstr1.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetnstr2.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetnstr3.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetnstr4.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetstr1.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetstr2.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvgetstr3.chk            tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvprintw.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvvline1.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvvline2.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/mvvline3.chk             tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/pad1.chk                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/pad2.chk                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/pad3.chk                 tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/timeout.chk              tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/touchline1.chk           tests-lib-tests         compattestfile,atf
-./usr/tests/lib/libcurses/check_files/wborder.chk              tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/flash.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/get_wstr.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/getch.chk        tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/getn_wstr.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/hline.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/hline1.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/hline2.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/hline_set.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/home.chk         tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/immedok.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_nwstr1.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_wch1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_wch2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_wch3.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_wstr1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/ins_wstr2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insch.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insch1.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insch2.chk       tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln4.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln5.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln6.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln7.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln_1.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln_3.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln_4.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln_5.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insdelln_6.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insertln1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insertln3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insertln4.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insertln5.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/insertln6.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/leaveok.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/meta1.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/meta2.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test1.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test2.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test3.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test4.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test5.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test6.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test7.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test8.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mutt_test9.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddch.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddchnstr.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddchnstr2.chk tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddchstr.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddnstr.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddnstr2.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddnwstr1.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddstr.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddstr2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvaddwstr1.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvchgat.chk      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvchgat2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvcur.chk                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvderwin1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvderwin2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvget_wch.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetnstr1.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetnstr2.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetnstr3.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetnstr4.chk   tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetstr1.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetstr2.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvgetstr3.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvins_wch.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvprintw.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvvline1.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvvline2.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvvline3.chk     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvwaddnwstr1.chk tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvwaddstr.chk    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvwaddwstr1.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvwaddwstr2.chk  tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libcurses/check_files/mvwaddwstr3.chk  tests-lib-tests         compattestfile,atf



Home | Main Index | Thread Index | Old Index