aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/call-sc.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-05-25 21:02:00 +0000
committerTom Tromey <tromey@redhat.com>2010-05-25 21:02:00 +0000
commitbbc8b9587bab7500d8be7394a4f86528c11eb884 (patch)
tree70fb01d028cef6c1a947e943bfbf42948abde85f /gdb/testsuite/gdb.base/call-sc.exp
parent83d1babf22823227d7cf530d1551afc2f7cb8160 (diff)
downloadfsf-binutils-gdb-bbc8b9587bab7500d8be7394a4f86528c11eb884.zip
fsf-binutils-gdb-bbc8b9587bab7500d8be7394a4f86528c11eb884.tar.gz
fsf-binutils-gdb-bbc8b9587bab7500d8be7394a4f86528c11eb884.tar.bz2
* 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.
Diffstat (limited to 'gdb/testsuite/gdb.base/call-sc.exp')
-rw-r--r--gdb/testsuite/gdb.base/call-sc.exp32
1 files changed, 0 insertions, 32 deletions
diff --git a/gdb/testsuite/gdb.base/call-sc.exp b/gdb/testsuite/gdb.base/call-sc.exp
index 3a8dd33..77cac74 100644
--- a/gdb/testsuite/gdb.base/call-sc.exp
+++ b/gdb/testsuite/gdb.base/call-sc.exp
@@ -43,22 +43,6 @@ if [get_compiler_info ${binfile}] {
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.
@@ -134,22 +118,6 @@ proc I2A { n } {
}
-# 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.