* gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 10 Nov 2003 09:12:20 +0000 (09:12 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 10 Nov 2003 09:12:20 +0000 (09:12 +0000)
Don't run tests if nofileio flag is given.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/fileio.exp

index 137deabb13e1e32d22e608c1041ae3f7606b1fb3..834647cf07452b61605d0222266758da720c1051 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
+       Don't run tests if nofileio flag is given.
+
 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
 
        * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
index 98c64db8bca4399c3d4e461f5c5d4ac65a836e8a..128cbb608f403eb0a248b053577f04af4befeb1f 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2002
+#   Copyright 2002, 2003
 #   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 
 # This file was written by Corinna Vinschen <vinschen@redhat.com>
 
-if [target_info exists gdb,nointerrupts] {
-    verbose "Skipping interrupt.exp because of nointerrupts."
+if [target_info exists gdb,nofileio] {
+    verbose "Skipping fileio.exp because of no fileio capabilities."
     continue
 }
 
-if [target_info exists gdb,noinferiorio] {
-    verbose "Skipping interrupt.exp because of noinferiorio."
-    return
-}
-
 if $tracelevel then {
         strace $tracelevel
 }
This page took 0.033476 seconds and 4 git commands to generate.