From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22880 invoked by alias); 4 Aug 2006 21:49:33 -0000 Received: (qmail 22871 invoked by uid 22791); 4 Aug 2006 21:49:32 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Aug 2006 21:49:30 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k74LnQ93027349; Fri, 4 Aug 2006 23:49:26 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k74LnQXK016095; Fri, 4 Aug 2006 23:49:26 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k74LnQlL017861; Fri, 4 Aug 2006 23:49:26 +0200 (CEST) Date: Fri, 04 Aug 2006 21:49:00 -0000 Message-Id: <200608042149.k74LnQlL017861@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: ligang@sunnorth.com.cn CC: gdb@sourceware.org In-reply-to: (ligang@sunnorth.com.cn) Subject: Re: question about GDB test References: Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00027.txt.bz2 > From: ligang@sunnorth.com.cn > Date: Thu, 3 Aug 2006 12:19:37 +0800 > > Hi, fellows, > > I am porting GDB to a new target. Definitely, test of GDB is an important > issue. > There are already some test suites in GDB source. Are they enouth? > Need I to write some more test patterns for my special target and what > kind of patterns should I write? The current testsuite provides a pretty wide coverage of generic GDB functionality. Making those tests PASS is a good start. But you might want to add some tests for specific functionality of your target. Mark