diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-04-27 00:45:19 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-04-27 00:45:19 +0000 |
commit | 1960c4001cded572f96ab9b95085377ffed6cbb5 (patch) | |
tree | 74c38e64e93b3c4907d9dad00be7a912813e286f /gdb/testsuite/gdb.base/call-ar-st.exp | |
parent | fa4e99ecee498ee5151660dc4d402ff8f0ba4c1e (diff) | |
download | binutils-gdb-1960c4001cded572f96ab9b95085377ffed6cbb5.tar.gz |
2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com>
* gdb.base/call-ar-st.exp: Bail out if target is sparclet.
This test depends on parsing the printf output from the target.
Since the sparclet stub doesn't do stdio, this will never work.
* gdb.base/call-rt-st.exp: ditto.
* gdb.base/call-strs: ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/call-ar-st.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/call-ar-st.exp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/call-ar-st.exp b/gdb/testsuite/gdb.base/call-ar-st.exp index 6e90ecde24f..3744528db8d 100644 --- a/gdb/testsuite/gdb.base/call-ar-st.exp +++ b/gdb/testsuite/gdb.base/call-ar-st.exp @@ -32,6 +32,10 @@ set testfile "call-ar-st" set srcfile ${testfile}.c set binfile ${objdir}/${subdir}/${testfile} +# Test depends on printf, which the sparclet stub doesn't support. +if { [istarget "sparclet-*-*"] } { + return 0; +} if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } { gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." @@ -568,4 +572,4 @@ gdb_expect { return -~ + |