From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10301 invoked by alias); 25 Jan 2006 19:57:20 -0000 Received: (qmail 10291 invoked by uid 22791); 25 Jan 2006 19:57:20 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jan 2006 19:56:41 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-157-121.inter.net.il [80.230.157.121]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DLB66467 (AUTH halo1); Wed, 25 Jan 2006 21:56:26 +0200 (IST) Date: Wed, 25 Jan 2006 19:57:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: gdb-patches@sourceware.org In-reply-to: <8f2776cb0601251040x58a6b12cg99c12e3b695d7d55@mail.gmail.com> (message from Jim Blandy on Wed, 25 Jan 2006 10:40:09 -0800) Subject: Re: RFA: GDB internals manual: explain how to run selected tests Reply-to: Eli Zaretskii References: <8f2776cb0601251040x58a6b12cg99c12e3b695d7d55@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00416.txt.bz2 > Date: Wed, 25 Jan 2006 10:40:09 -0800 > From: Jim Blandy > > gdb/doc/ChangeLog: > 2006-01-25 Jim Blandy > > * gdbint.texinfo (Testsuite): Explain how to run selected tests. > > Index: gdb/doc/gdbint.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v > retrieving revision 1.235 > diff -c -p -r1.235 gdbint.texinfo > *** gdb/doc/gdbint.texinfo 20 Jan 2006 21:58:16 -0000 1.235 > --- gdb/doc/gdbint.texinfo 25 Jan 2006 18:38:13 -0000 > *************** finished, you'll get a summary that look > *** 6444,6449 **** > --- 6469,6481 ---- > # of untested testcases 5 > @end smallexample > > + To run a specific test script, type: > + @example > + make check RUNTESTFLAGS='@var{tests}' > + @end example > + where @var{tests} is a list of test script file names, separated by > + spaces. > + > The ideal test run consists of expected passes only; however, reality > conspires to keep us from this ideal. Unexpected failures indicate > real problems, whether in @value{GDBN} or in the testsuite. Expected Thanks, this is approved.