Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 25 of 53) sorted by relevance

123

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dprint-symbol-loading.exp66 set test_name "load shared-lib"
70 ${test_name}
75 ${test_name}
80 ${test_name}
103 set test_name "load shared-lib"
112 gdb_test_multiple $cmd $test_name {
114 pass $test_name
117 pass $test_name
124 ${test_name}
129 ${test_name}
Dmacscp.exp325 proc maybe_kfail { func test_name } { argument
329 kfail gdb/7660 "$test_name"
331 fail "$test_name"
378 set test_name \
385 pass $test_name
387 fail "$test_name (timeout)"
389 maybe_kfail $func "$test_name"
393 undefined { pass $test_name }
394 timeout { fail "$test_name (timeout)" }
396 maybe_kfail $func "$test_name"
[all …]
Denviron.exp18 proc test_set_show_env_var { name value test_name } { argument
19 gdb_test_no_output "set environment $name $value" "$test_name"
21 "confirm $test_name"
24 proc test_set_show_env_var_equal { name value test_name } { argument
25 gdb_test_no_output "set environment $name = $value" "$test_name"
27 "confirm $test_name"
Dlineinc.exp92 set test_name "tolerate macro info with multiple #inclusions per line"
93 gdb_test_multiple "break -q main" $test_name {
95 pass $test_name
98 fail $test_name
108 fail "$test_name (timeout)"
Dmaint.exp276 foreach { test_name command } $test_list {
277 gdb_test_no_output "$command" "collecting data for $test_name"
280 pass "$test_name (pattern 1)"
283 pass "$test_name (pattern 2)"
287 "${test_name}: shell rm -f psymbols_output"
330 foreach { test_name command } $test_list {
331 gdb_test_no_output "$command" "$test_name generate"
334 "$test_name read"
336 "$test_name: shell rm -f symbols_output"
Dhistory-duplicates.exp24 set test_name "history entry is $entry"
26 append test_name " $test_suffix"
34 pass $test_name
37 fail $test_name
Dalias.exp26 set test_name "abbrev $alias_name not present in help command list"
27 gdb_test_multiple "help aliases" $test_name {
34 pass $test_name
36 fail $test_name
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-section-script.exp58 set test_name "verify scripts not loaded"
59 gdb_test_multiple "info auto-load python-scripts" "$test_name" {
61 fail "$test_name"
64 pass "$test_name"
90 set test_name "verify scripts loaded"
91 gdb_test_multiple "info auto-load python-scripts" "$test_name" {
93 pass "$test_name"
96 fail "$test_name"
99 fail "$test_name"
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
Danalyze-racy-logs.py72 test_name = m.group(3)
75 test_name = re.sub("(\s+)?\(.*$", "", test_name)
78 if test_name in dic[result]:
88 nname = test_name + " <<" + str(i) + ">>"
92 test_name = nname
93 dic[result].add(test_name)
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
Dlocal-enum.exp53 set test_name "menu for test index $which_enum"
54 gdb_test_multiple "print/d three" $test_name {
56 pass $test_name
64 pass $test_name
72 fail $test_name
Dsym_print_name.exp37 set test_name "multiple matches for symbol integervar"
38 gdb_test_multiple "print integervar" "$test_name" \
41 pass "$test_name"
45 fail "$test_name"
Dfun_overload_menu.exp37 set test_name "multiple matches for $function {$expr}"
38 gdb_test_multiple "print $expr" "$test_name" \
41 pass "$test_name"
44 fail "$test_name"
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Darc-decode-insn.exp49 proc test_branch_insn { test_name } { argument
52 set pc [get_hexadecimal_valueof &${test_name}_start -1]
55 set end_pc [get_hexadecimal_valueof &${test_name}_end -1]
58 set target_address [get_hexadecimal_valueof &${test_name}_target -1]
64 if { 0 == [get_integer_valueof &${test_name}_has_delay_slot 0] } {
70 set cc [get_hexadecimal_valueof &${test_name}_cc 0]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
Dmaint-print-instruction.exp36 proc test_print { has_history level test_name } { argument
37 gdb_test_multiple "maint print record-instruction $level" $test_name {
39 gdb_assert !$has_history $test_name
43 gdb_assert $has_history $test_name
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb-guile.exp56 proc gdb_scm_load_file { file_name {test_name ""} } { argument
57 if { $test_name == "" } {
58 set test_name "guile (load \"[file tail $file_name]\")"
61 gdb_scm_test_silent_cmd "guile (load \"$file_name\")" $test_name
/netbsd/src/external/gpl3/binutils/dist/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/bsd/openpam/dist/
Dtest-driver55 test_name= # Used for reporting.
65 --test-name) test_name=$2; shift;;
79 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
137 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/lgpl3/gmp/dist/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/mit/expat/dist/conftools/
Dtest-driver55 test_name= # Used for reporting.
65 --test-name) test_name=$2; shift;;
79 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
137 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/gpl3/gdb/dist/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/gpl3/gcc/dist/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/lgpl3/mpc/dist/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
132 echo "${col}${res}${std}: $test_name"
/netbsd/src/crypto/external/bsd/heimdal/dist/
Dtest-driver55 test_name= # Used for reporting.
65 --test-name) test_name=$2; shift;;
79 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
137 echo "${col}${res}${std}: $test_name"
/netbsd/src/external/lgpl3/mpfr/dist/
Dtest-driver55 test_name= # Used for reporting.
65 --test-name) test_name=$2; shift;;
79 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
137 echo "${col}${res}${std}: $test_name"

123