From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2328 invoked by alias); 3 May 2002 21:59:18 -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 2320 invoked from network); 3 May 2002 21:59:16 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 3 May 2002 21:59:16 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g43LxD313248; Fri, 3 May 2002 16:59:13 -0500 Date: Fri, 03 May 2002 14:59:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200205032159.g43LxD313248@duracef.shout.net> To: msnyder@redhat.com Subject: Re: [RFA]Use prev_lexptr in *-exp.y Cc: ac131313@cygnus.com, gdb-patches@sources.redhat.com, muller@cerbere.u-strasbg.fr X-SW-Source: 2002-05/txt/msg00079.txt.bz2 > 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