2003-01-29 Michael Snyder <msnyder@redhat.com>

* gdb.base/args.exp: Skip if target does not support args passing.
This commit is contained in:
Michael Snyder 2003-01-29 23:25:43 +00:00
parent b92225a1b9
commit 19ea9e7332
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,10 @@
2003-01-29 Michael Snyder <msnyder@redhat.com>
* gdb.base/args.exp: Skip if target does not support args passing.
2003-01-22 Daniel Jacobowitz <drow@mvista.com>
* gdb.exp (gdb_test_multiple): New function, cloned from
* lib/gdb.exp (gdb_test_multiple): New function, cloned from
gdb_test. Accept a list of expect arguments as the third
parameter.
(gdb_test): Use it.

View File

@ -26,6 +26,11 @@ if $tracelevel then {
global GDBFLAGS
# Skip test if target does not support argument passing.
if [target_info exists noargs] {
return;
}
set testfile "args"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}