From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5660 invoked by alias); 7 Jul 2004 19:03:20 -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 5647 invoked from network); 7 Jul 2004 19:03:19 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 7 Jul 2004 19:03:19 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BiHhN-0004rl-00; Wed, 07 Jul 2004 15:03:17 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id EDACF4B104; Wed, 7 Jul 2004 15:03:17 -0400 (EDT) To: gdb-patches@sources.redhat.com, jjohnstn@redhat.com Subject: Re: [RFA]: Fix jmisc testscases to recognize constructor Message-Id: <20040707190317.EDACF4B104@berman.michael-chastain.com> Date: Wed, 07 Jul 2004 19:03:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00065.txt.bz2 Hmmm. Anthony Green is the maintainer for gdb.java, but he's been inactive for a while. Anthony said that Andrew can commit patches for gdb.java. IMHO that means Andrew is the guy for gdb.java patch review at the moment. Andrew, would you like to talk about updating the maintainers for gdb.java ? Meanwhile on this specific patch: - please add copyright years 2004 to the files that you touch - how did you test it (what system, what version of java)? With those two things the patch looks good to me, but I don't have approval authority in testsuite/gdb.java. Michael C === 2004-07-07 Jeff Johnston * gdb.java/jmisc.exp: Fix expected output of ptype to look for the jmisc() constructor instead of . * gdb.java/jmisc1.exp: Ditto.