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 missing files for dotcmd tests



details:   https://anonhg.NetBSD.org/src/rev/0fa38e6dcfeb
branches:  trunk
changeset: 796401:0fa38e6dcfeb
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 31 20:26:51 2014 +0000

description:
add missing files for dotcmd tests

diffstat:

 distrib/sets/lists/tests/mi |  222 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 219 insertions(+), 3 deletions(-)

diffs (243 lines):

diff -r b8fa5b705a99 -r 0fa38e6dcfeb distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Sat May 31 20:09:15 2014 +0000
+++ b/distrib/sets/lists/tests/mi       Sat May 31 20:26:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.570 2014/05/31 14:36:03 christos Exp $
+# $NetBSD: mi,v 1.571 2014/05/31 20:26:51 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -841,8 +841,143 @@
 ./usr/tests/bin/sh/t_varquote                  tests-bin-tests         atf
 ./usr/tests/bin/sh/t_wait                      tests-bin-tests         atf
 ./usr/tests/bin/sh/dotcmd                      tests-bin-tests
-./usr/tests/bin/sh/dotcmd/scopped_command      tests-bin-tests         atf
-./usr/tests/bin/sh/dotcmd/t_dotcmd             tests-bin-tests         atf
+./usr/tests/bin/sh/dotcmd/Atffile      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_case   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_compound       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_file   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_for    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_func   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_subshell       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_until  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/break_while  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_case      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_compound  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_file      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_for       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_func      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_subshell  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_until     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_break_while     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_case   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_compound       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_file   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_for    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_func   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_subshell       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_until  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_continue_while  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_case     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_compound tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_file     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_for      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_func     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_subshell tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_until    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/case_return_while    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_case  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_compound      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_file  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_for   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_func  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_subshell      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_until tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_break_while tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_case       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_compound   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_file       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_for        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_func       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_subshell   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_until      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_continue_while      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_case tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_compound     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_file tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_for  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_func tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_subshell     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_until        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/compound_return_while        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_case        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_compound    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_file        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_for tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_func        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_subshell    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_until       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/continue_while       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_case      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_compound  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_file      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_for       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_func      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_subshell  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_until     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_break_while     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_case   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_compound       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_file   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_for    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_func   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_subshell       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_until  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_continue_while  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_case     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_compound tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_file     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_for      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_func     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_subshell tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_until    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/file_return_while    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_case       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_compound   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_file       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_for        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_func       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_subshell   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_until      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_break_while      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_case    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_compound        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_file    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_for     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_func    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_subshell        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_until   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_continue_while   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_case      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_compound  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_file      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_for       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_func      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_subshell  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_until     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/for_return_while     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_case      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_compound  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_file      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_for       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_func      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_subshell  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_until     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_break_while     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_case   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_compound       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_file   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_for    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_func   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_subshell       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_until  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_continue_while  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_case     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_compound tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_file     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_for      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_func     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_subshell tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_until    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/func_return_while    tests-bin-tests atf
 ./usr/tests/bin/sh/dotcmd/out                  tests-bin-tests
 ./usr/tests/bin/sh/dotcmd/out/case_break_case.out      tests-bin-tests atf
 ./usr/tests/bin/sh/dotcmd/out/case_break_compound.out  tests-bin-tests atf
@@ -1036,6 +1171,87 @@
 ./usr/tests/bin/sh/dotcmd/out/while_return_subshell.out        tests-bin-tests atf
 ./usr/tests/bin/sh/dotcmd/out/while_return_until.out   tests-bin-tests atf
 ./usr/tests/bin/sh/dotcmd/out/while_return_while.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_case  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_compound      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_file  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_for   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_func  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_subshell      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_until tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/return_while tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_case  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_compound      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_file  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_for   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_func  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_subshell      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_until tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_break_while tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_case       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_compound   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_file       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_for        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_func       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_subshell   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_until      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_continue_while      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_case tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_compound     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_file tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_for  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_func tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_subshell     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_until        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/subshell_return_while        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/t_dotcmd             tests-bin-tests         atf
+./usr/tests/bin/sh/dotcmd/until_break_case     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_compound tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_file     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_for      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_func     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_subshell tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_until    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_break_while    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_case  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_compound      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_file  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_for   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_func  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_subshell      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_until tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_continue_while tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_case    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_compound        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_file    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_for     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_func    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_subshell        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_until   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/until_return_while   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_case     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_compound tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_file     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_for      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_func     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_subshell tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_until    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_break_while    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_case  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_compound      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_file  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_for   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_func  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_subshell      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_until tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_continue_while tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_case    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_compound        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_file    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_for     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_func    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_subshell        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_until   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/while_return_while   tests-bin-tests atf
 ./usr/tests/bin/sleep                          tests-bin-tests
 ./usr/tests/bin/sleep/Atffile                  tests-bin-tests         atf
 ./usr/tests/bin/sleep/Kyuafile                 tests-bin-tests         atf,kyua



Home | Main Index | Thread Index | Old Index