From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11596 invoked by alias); 7 May 2002 14:45:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11573 invoked from network); 7 May 2002 14:45:51 -0000 Received: from unknown (HELO tetsuo.nj.caldera.com) (63.124.204.226) by sources.redhat.com with SMTP; 7 May 2002 14:45:51 -0000 Received: from caldera.com (localhost.localdomain [127.0.0.1]) by tetsuo.nj.caldera.com (8.11.6/8.11.6) with ESMTP id g47Ev7c03197; Tue, 7 May 2002 10:57:08 -0400 Message-ID: <3CD7EB43.64AACDB5@caldera.com> Date: Tue, 07 May 2002 07:45:00 -0000 From: Petr Sorfa Organization: Caldera X-Accept-Language: en MIME-Version: 1.0 To: Michael Elizabeth Chastain CC: msnyder@redhat.com, ac131313@cygnus.com, gdb-patches@sources.redhat.com, muller@cerbere.u-strasbg.fr Subject: Re: [RFA]Use prev_lexptr in *-exp.y References: <200205032159.g43LxD313248@duracef.shout.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00149.txt.bz2 Hi Michael, Just to let you know I'm adding about 500 test cases to FORTRAN (hopefully this week.) Most are based on compiled code. Which is going to be interesting to automate as the tests are F90/F95 specific and there is no functioning g95. I'm using the Intel compiler for IA32 and IA64. Currently I've got all the tests in gdb.fortran. I've also replicated the existing tests to invoke the new FORTRAN95 parser (and to make sure that the current FORTRAN interface doesn't get broken.) Petr > > Michael, I think Pierre was talking about Modula 2, Java, > > and Fortran. Does your testing cover those? > > There are no Modula 2 tests in the test suite, as far as I can see. > So I don't have any coverage for Modula 2. > > I don't cover Java. That is on my to-do list. > > There are two scripts in gdb.fortran with 116 tests. I cover those. > The tests are very basic; they don't actually compile any FORTRAN code. > They just exercise the expression parser. > > Michael C