This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

testsuite cleanups


The following patch should be fairly obvious.  The only aspect I feel
inclined to defend is the removal of some circa 1995 code in
all/gas.exp and gasp/gasp.exp that works around a bug in DejaGnu
1.1.1.  Frankly, if you are using DejaGnu 1.1.1, you've got bigger
problems!

Okay to commit?


2002-09-08  Ben Elliston  <bje@redhat.com>

	* gas/hppa/basic/basic.exp: Update DejaGnu mail address.
	* gas/hppa/parse/parse.exp: Likewise.
	* gas/hppa/reloc/reloc.exp: Likewise.
	* gas/hppa/unsorted/unsorted.exp: Likewise.
	* gas/mn10200/basic.exp: Likewise.
	* gas/mn10300/basic.exp: Likewise.
	* gas/sh/basic.exp: Likewise.
	* gas/sh/sh64/sh64.exp: Likewise.
	* gas/v850/basic.exp: Likewise.
	* lib/gas-defs.exp: Likewise.

	* gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
	* gasp/gasp.exp: Likewise.

Index: testsuite/gas/all/gas.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/gas.exp,v
retrieving revision 1.13
diff -u -p -r1.13 gas.exp
--- testsuite/gas/all/gas.exp	16 Aug 2002 00:06:04 -0000	1.13
+++ testsuite/gas/all/gas.exp	8 Sep 2002 16:01:23 -0000
@@ -164,9 +164,3 @@ case $target_triplet in {
         run_dump_test incbin
     }
 }
-
-# FIXME: this is here cause of a bug in DejaGnu 1.1.1. When it is no longer
-#        in use, then this can be removed.
-if [info exists errorInfo] then {
-    unset errorInfo
-}
Index: testsuite/gas/hppa/basic/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/basic/basic.exp,v
retrieving revision 1.7
diff -u -p -r1.7 basic.exp
--- testsuite/gas/hppa/basic/basic.exp	28 Aug 1999 11:00:36 -0000	1.7
+++ testsuite/gas/hppa/basic/basic.exp	8 Sep 2002 16:01:38 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by the Center for Software Science at the Univeristy of Utah
 # and by Cygnus Support.
Index: testsuite/gas/hppa/parse/parse.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/parse/parse.exp,v
retrieving revision 1.7
diff -u -p -r1.7 parse.exp
--- testsuite/gas/hppa/parse/parse.exp	23 Apr 2002 16:19:08 -0000	1.7
+++ testsuite/gas/hppa/parse/parse.exp	8 Sep 2002 16:01:38 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by the Center for Software Science at the University of Utah
 # and by Cygnus Support.
Index: testsuite/gas/hppa/reloc/reloc.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/reloc/reloc.exp,v
retrieving revision 1.7
diff -u -p -r1.7 reloc.exp
--- testsuite/gas/hppa/reloc/reloc.exp	25 Feb 2002 05:10:46 -0000	1.7
+++ testsuite/gas/hppa/reloc/reloc.exp	8 Sep 2002 16:01:40 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by the Center for Software Science at the University of Utah
 # and by Cygnus Support.
Index: testsuite/gas/hppa/unsorted/unsorted.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/hppa/unsorted/unsorted.exp,v
retrieving revision 1.6
diff -u -p -r1.6 unsorted.exp
--- testsuite/gas/hppa/unsorted/unsorted.exp	6 Jun 2002 06:49:47 -0000	1.6
+++ testsuite/gas/hppa/unsorted/unsorted.exp	8 Sep 2002 16:01:40 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by the Center for Software Science at the University of Utah
 # and by Cygnus Support.
Index: testsuite/gas/mn10200/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mn10200/basic.exp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 basic.exp
--- testsuite/gas/mn10200/basic.exp	3 May 1999 07:28:51 -0000	1.1.1.1
+++ testsuite/gas/mn10200/basic.exp	8 Sep 2002 16:01:44 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by Cygnus Support.
 
Index: testsuite/gas/mn10300/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mn10300/basic.exp,v
retrieving revision 1.6
diff -u -p -r1.6 basic.exp
--- testsuite/gas/mn10300/basic.exp	23 Jan 2002 02:01:54 -0000	1.6
+++ testsuite/gas/mn10300/basic.exp	8 Sep 2002 16:01:50 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by Cygnus Support.
 
Index: testsuite/gas/sh/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/sh/basic.exp,v
retrieving revision 1.8
diff -u -p -r1.8 basic.exp
--- testsuite/gas/sh/basic.exp	16 Aug 2002 00:06:06 -0000	1.8
+++ testsuite/gas/sh/basic.exp	8 Sep 2002 16:01:50 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by Cygnus Support.
 
Index: testsuite/gas/sh/sh64/sh64.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/sh/sh64/sh64.exp,v
retrieving revision 1.1
diff -u -p -r1.1 sh64.exp
--- testsuite/gas/sh/sh64/sh64.exp	8 Feb 2002 06:46:14 -0000	1.1
+++ testsuite/gas/sh/sh64/sh64.exp	8 Sep 2002 16:01:51 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 if [istarget sh64-*-*] then {
     set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
Index: testsuite/gas/v850/basic.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/v850/basic.exp,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 basic.exp
--- testsuite/gas/v850/basic.exp	3 May 1999 07:28:52 -0000	1.1.1.1
+++ testsuite/gas/v850/basic.exp	8 Sep 2002 16:01:52 -0000
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # Written by Cygnus Support.
 
Index: testsuite/gasp/gasp.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gasp/gasp.exp,v
retrieving revision 1.4
diff -u -p -r1.4 gasp.exp
--- testsuite/gasp/gasp.exp	22 Feb 2002 12:00:38 -0000	1.4
+++ testsuite/gasp/gasp.exp	8 Sep 2002 16:01:52 -0000
@@ -38,10 +38,3 @@ foreach src [ lsort [ glob $srcdir/gasp/
     regsub "^.*/(\[^/\]*)$" $t "gasp MRI \\1" testname
     gasp_test $t $testname "-M"
 }
-
-# FIXME: this is here cause of a bug in DejaGnu 1.1.1. When it is no longer
-#        in use, then this can be removed.
-if [info exists errorInfo] then {
-    unset errorInfo
-}
-
Index: testsuite/lib/gas-defs.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/lib/gas-defs.exp,v
retrieving revision 1.9
diff -u -p -r1.9 gas-defs.exp
--- testsuite/lib/gas-defs.exp	2 Jul 2002 23:50:14 -0000	1.9
+++ testsuite/lib/gas-defs.exp	8 Sep 2002 16:01:54 -0000
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# dejagnu@gnu.org
 
 # This file was written by Ken Raeburn (raeburn@cygnus.com).
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]