aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-10 01:44:43 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-10 01:44:43 +0000
commit9383332cc4ed864759e4aa02f442567896581394 (patch)
tree57c05b4c8376c72b45d991275900764d5e207d30 /gdb/testsuite
parent3a921b779a8187744dc8085220928b1a0cdb809b (diff)
downloadgdb-9383332cc4ed864759e4aa02f442567896581394.zip
gdb-9383332cc4ed864759e4aa02f442567896581394.tar.gz
gdb-9383332cc4ed864759e4aa02f442567896581394.tar.bz2
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.asm/asm-source.exp3
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6c79335..c61480d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-09 Andrew Cagney <ac131313@redhat.com>
+
+ * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
+ implemented.
+
2001-11-08 Michael Snyder <msnyder@redhat.com>
* gdb.base/callfuncs.exp: Add tests for nested call dummies.
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp
index 3462572..7f73068 100644
--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -38,8 +38,7 @@ if [istarget "d10v-*-*"] then {
set asm-arch d10v
}
if { "${asm-arch}" == "" } {
- verbose "Skipping assembly source test -- not implemented for this target."
- return
+ gdb_suppress_entire_file "Assembly source test -- not implemented for this target."
}
set testfile "asm-source"