Home
last modified time | relevance | path

Searched refs:run_test (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/src/external/bsd/kyua-cli/dist/utils/
Dsanity_test.cpp66 run_test(Function function) in run_test() function
126 const process::status status = run_test(do_inv_test< true, false >); in ATF_TEST_CASE_BODY()
134 const process::status status = run_test(do_inv_test< false, false >); in ATF_TEST_CASE_BODY()
142 const process::status status = run_test(do_inv_test< false, true >); in ATF_TEST_CASE_BODY()
164 const process::status status = run_test(do_pre_test< true, false >); in ATF_TEST_CASE_BODY()
172 const process::status status = run_test(do_pre_test< false, false >); in ATF_TEST_CASE_BODY()
180 const process::status status = run_test(do_pre_test< false, true >); in ATF_TEST_CASE_BODY()
202 const process::status status = run_test(do_post_test< true, false >); in ATF_TEST_CASE_BODY()
210 const process::status status = run_test(do_post_test< false, false >); in ATF_TEST_CASE_BODY()
218 const process::status status = run_test(do_post_test< false, true >); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Deof-exit.exp20 proc run_test {} { procedure
80 run_test
87 run_test
102 run_test
Dbp-cond-failure.exp47 proc run_test { cond_eval access_type lineno nloc } { procedure
110 run_test $cond_eval $access_type $bp_line_multi_loc 2
113 run_test $cond_eval $access_type $bp_line_single_loc 1
Dinfo-types.exp.tcl21 proc run_test { lang } { procedure
116 run_test $lang
Dlarge-frame.exp30 proc run_test { opt_level } { procedure
57 run_test $opt
Dinfcall-timeout.exp35 proc run_test { target_async target_non_stop non_stop unwind } { procedure
111 run_test $target_async $target_non_stop $non_stop $unwind
Dkill-during-detach.exp76 proc run_test { exit_p checkpoint_p } { procedure
144 run_test $exit_p $checkpoint_p
Dbt-on-error-and-warning.exp54 proc run_test {problem_type mode} { procedure
115 run_test ${problem_type} ${mode}
/netbsd/src/external/bsd/byacc/dist/package/debian/
Drules28 sed -i.bak '/MYFILE=nosuchfile/,/# Test special cases/d' test/run_test.sh
29 diff -u test/run_test.sh.bak test/run_test.sh || echo OK
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
Dstop-reply-no-thread.exp35 proc run_test { disable_feature target_nonstop } { procedure
116 run_test $to_disable $t_nonstop
127 run_test $to_disable off
Dext-attach.exp37 proc run_test { target_async target_non_stop to_disable } { procedure
99 run_test ${target_async} ${target_non_stop} $to_disable
Dstop-reply-no-thread-multi.exp44 proc run_test { target_non_stop disable_feature } { procedure
154 run_test ${target-non-stop} $to_disable
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dmain-thread-exit-during-detach.exp50 proc run_test { spawn_inferior } { procedure
139 run_test $spawn_inferior
Dinfcall-from-bp-cond-timeout.exp49 proc run_test { target_async target_non_stop non_stop other_thread_bp unwind } { procedure
185 run_test $target_async $target_non_stop $non_stop \
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
Dmi-condbreak-throw.exp39 proc run_test { unwind_on_exception } { procedure
120 run_test $unwind_on_exception
Dmi-multi-commands.exp37 proc run_test { args } { procedure
129 run_test $args
Dmi-condbreak-fail.exp36 proc run_test { unwind_on_signal } { procedure
108 run_test $unwind_on_signal
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-unusual-field-names.exp52 proc run_test { field_name } { procedure
129 run_test $field_name
Ddw2-bad-elf.exp170 proc run_test { goto_main } { procedure
191 run_test $goto_main
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dtui-window-disabled.exp78 proc run_test { cleanup_properly } { procedure
195 run_test $cleanup_properly
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
Darray-slices.exp56 proc run_test { repack } { procedure
289 run_test $repack
/netbsd/src/external/bsd/kyua-atf-compat/dist/
DKyuafile5 atf_test_program{name='atf-run_test'}
/netbsd/src/external/bsd/atf/dist/tools/
Datf-run.cpp84 int run_test(const tools::fs::path&, const std::string &,
218 atf_run::run_test(const tools::fs::path& tp, in run_test() function in atf_run
253 const bool result = run_test(tp / *iter, "", w, in run_test_directory()
582 const bool result = run_test(tools::fs::path(tp), tc, w, in main()
/netbsd/src/external/bsd/kyua-testers/dist/
DKyuafile11 atf_test_program{name="run_test"}
/netbsd/src/external/bsd/atf/tests/atf/tools/
DAtffile25 tp: atf-run_test

12