From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18185 invoked by alias); 8 Jul 2004 19:01:40 -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 18174 invoked from network); 8 Jul 2004 19:01:38 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 8 Jul 2004 19:01:38 -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 1Bie9E-0005kl-00; Thu, 08 Jul 2004 15:01:32 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id B15944B104; Thu, 8 Jul 2004 15:01:31 -0400 (EDT) To: jjohnstn@redhat.com Subject: Re: [RFA]: Fix jmain.exp to xfail for break at main Cc: cagney@gnu.org, gdb-patches@sources.redhat.com, mec.gnu@mindspring.com Message-Id: <20040708190131.B15944B104@berman.michael-chastain.com> Date: Thu, 08 Jul 2004 19:01:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00078.txt.bz2 > See attached patch. Ok to commit? It makes me happy. Recommended for approval. It's up to Andrew to approve or not. Michael C === 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--