2003-01-29 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 29 Jan 2003 23:25:43 +0000 (23:25 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 29 Jan 2003 23:25:43 +0000 (23:25 +0000)
* gdb.base/args.exp: Skip if target does not support args passing.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/args.exp

index 51cec4e312145ed45a7e2104d913572d2d1d9baf..428ab950c659a0ecde0068ca112073d14cfac500 100644 (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.
index d3c5470a8c2c3e4ce42c53d8b0c067f4d6380bbf..ff7ccab741bb2697f7fc3f7dc9a9583f4cd6078d 100644 (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}