* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
authorAndrew Cagney <cagney@redhat.com>
Sat, 10 Nov 2001 01:44:43 +0000 (01:44 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 10 Nov 2001 01:44:43 +0000 (01:44 +0000)
implemented.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index 6c79335..c61480d 100644 (file)
@@ -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.
index 3462572..7f73068 100644 (file)
@@ -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"