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]

Committed, MMIX gas testsuite: Fix "^#FIXME:" marks.


Testsuite framework changes really should be tested on more than
the platform(s) that makes use of new functionality.  Zack's
change apparently had the effect that "^#OPTION:" search no
longer stopped at the first line that didn't match.  I don't
contest that change, as it'd be more surprising and worse to
silently ignore options with interspersed empty lines like that;
but still, testsuites should have been updated.

gas/testsuite:
	* gas/mmix/relax1-n.d, gas/mmix/relax1-rn.d: Avoid "# FIXME: "
	first on a line, adjusting for testsuite framework change.

Index: relax1-n.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mmix/relax1-n.d,v
retrieving revision 1.1
diff -p -u -r1.1 relax1-n.d
--- relax1-n.d	30 Oct 2001 15:20:08 -0000	1.1
+++ relax1-n.d	12 Jul 2005 15:08:10 -0000
@@ -2,8 +2,8 @@
 #as: -no-expand -x
 #source: relax1.s
 #
-# FIXME: This test-case assumes that out-of-range errors cause relocs to
-# be emitted, rather than errors emitted.
+# This test-case assumes that out-of-range errors cause relocs to
+# be emitted, rather than errors emitted.  FIXME.

 .*:     file format elf64-mmix

Index: relax1-rn.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mmix/relax1-rn.d,v
retrieving revision 1.1
diff -p -u -r1.1 relax1-rn.d
--- relax1-rn.d	30 Oct 2001 15:20:08 -0000	1.1
+++ relax1-rn.d	12 Jul 2005 15:08:10 -0000
@@ -2,8 +2,8 @@
 #as: -linkrelax -no-expand -x
 #source: relax1.s
 #
-# FIXME: This test-case assumes that out-of-range errors (still) cause
-# relocs to be emitted, rather than errors emitted.
+# This test-case assumes that out-of-range errors (still) cause
+# relocs to be emitted, rather than errors emitted.  FIXME.

 .*:     file format elf64-mmix

brgds, H-P


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