argument order.
* gdb.base/macscp.exp: Fix setup_kfail argument order.
* gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
order.
* gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
order.
* gdb.base/call-sc.exp (setup_kfails): Remove.
(setup_compiler_kfails): Remove.
* gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
argument order.
* gdb.base/siginfo.exp: Fix setup_kfail argument order.
* gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
(advancei): Fix setup_kfail argument order.
* gdb.base/radix.exp: Fix setup_kfail argument order.
* gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
order.
* gdb.base/structs.exp (setup_kfails): Remove.
(setup_compiler_kfails): Fix setup_kfail argument order.
* gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
order.
* gdb.java/jmain.exp: Fix setup_kfail argument order.
* gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
setup_kfail argument order.
* gdb.cp/overload.exp: Fix setup_kfail argument order.
2010-05-25 Tom Tromey <tromey@redhat.com>
+ * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
+ argument order.
+ * gdb.base/macscp.exp: Fix setup_kfail argument order.
+ * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
+ order.
+ * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
+ order.
+ * gdb.base/call-sc.exp (setup_kfails): Remove.
+ (setup_compiler_kfails): Remove.
+ * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
+ argument order.
+ * gdb.base/siginfo.exp: Fix setup_kfail argument order.
+ * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
+ (advancei): Fix setup_kfail argument order.
+ * gdb.base/radix.exp: Fix setup_kfail argument order.
+ * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
+ order.
+ * gdb.base/structs.exp (setup_kfails): Remove.
+ (setup_compiler_kfails): Fix setup_kfail argument order.
+ * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
+ order.
+ * gdb.java/jmain.exp: Fix setup_kfail argument order.
+ * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
+ setup_kfail argument order.
+ * gdb.cp/overload.exp: Fix setup_kfail argument order.
+
+2010-05-25 Tom Tromey <tromey@redhat.com>
+
* gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
2010-05-25 Michael Snyder <msnyder@vmware.com>
"#0\[ \t\]*$hex in gdb1718.*\r\n#1\[ \t\]*$hex in main.*" \
"backtrace in gdb1718"
-setup_kfail *-*-* gdb/1718
+setup_kfail gdb/1718 *-*-*
gdb_test "info frame" \
".*Saved registers:.*esi at.*ebx at.*eip at.*" \
"saved registers in gdb1718"
return -1;
}
-# Use the file name, compiler and tuples to set up any needed KFAILs.
-
-proc setup_kfails { file tuples bug } {
- global testfile
- if [string match $file $testfile] {
- foreach f $tuples { setup_kfail $f $bug }
- }
-}
-
-proc setup_compiler_kfails { file compiler format tuples bug } {
- global testfile
- if {[string match $file $testfile] && [test_compiler_info $compiler] && [test_debug_format $format]} {
- foreach f $tuples { setup_kfail $f $bug }
- }
-}
-
# Compile a variant of scalars.c using TYPE to specify the type of the
# parameter and return-type. Run the compiled program up to "main".
# Also updates the global "testfile" to reflect the most recent build.
}
-# Use the file name, compiler and tuples to set up any needed KFAILs.
-
-proc setup_kfails { file tuples bug } {
- global testfile
- if [string match $file $testfile] {
- foreach f $tuples { setup_kfail $f $bug }
- }
-}
-
-proc setup_compiler_kfails { file compiler format tuples bug } {
- global testfile
- if {[string match $file $testfile] && [test_compiler_info $compiler] && [test_debug_format $format]} {
- foreach f $tuples { setup_kfail $f $bug }
- }
-}
-
# Test GDB's ability to make inferior function calls to functions
# returning (or passing) in a single scalar.
# function body. This results in the called function treating the
# first few instructions of the function proper as a descriptor
# and attempting a jump through that (a totally random address).
- setup_kfail "rs6000*-*-aix*" gdb/1457
- setup_kfail "powerpc*-*-aix*" gdb/1457
- setup_kfail hppa*-*-hpux* gdb/1457
+ setup_kfail gdb/1457 "rs6000*-*-aix*"
+ setup_kfail gdb/1457 "powerpc*-*-aix*"
+ setup_kfail gdb/1457 hppa*-*-hpux*
gdb_test "p t_func_values(add,func_val2)" " = 1"
- setup_kfail "rs6000*-*-aix*" gdb/1457
- setup_kfail "powerpc*-*-aix*" gdb/1457
- setup_kfail hppa*-*-hpux* gdb/1457
+ setup_kfail gdb/1457 "rs6000*-*-aix*"
+ setup_kfail gdb/1457 "powerpc*-*-aix*"
+ setup_kfail gdb/1457 hppa*-*-hpux*
gdb_test "p t_func_values(func_val1,doubleit)" " = 1"
- setup_kfail "rs6000*-*-aix*" gdb/1457
- setup_kfail "powerpc*-*-aix*" gdb/1457
- setup_kfail hppa*-*-hpux* gdb/1457
+ setup_kfail gdb/1457 "rs6000*-*-aix*"
+ setup_kfail gdb/1457 "powerpc*-*-aix*"
+ setup_kfail gdb/1457 hppa*-*-hpux*
gdb_test "p t_call_add(add,3,4)" " = 7"
gdb_test "p t_call_add(func_val1,3,4)" " = 7"
proc gdb_test_xxx { test pat name } {
if { $pat == "" } {
- setup_kfail *-*-* gdb/1672
+ setup_kfail gdb/1672 *-*-*
gdb_test $test "xxx" $name
} else {
gdb_test $test $pat $name
pass "info macro WHERE after `list macscp_4_2_from_macscp2'"
}
{macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} {
- setup_kfail *-*-* "gdb/555"
+ setup_kfail"gdb/555" *-*-*
fail "info macro WHERE after `list macscp_4_2_from_macscp2' (gdb/555)"
}
timeout {
pass "info macro WHERE after `list macscp_4_2_from_macscp3'"
}
{macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} {
- setup_kfail *-*-* "gdb/555"
+ setup_kfail"gdb/555" *-*-*
fail "info macro WHERE after `list macscp_4_2_from_macscp3' (gdb/555)"
}
timeout {
if {[string compare $result $expected] == 0} {
pass "info macro WHERE stopped in $func"
} elseif {[string compare $result $kfail_expected] == 0} {
- setup_kfail *-*-* "gdb/555"
+ setup_kfail"gdb/555" *-*-*
fail "info macro WHERE stopped in $func (gdb/555)"
} elseif {[string compare $result timeout] == 0} {
fail "info macro WHERE stopped in $func (timeout)"
test_one_output 8 "0xf" "17"
test_one_output 8 "10" "12"
test_one_output 8 "100" "144"
- setup_kfail *-*-* "gdb/1715"
+ setup_kfail "gdb/1715" *-*-*
test_one_output 8 "20." "24"
test_one_output 8 "(int) 20." "24"
test_one_output 16 "0xf" "f"
test_one_output 16 "10" "a"
test_one_output 16 "100" "64"
- setup_kfail *-*-* "gdb/1715"
+ setup_kfail "gdb/1715" *-*-*
test_one_output 16 "20." "14"
test_one_output 16 "(int) 20." "14"
# Some platforms use a special read-only page for signal
# trampolines. We can't set a breakpoint there, and we
# don't gracefully fall back to single-stepping.
- setup_kfail "i?86-*-linux*" gdb/1736
- setup_kfail "*-*-openbsd*" gdb/1736
+ setup_kfail gdb/1736 "i?86-*-linux*"
+ setup_kfail gdb/1736 "*-*-openbsd*"
fail "$msg (could not set breakpoint)"
}
-re "$pattern.*${gdb_prompt} $" {
set test "${name}; stepi out of handler"
gdb_test_multiple "stepi" "$test" {
-re "Could not insert single-step breakpoint.*$gdb_prompt $" {
- setup_kfail "sparc*-*-openbsd*" gdb/1736
+ setup_kfail gdb/1736 "sparc*-*-openbsd*"
fail "$test (could not insert single-step breakpoint)"
}
-re "keeper.*$gdb_prompt $" {
set test "step out of handler"
gdb_test_multiple "step" "${test}" {
-re "Could not insert single-step breakpoint.*$gdb_prompt $" {
- setup_kfail sparc*-*-openbsd* gdb/1736
+ setup_kfail gdb/1736 sparc*-*-openbsd*
fail "$test (could not insert single-step breakpoint)"
}
-re "done = 1;.*${gdb_prompt} $" {
set test "$prefix; leave handler"
gdb_test_multiple "$i" "${test}" {
-re "Could not insert single-step breakpoint.*$gdb_prompt $" {
- setup_kfail "sparc*-*-openbsd*" gdb/1736
+ setup_kfail gdb/1736 "sparc*-*-openbsd*"
fail "$test (could not insert single-step breakpoint)"
}
-re "done = 1;.*${gdb_prompt} $" {
exp_continue -continue_timer
}
-re "Program exited normally.*${gdb_prompt} $" {
- setup_kfail powerpc-*-*bsd* gdb/1639
+ setup_kfail gdb/1639 powerpc-*-*bsd*
fail "$test (program exited)"
}
-re "(while ..done|done = 0).*${gdb_prompt} $" {
# Some platforms use a special read-only page for signal
# trampolines. We can't set a breakpoint there, and we
# don't gracefully fall back to single-stepping.
- setup_kfail "i?86-*-linux*" gdb/1736
- setup_kfail "*-*-openbsd*" gdb/1736
+ setup_kfail gdb/1736 "i?86-*-linux*"
+ setup_kfail gdb/1736 "*-*-openbsd*"
fail "$test (could not set breakpoint)"
return
}
-re "Could not insert single-step breakpoint.*$gdb_prompt $" {
- setup_kfail "sparc*-*-openbsd*" gdb/1736
+ setup_kfail gdb/1736 "sparc*-*-openbsd*"
fail "$test (could not insert single-step breakpoint)"
}
-re "Breakpoint \[0-9\]*, handler .*${gdb_prompt} $" {
if {(${lib1opts} == "" && ${lib2opts} != "" && ${lib1first} == 1)
|| (${lib1opts} != "" && ${lib2opts} == "" && ${lib1first} == 0)} {
- setup_kfail *-*-* gdb/1824
+ setup_kfail gdb/1824 *-*-*
}
gdb_test "continue" "Breakpoint .* bar .*${expected_file}\\..*" \
# Use the file name, compiler and tuples to set up any needed KFAILs.
-proc setup_kfails { file tuples bug } {
- global testfile
- if [string match $file $testfile] {
- foreach f $tuples { setup_kfail $f $bug }
- }
-}
-
proc setup_compiler_kfails { file compiler format tuples bug } {
global testfile
if {[string match $file $testfile] && [test_compiler_info $compiler] && [test_debug_format $format]} {
- foreach f $tuples { setup_kfail $f $bug }
+ foreach f $tuples { setup_kfail $bug $f }
}
}
# And with filename and namespace... which does not work.
-setup_kfail *-*-* gdb/11289
+setup_kfail gdb/11289 *-*-*
gdb_test "list ${srcfile}:foo::overloadfnarg(int)" "int foo::overloadfnarg"
-setup_kfail *-*-* gdb/11289
+setup_kfail gdb/11289 *-*-*
gdb_test "list ${srcfile}:'foo::overloadfnarg(int)'" "int foo::overloadfnarg"
# Now some tests to see how overloading and namespaces interact.
set earlybpmain "Breakpoint .* file .*jmain.java, line 4\."
gdb_load "${binfile}"
-setup_kfail *-*-* java/1567
+setup_kfail java/1567 *-*-*
gdb_test "break main" "${bpmain}"
# Check that an unqualified "main" works.
gdb_load "${binfile}"
-setup_kfail *-*-* java/1565
+setup_kfail java/1565 *-*-*
gdb_test "break jmain.main" "${bpmain}"
# Check that a fully qualified "main" works.
# Test various character values.
- setup_kfail *-*-* gdb/2326
+ setup_kfail gdb/2326 *-*-*
gdb_test "pt 'a simple string'" "type = string"
}