From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25094 invoked by alias); 8 Jul 2004 21:01:39 -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 25084 invoked from network); 8 Jul 2004 21:01:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Jul 2004 21:01:38 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i68L1ce1027077 for ; Thu, 8 Jul 2004 17:01:38 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i68L1c005988; Thu, 8 Jul 2004 17:01:38 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i68L1TvU011362; Thu, 8 Jul 2004 17:01:37 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 53753800380; Thu, 8 Jul 2004 17:01:29 -0400 (EDT) Message-ID: <40EDB629.1000804@redhat.com> Date: Thu, 08 Jul 2004 21:01:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Andrew Cagney Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [RFA]: Fix jmain.exp to xfail for break at main References: <20040708190131.B15944B104@berman.michael-chastain.com> <40ED9C4B.8090203@gnu.org> In-Reply-To: <40ED9C4B.8090203@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00081.txt.bz2 Andrew Cagney wrote: >>> See attached patch. Ok to commit? >> >> >> >> It makes me happy. Recommended for approval. >> It's up to Andrew to approve or not. >> >> Michael C > > > M'kay (don't forget the changelog :-) > I didn't. Patch checked in. -- Jeff J. > Andrew > >> Index: gdb.java/jmain.exp >> =================================================================== >> RCS file: /cvs/src/src/gdb/testsuite/gdb.java/jmain.exp,v >> retrieving revision 1.1 >> diff -u -p -r1.1 jmain.exp >> --- gdb.java/jmain.exp 27 Jun 2004 00:41:39 -0000 1.1 >> +++ gdb.java/jmain.exp 8 Jul 2004 18:16:45 -0000 >> @@ -48,7 +48,7 @@ gdb_test "set print sevenbit-strings" ". >> >> # Where the breakpoint should always land >> >> -set bpmain "Breakpoint .* file .*jmain.java, line 6\." >> +set bpmain "Breakpoint .* file .*jmain.java, line 5\." >> >> gdb_load "${binfile}" >> setup_kfail *-*-* java/1567 >> @@ -63,4 +63,5 @@ gdb_test "break jmain.main" "${bpmain}" >> >> # Check that a fully qualified "main" works. >> gdb_load "${binfile}" >> +setup_xfail *-*-* gcc/16439 >> gdb_test "break \'${testfile}.main(java.lang.String\[\])\'" "${bpmain}" >> >> --------------000805000701000707020104-- >> >> >> > >