This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[commited] Remove old treelang test framework


 Hi,

  I couldn't figure out what the old treelang test framework was doing so,
I rewrote it, based on some stuff I found in libjava's testsuite, and added
the test back in under testsuite/treelang/output .  I tested this on
ia64-linux.  This fixes PR23072.

-- 
Thanks,
Jim

http://www.csclub.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/treelang/ChangeLog,v
retrieving revision 1.129
diff -u -p -r1.129 ChangeLog
--- ChangeLog	25 Jun 2005 00:59:40 -0000	1.129
+++ ChangeLog	6 Aug 2005 18:22:13 -0000
@@ -1,3 +1,7 @@
+2005-08-06  James A. Morrison  <phython@gcc.gnu.org>
+
+	* Make-lang.in: Remove old testing cruft.
+
 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* all files: Update FSF address in copyright headers.
Index: Make-lang.in
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/treelang/Make-lang.in,v
retrieving revision 1.55
diff -u -p -r1.55 Make-lang.in
--- Make-lang.in	25 Jun 2005 00:59:41 -0000	1.55
+++ Make-lang.in	6 Aug 2005 18:22:13 -0000
@@ -295,7 +299,6 @@ treelang.check: $(TESTSUITEDIR)/site.exp
 # these three files are empty and it seems diff has trouble generating
 # patch files for new empty files as required for cvs.
 # STAMP does not cut it here as I need an empty file.
-	touch $(srcdir)/testsuite/treelang/{a01gcco01runpgmerr,a01gcc.out01,a01gcc.out01err}
 	-rootme=`${PWD_COMMAND}`; export rootme; \
 	srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
 	cd testsuite; \
@@ -307,7 +310,6 @@ treelang.check: $(TESTSUITEDIR)/site.exp
 	PATH=`cd ..;${PWD_COMMAND}`:$$PATH; export PATH; \
 	gcc_extras="-B`cd ..;${PWD_COMMAND}` -B`cd ..;${PWD_COMMAND}`/treelang"; export gcc_extras; \
 	$(RUNTEST) --tool treelang $(RUNTESTFLAGS)
-	rm $(srcdir)/testsuite/treelang/{a01gcco01runpgmerr,a01gcc.out01,a01gcc.out01err}
 
 # copy the output files from the current test to source ie say the new results are OK
 treelang.check.fix: force

Attachment: output.exp
Description: Binary data


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