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]

Re: [PATCH][Ada] Use timeout for ACATS when available


On Wed, 2009-05-13 at 19:06 +0000, Joseph S. Myers wrote:
> On Wed, 13 May 2009, Laurent GUERBY wrote:
> 
> > On debian "apt-get install timeout" will install the optionally needed
> > software which is otherwise part of TCT (timeout source is about one
> > page of C):
> > http://www.porcupine.org/forensics/tct.html
> 
> If you want to use a new piece of external software in the GCC build or 
> test process, even conditionally, you should update doc/install.texi to 
> describe what the software is used for.

Something like that? (I couldn't find any other "optional" software
entry in install.texi)

Laurent

	* doc/install.texi: Add timeout.

Index: install.texi
===================================================================
--- install.texi	(revision 147280)
+++ install.texi	(working copy)
@@ -386,6 +386,12 @@
 
 Necessary to run the GCC testsuite; see the section on testing for details.
 
+@item timeout
+
+Optional: used by Ada ACATS testsuite when present on the system in order 
+to prevent multithreaded test failure to block the testsuite run. timeout
+is part of TCT @uref{http://www.porcupine.org/forensics/tct.html}.
+
 @item autogen version 5.5.4 (or later) and
 @itemx guile version 1.4.1 (or later)
 




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