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 new shell tests



details:   https://anonhg.NetBSD.org/src/rev/bde10d5237dd
branches:  trunk
changeset: 329632:bde10d5237dd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 31 14:36:03 2014 +0000

description:
new shell tests

diffstat:

 distrib/sets/lists/tests/mi |  198 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 197 insertions(+), 1 deletions(-)

diffs (212 lines):

diff -r e08592eecc79 -r bde10d5237dd distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Sat May 31 14:31:01 2014 +0000
+++ b/distrib/sets/lists/tests/mi       Sat May 31 14:36:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.569 2014/05/15 16:32:28 apb Exp $
+# $NetBSD: mi,v 1.570 2014/05/31 14:36:03 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -840,6 +840,202 @@
 ./usr/tests/bin/sh/t_ulimit                    tests-bin-tests         atf
 ./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/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
+./usr/tests/bin/sh/dotcmd/out/case_break_file.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_break_for.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_break_func.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_break_subshell.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_break_until.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_break_while.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_case.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_compound.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_file.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_for.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_func.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_subshell.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_until.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_continue_while.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_case.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_compound.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_file.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_for.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_func.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_subshell.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_until.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/case_return_while.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_case.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_compound.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_file.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_for.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_func.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_subshell.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_until.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_break_while.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_case.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_compound.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_file.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_for.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_func.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_subshell.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_until.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_continue_while.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_case.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_compound.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_file.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_for.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_func.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_subshell.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_until.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/compound_return_while.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_case.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_compound.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_file.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_for.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_func.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_subshell.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_until.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_break_while.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_case.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_compound.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_file.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_for.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_func.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_subshell.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_until.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_continue_while.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_case.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_compound.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_file.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_for.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_func.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_subshell.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_until.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/file_return_while.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_case.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_compound.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_file.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_for.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_func.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_subshell.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_until.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_break_while.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_case.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_compound.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_file.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_for.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_func.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_subshell.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_until.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_continue_while.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_case.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_compound.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_file.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_for.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_func.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_subshell.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_until.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/for_return_while.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_case.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_compound.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_file.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_for.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_func.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_subshell.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_until.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_break_while.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_case.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_compound.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_file.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_for.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_func.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_subshell.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_until.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_continue_while.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_case.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_compound.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_file.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_for.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_func.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_subshell.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_until.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/func_return_while.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_case.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_compound.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_file.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_for.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_func.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_subshell.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_until.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_break_while.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_case.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_compound.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_file.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_for.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_func.out       tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_subshell.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_until.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_continue_while.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_case.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_compound.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_file.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_for.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_func.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_subshell.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_until.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/subshell_return_while.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_case.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_compound.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_file.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_for.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_func.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_subshell.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_until.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_break_while.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_case.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_compound.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_file.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_for.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_func.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_subshell.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_until.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_continue_while.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_case.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_compound.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_file.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_for.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_func.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_subshell.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_until.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/until_return_while.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_case.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_compound.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_file.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_for.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_func.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_subshell.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_until.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_break_while.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_case.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_compound.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_file.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_for.out   tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_func.out  tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_subshell.out      tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_until.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_continue_while.out tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_return_case.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_return_compound.out        tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_return_file.out    tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_return_for.out     tests-bin-tests atf
+./usr/tests/bin/sh/dotcmd/out/while_return_func.out    tests-bin-tests atf
+./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/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