From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17795 invoked by alias); 26 Jul 2012 18:15:46 -0000 Received: (qmail 17785 invoked by uid 22791); 26 Jul 2012 18:15:45 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jul 2012 18:15:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BC15E1C714A; Thu, 26 Jul 2012 14:15:27 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id y30+GOss5369; Thu, 26 Jul 2012 14:15:27 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8702F1C704D; Thu, 26 Jul 2012 14:15:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D2E2714561A; Thu, 26 Jul 2012 11:15:23 -0700 (PDT) Date: Thu, 26 Jul 2012 18:15:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: fix up gdb.ada tests Message-ID: <20120726181523.GF2767@adacore.com> References: <87r4rye6na.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r4rye6na.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2012-07/txt/msg00632.txt.bz2 > Joel, is this ok? Looks great! Thanks, Tom. > * lib/ada.exp (standard_ada_testfile): New proc. > * gdb.ada/aliased_array.exp: Use standard_ada_testfile. > * gdb.ada/array_bounds.exp: Use standard_ada_testfile. > * gdb.ada/array_return.exp: Use standard_ada_testfile. > * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile. > * gdb.ada/arrayidx.exp: Use standard_ada_testfile. > * gdb.ada/arrayparam.exp: Use standard_ada_testfile. > * gdb.ada/arrayptr.exp: Use standard_ada_testfile. > * gdb.ada/atomic_enum.exp: Use standard_ada_testfile. > * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile. > * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile. > * gdb.ada/bp_on_var.exp: Use standard_ada_testfile. > * gdb.ada/bp_range_type.exp: Use standard_ada_testfile. > * gdb.ada/call_pn.exp: Use standard_ada_testfile. > * gdb.ada/catch_ex.exp: Use standard_ada_testfile. > * gdb.ada/char_enum.exp: Use standard_ada_testfile. > * gdb.ada/char_param.exp: Use standard_ada_testfile. > * gdb.ada/complete.exp: Use standard_ada_testfile. > * gdb.ada/cond_lang.exp: Use standard_ada_testfile, > standard_output_file. > * gdb.ada/dyn_loc.exp: Use standard_ada_testfile. > * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile. > * gdb.ada/exec_changed.exp: Use standard_ada_testfile, > standard_output_file. > * gdb.ada/exprs.exp: Use standard_ada_testfile. > * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile. > * gdb.ada/fixed_points.exp: Use standard_ada_testfile. > * gdb.ada/formatted_ref.exp: Use standard_ada_testfile. > * gdb.ada/frame_args.exp: Use standard_ada_testfile. > * gdb.ada/fullname_bp.exp: Use standard_ada_testfile. > * gdb.ada/fun_addr.exp: Use standard_ada_testfile. > * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile. > * gdb.ada/funcall_param.exp: Use standard_ada_testfile. > * gdb.ada/homonym.exp: Use standard_ada_testfile. > * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile. > * gdb.ada/int_deref.exp: Use standard_ada_testfile. > * gdb.ada/interface.exp: Use standard_ada_testfile. > * gdb.ada/lang_switch.exp: Use standard_ada_testfile, > standard_output_file > * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile. > * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile. > * gdb.ada/mi_task_info.exp: Use standard_ada_testfile. > * gdb.ada/mod_from_name.exp: Use standard_ada_testfile. > * gdb.ada/nested.exp: Use standard_ada_testfile. > * gdb.ada/null_array.exp: Use standard_ada_testfile. > * gdb.ada/null_record.exp: Use standard_ada_testfile. > * gdb.ada/operator_bp.exp: Use standard_ada_testfile. > * gdb.ada/packed_array.exp: Use standard_ada_testfile. > * gdb.ada/packed_tagged.exp: Use standard_ada_testfile. > * gdb.ada/print_chars.exp: Use standard_ada_testfile. > * gdb.ada/print_pc.exp: Use standard_ada_testfile. > * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile. > * gdb.ada/ptype_field.exp: Use standard_ada_testfile. > * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile. > * gdb.ada/rec_return.exp: Use standard_ada_testfile. > * gdb.ada/ref_param.exp: Use standard_ada_testfile. > * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile. > * gdb.ada/same_enum.exp: Use standard_ada_testfile. > * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile. > * gdb.ada/small_reg_param.exp: Use standard_ada_testfile. > * gdb.ada/start.exp: Use standard_ada_testfile. > * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile. > * gdb.ada/sym_print_name.exp: Use standard_ada_testfile. > * gdb.ada/taft_type.exp: Use standard_ada_testfile. > * gdb.ada/tagged.exp: Use standard_ada_testfile. > * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile. > * gdb.ada/task_bp.exp: Use standard_ada_testfile. > * gdb.ada/tasks.exp: Use standard_ada_testfile. > * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile. > * gdb.ada/type_coercion.exp: Use standard_ada_testfile. > * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile. > * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile. > * gdb.ada/watch_arg.exp: Use standard_ada_testfile. > * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile. > * gdb.ada/widewide.exp: Use standard_ada_testfile. -- Joel