From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24845 invoked by alias); 27 Feb 2014 11:15:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 24834 invoked by uid 89); 27 Feb 2014 11:15:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Feb 2014 11:15:44 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1RBFf9g014095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 27 Feb 2014 06:15:42 -0500 Received: from [10.36.116.104] (ovpn-116-104.ams2.redhat.com [10.36.116.104]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1RBFe8n005418; Thu, 27 Feb 2014 06:15:41 -0500 Subject: Re: [RFA/DWARF] Set enum type "flag_enum" and "unsigned" flags at type creation. From: Mark Wielaard To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: <1393497031.8933.208.camel@bordewijk.wildebeest.org> References: <1390796357-3739-1-git-send-email-brobecker@adacore.com> <1392820455.21975.235.camel@bordewijk.wildebeest.org> <1392823115.21975.238.camel@bordewijk.wildebeest.org> <20140226183157.GF4348@adacore.com> <1393497031.8933.208.camel@bordewijk.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Date: Thu, 27 Feb 2014 11:15:00 -0000 Message-ID: <1393499740.8933.215.camel@bordewijk.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00819.txt.bz2 On Thu, 2014-02-27 at 11:30 +0100, Mark Wielaard wrote: > Sorry, I didn't have gcc-gnat installed and so missed this. I have it > installed now. BTW. Are there any overviews of what are expected > results? For make check RUNTESTFLAGS='--directory gdb.ada' I get: > > === gdb Summary === > > # of expected passes 490 > # of unexpected failures 29 > # of unexpected successes 8 > # of expected failures 2 > # of known failures 1 > # of unsupported tests 3 > > Is that reasonable? The amount of failures seems a bit high. The > testsuite is not supposed to be (near) zero-fail? It was pointed out on irc that it would be helpful to mention the gcc-gnat version used and the actual failures from gdb.sum. GNAT 4.4.7 20120313 (Red Hat 4.4.7-4) FAIL: gdb.ada/aliased_array.exp: print bt FAIL: gdb.ada/array_bounds.exp: print table'first FAIL: gdb.ada/array_bounds.exp: print table'last FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off FAIL: gdb.ada/arrayidx.exp: print e_one_two_three FAIL: gdb.ada/arrayidx.exp: print r_two_three FAIL: gdb.ada/arrayidx.exp: print p_one_two_three FAIL: gdb.ada/dyn_loc.exp: info locals FAIL: gdb.ada/enum_idx_packed.exp: print full FAIL: gdb.ada/enum_idx_packed.exp: print full'first FAIL: gdb.ada/iwide.exp: print sp_access.all FAIL: gdb.ada/iwide.exp: print dp_access.all FAIL: gdb.ada/mi_interface.exp: compilation foo.adb FAIL: gdb.ada/null_array.exp: ptype my_table FAIL: gdb.ada/optim_drec.exp: print z FAIL: gdb.ada/packed_tagged.exp: print x FAIL: gdb.ada/taft_type.exp: print w.e.all FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object with null Ptr FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null FAIL: gdb.ada/variant_record_packed_array.exp: print adress content FAIL: gdb.ada/whatis_array_val.exp: print full