From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26951 invoked by alias); 25 Jan 2006 18:40:14 -0000 Received: (qmail 26943 invoked by uid 22791); 25 Jan 2006 18:40:14 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jan 2006 18:40:11 +0000 Received: by zproxy.gmail.com with SMTP id x3so205349nzd for ; Wed, 25 Jan 2006 10:40:10 -0800 (PST) Received: by 10.36.158.12 with SMTP id g12mr741747nze; Wed, 25 Jan 2006 10:40:09 -0800 (PST) Received: by 10.37.2.5 with HTTP; Wed, 25 Jan 2006 10:40:09 -0800 (PST) Message-ID: <8f2776cb0601251040x58a6b12cg99c12e3b695d7d55@mail.gmail.com> Date: Wed, 25 Jan 2006 18:40:00 -0000 From: Jim Blandy To: GDB Patches Subject: RFA: GDB internals manual: explain how to run selected tests MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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/msg00414.txt.bz2 gdb/doc/ChangeLog: 2006-01-25 Jim Blandy * gdbint.texinfo (Testsuite): Explain how to run selected tests. Index: gdb/doc/gdbint.texinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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=3D'@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