From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9348 invoked by alias); 23 Jan 2008 13:15:05 -0000 Received: (qmail 9338 invoked by uid 22791); 23 Jan 2008 13:15:04 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Jan 2008 13:14:44 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 36E5998376; Wed, 23 Jan 2008 13:14:43 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id EF201980E0; Wed, 23 Jan 2008 13:14:42 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JHfRC-0000Gc-5g; Wed, 23 Jan 2008 08:14:42 -0500 Date: Wed, 23 Jan 2008 13:15:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org, Joel Brobecker Subject: FYI: Ada results on Debian/unstable Message-ID: <20080123131442.GA32621@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org, Joel Brobecker MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00227.txt.bz2 I haven't run the GDB testsuite in a while. Here's the new test failures since I last did. I suspect these all rely on debug info that the latest AdaCore tree generates that a relatively recent (4.1-based) FSF gnat does not. +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/array_bounds.exp ... +PASS: gdb.ada/array_bounds.exp: print itable'first +PASS: gdb.ada/array_bounds.exp: print itable'last +FAIL: gdb.ada/array_bounds.exp: print table'first +FAIL: gdb.ada/array_bounds.exp: print table'last +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/arrayparam.exp ... +FAIL: gdb.ada/arrayparam.exp: print call_me ("bonjour") +FAIL: gdb.ada/arrayparam.exp: print first after function call +FAIL: gdb.ada/arrayparam.exp: print lasta after function call +FAIL: gdb.ada/arrayparam.exp: print length after function call +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/char_param.exp ... +FAIL: gdb.ada/char_param.exp: print procedure_result before calling same +PASS: gdb.ada/char_param.exp: call same +FAIL: gdb.ada/char_param.exp: print procedure_result after calling same +FAIL: gdb.ada/char_param.exp: call next +FAIL: gdb.ada/char_param.exp: print procedure_result after calling next +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/frame_args.exp ... +PASS: gdb.ada/frame_args.exp: set print frame-arguments scalars +FAIL: gdb.ada/frame_args.exp: display frame 1 with frame-arguments set to scalars +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/funcall_param.exp ... +FAIL: gdb.ada/funcall_param.exp: p ident (ident (my_parameter)) +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/homonym.exp ... +PASS: gdb.ada/homonym.exp: ptype local_type at BREAK_1 +FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1 +FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1 +PASS: gdb.ada/homonym.exp: ptype lcl at BREAK_1 +PASS: gdb.ada/homonym.exp: print lcl at BREAK_1 +PASS: gdb.ada/homonym.exp: break at BREAK_2 +PASS: gdb.ada/homonym.exp: continue until BREAK_2 +PASS: gdb.ada/homonym.exp: ptype local_type at BREAK_2 +FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2 +PASS: gdb.ada/homonym.exp: ptype lcl at BREAK_2 +PASS: gdb.ada/homonym.exp: print lcl at BREAK_2 +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/interface.exp ... +PASS: gdb.ada/interface.exp: print r +FAIL: gdb.ada/interface.exp: print s (GDB internal error) +Running /space/fsf/commit/src/gdb/testsuite/gdb.ada/null_array.exp ... +PASS: gdb.ada/null_array.exp: print my_table +FAIL: gdb.ada/null_array.exp: ptype my_table -- Daniel Jacobowitz CodeSourcery