diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-10 01:44:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-10 01:44:43 +0000 |
commit | 9383332cc4ed864759e4aa02f442567896581394 (patch) | |
tree | 57c05b4c8376c72b45d991275900764d5e207d30 /gdb/testsuite | |
parent | 3a921b779a8187744dc8085220928b1a0cdb809b (diff) | |
download | gdb-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/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 3 |
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" |