HomeSort by: relevance | last modified time | path
    Searched refs:run_test (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/bsd/byacc/dist/package/debian/
rules 28 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
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
eof-exit.exp 20 proc run_test {} {
80 run_test
87 run_test
102 run_test
info-types.exp.tcl 21 proc run_test { lang } { procedure
117 run_test $lang
readline-commands-eof.exp 45 proc run_test {} {
101 run_test
108 run_test
123 run_test
bp-cond-failure.exp 47 proc run_test { cond_eval access_type bpexpr nloc } {
124 run_test $cond_eval $access_type $bp_line_multi_loc 2
127 run_test $cond_eval $access_type "${srcfile}:${bp_line_single_loc}" 1
infcall-timeout.exp 35 proc run_test { target_async target_non_stop non_stop unwind } {
111 run_test $target_async $target_non_stop $non_stop $unwind
large-frame.exp 30 proc run_test { opt_level } {
57 run_test $opt
kill-during-detach.exp 76 proc run_test { exit_p checkpoint_p } {
144 run_test $exit_p $checkpoint_p
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
eof-exit.exp 20 proc run_test {} {
80 run_test
87 run_test
102 run_test
info-types.exp.tcl 21 proc run_test { lang } { procedure
116 run_test $lang
bp-cond-failure.exp 47 proc run_test { cond_eval access_type lineno nloc } {
110 run_test $cond_eval $access_type $bp_line_multi_loc 2
113 run_test $cond_eval $access_type $bp_line_single_loc 1
infcall-timeout.exp 35 proc run_test { target_async target_non_stop non_stop unwind } {
111 run_test $target_async $target_non_stop $non_stop $unwind
large-frame.exp 30 proc run_test { opt_level } {
57 run_test $opt
  /src/external/gpl2/dtc/dist/tests/
run_tests.sh 72 run_test () { function
202 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__symbols__"
203 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__fixups__"
204 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__local_fixups__"
207 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__symbols__"
208 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__fixups__"
209 run_test check_path overlay_overlay_no_fixups.test.dtb exists "/__local_fixups__"
211 run_test overlay overlay_base_no_symbols.test.dtb overlay_overlay_no_fixups.test.dtb
215 run_test check_path overlay_base_manual_symbols.test.dtb exists "/__symbols__"
216 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__fixups__
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-condbreak-fail.exp 36 proc run_test { unwind_on_signal } {
108 run_test $unwind_on_signal
mi-condbreak-throw.exp 39 proc run_test { unwind_on_exception } {
120 run_test $unwind_on_exception
mi-multi-commands.exp 37 proc run_test { args } {
129 run_test $args
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
main-thread-exit-during-detach.exp 50 proc run_test { spawn_inferior } {
139 run_test $spawn_inferior
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-condbreak-fail.exp 36 proc run_test { unwind_on_signal } {
108 run_test $unwind_on_signal
mi-condbreak-throw.exp 39 proc run_test { unwind_on_exception } {
120 run_test $unwind_on_exception
mi-multi-commands.exp 37 proc run_test { args } {
129 run_test $args
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
main-thread-exit-during-detach.exp 50 proc run_test { spawn_inferior } {
139 run_test $spawn_inferior
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
stop-reply-no-thread.exp 35 proc run_test { disable_feature target_nonstop } {
116 run_test $to_disable $t_nonstop
127 run_test $to_disable off
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
stop-reply-no-thread.exp 35 proc run_test { disable_feature target_nonstop } {
116 run_test $to_disable $t_nonstop
127 run_test $to_disable off
  /src/external/bsd/kyua-cli/dist/utils/
sanity_test.cpp 66 run_test(Function function) function
126 const process::status status = run_test(do_inv_test< true, false >);
134 const process::status status = run_test(do_inv_test< false, false >);
142 const process::status status = run_test(do_inv_test< false, true >);
164 const process::status status = run_test(do_pre_test< true, false >);
172 const process::status status = run_test(do_pre_test< false, false >);
180 const process::status status = run_test(do_pre_test< false, true >);
202 const process::status status = run_test(do_post_test< true, false >);
210 const process::status status = run_test(do_post_test< false, false >);
218 const process::status status = run_test(do_post_test< false, true >)
    [all...]

Completed in 32 milliseconds

1 2 3 4