From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 05E033858004; Fri, 13 Jan 2023 20:38:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05E033858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673642300; bh=dHH6YGTEyj2YYeCz0MNcPKls15/YK3cc/Wlrv1ePF7M=; h=From:To:Subject:Date:From; b=orOqC5Rp2htP7ggk9/lcUC46VxXLlrgkDaCUN4cGIb+xpIRV9ZaKdOPXBTfh3QOdR ehRleXDg5x3zbkjv4Gbe9yAUGHCieT4Tv2Fk7Lrrj58B1TlEzoddLVVsKEixnnF2jA ywyaRHl9FZHRbIFRr4Uu99O16AmhexXyxIFgt/dY= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Rename to allow_ada_tests X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 71fd14a943d7c33824724662086a5c3b965b7283 X-Git-Newrev: 74dcf0826ee52593254789a328b94867b8d0bca1 Message-Id: <20230113203820.05E033858004@sourceware.org> Date: Fri, 13 Jan 2023 20:38:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D74dcf0826ee5= 2593254789a328b94867b8d0bca1 commit 74dcf0826ee52593254789a328b94867b8d0bca1 Author: Tom Tromey Date: Sat Jan 7 13:36:00 2023 -0700 Rename to allow_ada_tests =20 This changes skip_ada_tests to invert the sense, and renames it to allow_ada_tests. Diff: --- gdb/testsuite/gdb.ada/O2_float_param.exp | 2 +- gdb/testsuite/gdb.ada/access_tagged_param.exp | 2 +- gdb/testsuite/gdb.ada/access_to_packed_array.exp | 2 +- gdb/testsuite/gdb.ada/access_to_unbounded_array.exp | 2 +- gdb/testsuite/gdb.ada/addr_arith.exp | 2 +- gdb/testsuite/gdb.ada/aliased_array.exp | 2 +- gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp | 2 +- gdb/testsuite/gdb.ada/arr_arr.exp | 2 +- gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp | 2 +- gdb/testsuite/gdb.ada/array_bounds.exp | 2 +- gdb/testsuite/gdb.ada/array_char_idx.exp | 2 +- gdb/testsuite/gdb.ada/array_of_symbolic_length.exp | 2 +- gdb/testsuite/gdb.ada/array_of_variable_length.exp | 2 +- gdb/testsuite/gdb.ada/array_of_variant.exp | 2 +- gdb/testsuite/gdb.ada/array_ptr_renaming.exp | 2 +- gdb/testsuite/gdb.ada/array_return.exp | 2 +- gdb/testsuite/gdb.ada/array_subscript_addr.exp | 2 +- gdb/testsuite/gdb.ada/arraydim.exp | 2 +- gdb/testsuite/gdb.ada/arrayidx.exp | 2 +- gdb/testsuite/gdb.ada/arrayparam.exp | 2 +- gdb/testsuite/gdb.ada/arrayptr.exp | 2 +- gdb/testsuite/gdb.ada/assign_1.exp | 2 +- gdb/testsuite/gdb.ada/assign_arr.exp | 2 +- gdb/testsuite/gdb.ada/atomic_enum.exp | 2 +- gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp | 2 +- gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp | 2 +- gdb/testsuite/gdb.ada/bias.exp | 2 +- gdb/testsuite/gdb.ada/big_packed_array.exp | 2 +- gdb/testsuite/gdb.ada/boolean_expr.exp | 2 +- gdb/testsuite/gdb.ada/bp_c_mixed_case.exp | 2 +- gdb/testsuite/gdb.ada/bp_enum_homonym.exp | 2 +- gdb/testsuite/gdb.ada/bp_fun_addr.exp | 2 +- gdb/testsuite/gdb.ada/bp_inlined_func.exp | 2 +- gdb/testsuite/gdb.ada/bp_on_var.exp | 2 +- gdb/testsuite/gdb.ada/bp_range_type.exp | 2 +- gdb/testsuite/gdb.ada/bp_reset.exp | 2 +- gdb/testsuite/gdb.ada/byte_packed_arr.exp | 2 +- gdb/testsuite/gdb.ada/call_pn.exp | 2 +- gdb/testsuite/gdb.ada/catch_assert_if.exp | 2 +- gdb/testsuite/gdb.ada/catch_ex.exp | 2 +- gdb/testsuite/gdb.ada/catch_ex_std.exp | 2 +- gdb/testsuite/gdb.ada/char_enum.exp | 2 +- gdb/testsuite/gdb.ada/char_enum_overload.exp | 2 +- gdb/testsuite/gdb.ada/char_enum_unicode.exp | 2 +- gdb/testsuite/gdb.ada/char_param.exp | 2 +- gdb/testsuite/gdb.ada/complete.exp | 2 +- gdb/testsuite/gdb.ada/cond_lang.exp | 2 +- gdb/testsuite/gdb.ada/convvar_comp.exp | 2 +- gdb/testsuite/gdb.ada/dgopt.exp | 2 +- gdb/testsuite/gdb.ada/disc_arr_bound.exp | 2 +- gdb/testsuite/gdb.ada/discrete-char.exp | 2 +- gdb/testsuite/gdb.ada/display_nested.exp | 2 +- gdb/testsuite/gdb.ada/dot_all.exp | 2 +- gdb/testsuite/gdb.ada/dyn_arrayidx.exp | 2 +- gdb/testsuite/gdb.ada/dyn_loc.exp | 2 +- gdb/testsuite/gdb.ada/dyn_stride.exp | 2 +- gdb/testsuite/gdb.ada/dynamic-iface.exp | 2 +- gdb/testsuite/gdb.ada/enum_idx_packed.exp | 2 +- gdb/testsuite/gdb.ada/enum_qual.exp | 2 +- gdb/testsuite/gdb.ada/enums_overload.exp | 2 +- gdb/testsuite/gdb.ada/excep_handle.exp | 2 +- gdb/testsuite/gdb.ada/exec_changed.exp | 2 +- gdb/testsuite/gdb.ada/expr_delims.exp | 2 +- gdb/testsuite/gdb.ada/expr_with_funcall.exp | 2 +- gdb/testsuite/gdb.ada/exprs.exp | 2 +- gdb/testsuite/gdb.ada/fin_fun_out.exp | 2 +- gdb/testsuite/gdb.ada/finish-var-size.exp | 4 ++-- gdb/testsuite/gdb.ada/fixed_cmp.exp | 2 +- gdb/testsuite/gdb.ada/fixed_points.exp | 2 +- gdb/testsuite/gdb.ada/fixed_points_function.exp | 2 +- gdb/testsuite/gdb.ada/float-bits.exp | 2 +- gdb/testsuite/gdb.ada/float_param.exp | 2 +- gdb/testsuite/gdb.ada/formatted_ref.exp | 2 +- gdb/testsuite/gdb.ada/frame_arg_lang.exp | 2 +- gdb/testsuite/gdb.ada/frame_args.exp | 2 +- gdb/testsuite/gdb.ada/fullname_bp.exp | 2 +- gdb/testsuite/gdb.ada/fun_addr.exp | 2 +- gdb/testsuite/gdb.ada/fun_in_declare.exp | 2 +- gdb/testsuite/gdb.ada/fun_overload_menu.exp | 2 +- gdb/testsuite/gdb.ada/fun_renaming.exp | 2 +- gdb/testsuite/gdb.ada/funcall_char.exp | 2 +- gdb/testsuite/gdb.ada/funcall_param.exp | 2 +- gdb/testsuite/gdb.ada/funcall_ptr.exp | 2 +- gdb/testsuite/gdb.ada/funcall_ref.exp | 2 +- gdb/testsuite/gdb.ada/ghost.exp | 2 +- gdb/testsuite/gdb.ada/homonym.exp | 2 +- gdb/testsuite/gdb.ada/info_addr_mixed_case.exp | 2 +- gdb/testsuite/gdb.ada/info_auto_lang.exp | 2 +- gdb/testsuite/gdb.ada/info_exc.exp | 2 +- gdb/testsuite/gdb.ada/info_locals_renaming.exp | 2 +- gdb/testsuite/gdb.ada/info_types.exp | 2 +- gdb/testsuite/gdb.ada/inline-section-gc.exp | 2 +- gdb/testsuite/gdb.ada/int_deref.exp | 2 +- gdb/testsuite/gdb.ada/interface.exp | 2 +- gdb/testsuite/gdb.ada/iwide.exp | 2 +- gdb/testsuite/gdb.ada/lang_switch.exp | 2 +- gdb/testsuite/gdb.ada/length_cond.exp | 2 +- gdb/testsuite/gdb.ada/literals.exp | 2 +- gdb/testsuite/gdb.ada/local-enum.exp | 2 +- gdb/testsuite/gdb.ada/maint_with_ada.exp | 2 +- gdb/testsuite/gdb.ada/mi_catch_assert.exp | 2 +- gdb/testsuite/gdb.ada/mi_catch_ex.exp | 2 +- gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp | 2 +- gdb/testsuite/gdb.ada/mi_dyn_arr.exp | 2 +- gdb/testsuite/gdb.ada/mi_ex_cond.exp | 2 +- gdb/testsuite/gdb.ada/mi_exc_info.exp | 2 +- gdb/testsuite/gdb.ada/mi_interface.exp | 2 +- gdb/testsuite/gdb.ada/mi_prot.exp | 2 +- gdb/testsuite/gdb.ada/mi_ref_changeable.exp | 2 +- gdb/testsuite/gdb.ada/mi_string_access.exp | 2 +- gdb/testsuite/gdb.ada/mi_task_arg.exp | 2 +- gdb/testsuite/gdb.ada/mi_task_info.exp | 2 +- gdb/testsuite/gdb.ada/mi_var_access.exp | 2 +- gdb/testsuite/gdb.ada/mi_var_array.exp | 2 +- gdb/testsuite/gdb.ada/mi_var_union.exp | 2 +- gdb/testsuite/gdb.ada/mi_variant.exp | 2 +- gdb/testsuite/gdb.ada/minsyms.exp | 2 +- gdb/testsuite/gdb.ada/mod_from_name.exp | 2 +- gdb/testsuite/gdb.ada/multiarray.exp | 2 +- gdb/testsuite/gdb.ada/n_arr_bound.exp | 2 +- gdb/testsuite/gdb.ada/nested.exp | 2 +- gdb/testsuite/gdb.ada/non-ascii-latin-1.exp | 2 +- gdb/testsuite/gdb.ada/non-ascii-latin-3.exp | 2 +- gdb/testsuite/gdb.ada/non-ascii-utf-8.exp | 2 +- gdb/testsuite/gdb.ada/notcplusplus.exp | 2 +- gdb/testsuite/gdb.ada/null_array.exp | 2 +- gdb/testsuite/gdb.ada/null_overload.exp | 2 +- gdb/testsuite/gdb.ada/null_record.exp | 2 +- gdb/testsuite/gdb.ada/operator_bp.exp | 2 +- gdb/testsuite/gdb.ada/operator_call.exp | 2 +- gdb/testsuite/gdb.ada/optim_drec.exp | 2 +- gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp | 2 +- gdb/testsuite/gdb.ada/overload_menu_crash.exp | 2 +- gdb/testsuite/gdb.ada/packed_array.exp | 2 +- gdb/testsuite/gdb.ada/packed_array_assign.exp | 2 +- gdb/testsuite/gdb.ada/packed_record.exp | 2 +- gdb/testsuite/gdb.ada/packed_tagged.exp | 2 +- gdb/testsuite/gdb.ada/pckd_arr_ren.exp | 2 +- gdb/testsuite/gdb.ada/pckd_neg.exp | 2 +- gdb/testsuite/gdb.ada/pkd_arr_elem.exp | 2 +- gdb/testsuite/gdb.ada/pp-rec-component.exp | 2 +- gdb/testsuite/gdb.ada/print_chars.exp | 2 +- gdb/testsuite/gdb.ada/print_pc.exp | 2 +- gdb/testsuite/gdb.ada/ptr_typedef.exp | 2 +- gdb/testsuite/gdb.ada/ptype-o.exp | 2 +- gdb/testsuite/gdb.ada/ptype_arith_binop.exp | 2 +- gdb/testsuite/gdb.ada/ptype_array.exp | 2 +- gdb/testsuite/gdb.ada/ptype_field.exp | 2 +- gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 +- gdb/testsuite/gdb.ada/ptype_union.exp | 2 +- gdb/testsuite/gdb.ada/py_range.exp | 2 +- gdb/testsuite/gdb.ada/py_taft.exp | 2 +- gdb/testsuite/gdb.ada/rdv_wait.exp | 2 +- gdb/testsuite/gdb.ada/rec_comp.exp | 2 +- gdb/testsuite/gdb.ada/rec_ptype.exp | 2 +- gdb/testsuite/gdb.ada/rec_return.exp | 2 +- gdb/testsuite/gdb.ada/ref_param.exp | 2 +- gdb/testsuite/gdb.ada/ref_tick_size.exp | 2 +- gdb/testsuite/gdb.ada/rename_subscript_param.exp | 2 +- gdb/testsuite/gdb.ada/repeat_dyn.exp | 2 +- gdb/testsuite/gdb.ada/same_component_name.exp | 2 +- gdb/testsuite/gdb.ada/same_enum.exp | 2 +- gdb/testsuite/gdb.ada/scalar_storage.exp | 2 +- gdb/testsuite/gdb.ada/scoped_watch.exp | 2 +- gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp | 2 +- gdb/testsuite/gdb.ada/set_wstr.exp | 2 +- gdb/testsuite/gdb.ada/small_reg_param.exp | 2 +- gdb/testsuite/gdb.ada/start.exp | 2 +- gdb/testsuite/gdb.ada/str_binop_equal.exp | 2 +- gdb/testsuite/gdb.ada/str_ref_cmp.exp | 2 +- gdb/testsuite/gdb.ada/str_uninit.exp | 2 +- gdb/testsuite/gdb.ada/sub_variant.exp | 2 +- gdb/testsuite/gdb.ada/sym_print_name.exp | 2 +- gdb/testsuite/gdb.ada/taft_type.exp | 2 +- gdb/testsuite/gdb.ada/tagged.exp | 2 +- gdb/testsuite/gdb.ada/tagged_access.exp | 2 +- gdb/testsuite/gdb.ada/tagged_not_init.exp | 2 +- gdb/testsuite/gdb.ada/task_bp.exp | 2 +- gdb/testsuite/gdb.ada/task_switch_in_core.exp | 2 +- gdb/testsuite/gdb.ada/task_watch.exp | 2 +- gdb/testsuite/gdb.ada/tasks.exp | 2 +- gdb/testsuite/gdb.ada/tick_last_segv.exp | 2 +- gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp | 2 +- gdb/testsuite/gdb.ada/type_coercion.exp | 2 +- gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp | 2 +- gdb/testsuite/gdb.ada/unchecked_union.exp | 2 +- gdb/testsuite/gdb.ada/uninitialized_vars.exp | 2 +- gdb/testsuite/gdb.ada/unsigned_last.exp | 2 +- gdb/testsuite/gdb.ada/unsigned_range.exp | 2 +- gdb/testsuite/gdb.ada/var_arr_attrs.exp | 2 +- gdb/testsuite/gdb.ada/var_arr_typedef.exp | 2 +- gdb/testsuite/gdb.ada/var_rec_arr.exp | 2 +- gdb/testsuite/gdb.ada/variant-record.exp | 2 +- gdb/testsuite/gdb.ada/variant.exp | 2 +- gdb/testsuite/gdb.ada/variant_record_packed_array.exp | 2 +- gdb/testsuite/gdb.ada/varsize_limit.exp | 2 +- gdb/testsuite/gdb.ada/vla.exp | 2 +- gdb/testsuite/gdb.ada/voidctx.exp | 2 +- gdb/testsuite/gdb.ada/watch_arg.exp | 2 +- gdb/testsuite/gdb.ada/watch_minus_l.exp | 2 +- gdb/testsuite/gdb.ada/whatis_array_val.exp | 2 +- gdb/testsuite/gdb.ada/widewide.exp | 2 +- gdb/testsuite/gdb.ada/win_fu_syms.exp | 2 +- gdb/testsuite/lib/gdb.exp | 6 +++--- 204 files changed, 207 insertions(+), 207 deletions(-) diff --git a/gdb/testsuite/gdb.ada/O2_float_param.exp b/gdb/testsuite/gdb.a= da/O2_float_param.exp index 88ff578d19e..ac6df7e3ab9 100644 --- a/gdb/testsuite/gdb.ada/O2_float_param.exp +++ b/gdb/testsuite/gdb.ada/O2_float_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/access_tagged_param.exp b/gdb/testsuite/= gdb.ada/access_tagged_param.exp index c9c6b3296d7..c3cc2092e7e 100644 --- a/gdb/testsuite/gdb.ada/access_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/access_tagged_param.exp @@ -18,7 +18,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/access_to_packed_array.exp b/gdb/testsui= te/gdb.ada/access_to_packed_array.exp index 0db9d525910..825968f3e2e 100644 --- a/gdb/testsuite/gdb.ada/access_to_packed_array.exp +++ b/gdb/testsuite/gdb.ada/access_to_packed_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/access_to_unbounded_array.exp b/gdb/test= suite/gdb.ada/access_to_unbounded_array.exp index f7924ccf67d..6fc2357e84a 100644 --- a/gdb/testsuite/gdb.ada/access_to_unbounded_array.exp +++ b/gdb/testsuite/gdb.ada/access_to_unbounded_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/addr_arith.exp b/gdb/testsuite/gdb.ada/a= ddr_arith.exp index 59f66c11089..c82f66ae21a 100644 --- a/gdb/testsuite/gdb.ada/addr_arith.exp +++ b/gdb/testsuite/gdb.ada/addr_arith.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_na07_019 =20 diff --git a/gdb/testsuite/gdb.ada/aliased_array.exp b/gdb/testsuite/gdb.ad= a/aliased_array.exp index 6c926c11263..c208e1868a2 100644 --- a/gdb/testsuite/gdb.ada/aliased_array.exp +++ b/gdb/testsuite/gdb.ada/aliased_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp b/gdb/testsuite/gd= b.ada/arr_acc_idx_w_gap.exp index 2cd664eaf38..502a5ab5fd9 100644 --- a/gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp +++ b/gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile enum_with_gap_main =20 diff --git a/gdb/testsuite/gdb.ada/arr_arr.exp b/gdb/testsuite/gdb.ada/arr_= arr.exp index 93ed4aafc49..a6594e3875d 100644 --- a/gdb/testsuite/gdb.ada/arr_arr.exp +++ b/gdb/testsuite/gdb.ada/arr_arr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp b/gdb/testsuite/g= db.ada/arr_enum_idx_w_gap.exp index ba89c8a1186..dd817e6e75a 100644 --- a/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp +++ b/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_q418_043 =20 diff --git a/gdb/testsuite/gdb.ada/array_bounds.exp b/gdb/testsuite/gdb.ada= /array_bounds.exp index ef541f88ec9..daf21efb97d 100644 --- a/gdb/testsuite/gdb.ada/array_bounds.exp +++ b/gdb/testsuite/gdb.ada/array_bounds.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bar =20 diff --git a/gdb/testsuite/gdb.ada/array_char_idx.exp b/gdb/testsuite/gdb.a= da/array_char_idx.exp index c94950aeba3..5cae900c8c9 100644 --- a/gdb/testsuite/gdb.ada/array_char_idx.exp +++ b/gdb/testsuite/gdb.ada/array_char_idx.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/array_of_symbolic_length.exp b/gdb/tests= uite/gdb.ada/array_of_symbolic_length.exp index b8295214fe1..418a1a46cb8 100644 --- a/gdb/testsuite/gdb.ada/array_of_symbolic_length.exp +++ b/gdb/testsuite/gdb.ada/array_of_symbolic_length.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/array_of_variable_length.exp b/gdb/tests= uite/gdb.ada/array_of_variable_length.exp index 7536f7e2da8..468f6c83cd7 100644 --- a/gdb/testsuite/gdb.ada/array_of_variable_length.exp +++ b/gdb/testsuite/gdb.ada/array_of_variable_length.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/array_of_variant.exp b/gdb/testsuite/gdb= .ada/array_of_variant.exp index 7b7a623bd0a..6110ec69b66 100644 --- a/gdb/testsuite/gdb.ada/array_of_variant.exp +++ b/gdb/testsuite/gdb.ada/array_of_variant.exp @@ -16,7 +16,7 @@ load_lib "ada.exp" load_lib "gdb-python.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp b/gdb/testsuite/g= db.ada/array_ptr_renaming.exp index c64c612ae83..eca3ba30076 100644 --- a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp +++ b/gdb/testsuite/gdb.ada/array_ptr_renaming.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/array_return.exp b/gdb/testsuite/gdb.ada= /array_return.exp index e101323279f..8d0fa029bd5 100644 --- a/gdb/testsuite/gdb.ada/array_return.exp +++ b/gdb/testsuite/gdb.ada/array_return.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/array_subscript_addr.exp b/gdb/testsuite= /gdb.ada/array_subscript_addr.exp index 21f56578d1c..793bddb38eb 100644 --- a/gdb/testsuite/gdb.ada/array_subscript_addr.exp +++ b/gdb/testsuite/gdb.ada/array_subscript_addr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/arraydim.exp b/gdb/testsuite/gdb.ada/arr= aydim.exp index 93ea0eb1128..087e2c1e6b7 100644 --- a/gdb/testsuite/gdb.ada/arraydim.exp +++ b/gdb/testsuite/gdb.ada/arraydim.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/arrayidx.exp b/gdb/testsuite/gdb.ada/arr= ayidx.exp index daf05827127..d48e245d131 100644 --- a/gdb/testsuite/gdb.ada/arrayidx.exp +++ b/gdb/testsuite/gdb.ada/arrayidx.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/arrayparam.exp b/gdb/testsuite/gdb.ada/a= rrayparam.exp index 1f7b1387024..e1171ede4b1 100644 --- a/gdb/testsuite/gdb.ada/arrayparam.exp +++ b/gdb/testsuite/gdb.ada/arrayparam.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/arrayptr.exp b/gdb/testsuite/gdb.ada/arr= ayptr.exp index 4e92a110190..fcf9ad53f35 100644 --- a/gdb/testsuite/gdb.ada/arrayptr.exp +++ b/gdb/testsuite/gdb.ada/arrayptr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/assign_1.exp b/gdb/testsuite/gdb.ada/ass= ign_1.exp index 2a3e5dae7fa..88ba9a54f40 100644 --- a/gdb/testsuite/gdb.ada/assign_1.exp +++ b/gdb/testsuite/gdb.ada/assign_1.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 gdb_exit gdb_start diff --git a/gdb/testsuite/gdb.ada/assign_arr.exp b/gdb/testsuite/gdb.ada/a= ssign_arr.exp index 845a2400c2f..046b104ef23 100644 --- a/gdb/testsuite/gdb.ada/assign_arr.exp +++ b/gdb/testsuite/gdb.ada/assign_arr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main_p324_051 =20 diff --git a/gdb/testsuite/gdb.ada/atomic_enum.exp b/gdb/testsuite/gdb.ada/= atomic_enum.exp index a306c416ba8..fd0b0c42cb3 100644 --- a/gdb/testsuite/gdb.ada/atomic_enum.exp +++ b/gdb/testsuite/gdb.ada/atomic_enum.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp b/gdb/testsuite= /gdb.ada/attr_ref_and_charlit.exp index aa502f8de9e..90431701def 100644 --- a/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp +++ b/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile "foo" =20 diff --git a/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp b/gdb/testsuite/= gdb.ada/bad-task-bp-keyword.exp index 0ac633a6801..e0b488a597c 100644 --- a/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp +++ b/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/bias.exp b/gdb/testsuite/gdb.ada/bias.exp index 522461590e0..b3e2269bb95 100644 --- a/gdb/testsuite/gdb.ada/bias.exp +++ b/gdb/testsuite/gdb.ada/bias.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bias =20 diff --git a/gdb/testsuite/gdb.ada/big_packed_array.exp b/gdb/testsuite/gdb= .ada/big_packed_array.exp index 6b8cbd6f4ba..10ddea96978 100644 --- a/gdb/testsuite/gdb.ada/big_packed_array.exp +++ b/gdb/testsuite/gdb.ada/big_packed_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_ra24_010 =20 diff --git a/gdb/testsuite/gdb.ada/boolean_expr.exp b/gdb/testsuite/gdb.ada= /boolean_expr.exp index 52977f87257..c3b854fd331 100644 --- a/gdb/testsuite/gdb.ada/boolean_expr.exp +++ b/gdb/testsuite/gdb.ada/boolean_expr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 gdb_exit gdb_start diff --git a/gdb/testsuite/gdb.ada/bp_c_mixed_case.exp b/gdb/testsuite/gdb.= ada/bp_c_mixed_case.exp index a18513712eb..d87b185c0c3 100644 --- a/gdb/testsuite/gdb.ada/bp_c_mixed_case.exp +++ b/gdb/testsuite/gdb.ada/bp_c_mixed_case.exp @@ -20,7 +20,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_h731_021 =20 diff --git a/gdb/testsuite/gdb.ada/bp_enum_homonym.exp b/gdb/testsuite/gdb.= ada/bp_enum_homonym.exp index ac9982b38f5..c7cc8f21112 100644 --- a/gdb/testsuite/gdb.ada/bp_enum_homonym.exp +++ b/gdb/testsuite/gdb.ada/bp_enum_homonym.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/bp_fun_addr.exp b/gdb/testsuite/gdb.ada/= bp_fun_addr.exp index e0a3b52ff79..7cb1471e7ed 100644 --- a/gdb/testsuite/gdb.ada/bp_fun_addr.exp +++ b/gdb/testsuite/gdb.ada/bp_fun_addr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bp_fun_addr =20 diff --git a/gdb/testsuite/gdb.ada/bp_inlined_func.exp b/gdb/testsuite/gdb.= ada/bp_inlined_func.exp index 9eaba4fec04..03d7a960888 100644 --- a/gdb/testsuite/gdb.ada/bp_inlined_func.exp +++ b/gdb/testsuite/gdb.ada/bp_inlined_func.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/bp_on_var.exp b/gdb/testsuite/gdb.ada/bp= _on_var.exp index 9f06781d2f1..84e59b3724e 100644 --- a/gdb/testsuite/gdb.ada/bp_on_var.exp +++ b/gdb/testsuite/gdb.ada/bp_on_var.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/bp_range_type.exp b/gdb/testsuite/gdb.ad= a/bp_range_type.exp index 4e36edee805..ccde3aebfd5 100644 --- a/gdb/testsuite/gdb.ada/bp_range_type.exp +++ b/gdb/testsuite/gdb.ada/bp_range_type.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/bp_reset.exp b/gdb/testsuite/gdb.ada/bp_= reset.exp index 21040e5fbab..f5b4230cc85 100644 --- a/gdb/testsuite/gdb.ada/bp_reset.exp +++ b/gdb/testsuite/gdb.ada/bp_reset.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/byte_packed_arr.exp b/gdb/testsuite/gdb.= ada/byte_packed_arr.exp index 00eb19ce6f7..59f262450ab 100644 --- a/gdb/testsuite/gdb.ada/byte_packed_arr.exp +++ b/gdb/testsuite/gdb.ada/byte_packed_arr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile reprod_main =20 diff --git a/gdb/testsuite/gdb.ada/call_pn.exp b/gdb/testsuite/gdb.ada/call= _pn.exp index 21e2a37c28e..2d294a98eed 100644 --- a/gdb/testsuite/gdb.ada/call_pn.exp +++ b/gdb/testsuite/gdb.ada/call_pn.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/catch_assert_if.exp b/gdb/testsuite/gdb.= ada/catch_assert_if.exp index 81ebf33b435..f5b6096ecb0 100644 --- a/gdb/testsuite/gdb.ada/catch_assert_if.exp +++ b/gdb/testsuite/gdb.ada/catch_assert_if.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bla =20 diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/cat= ch_ex.exp index 87583422418..de1e53243fb 100644 --- a/gdb/testsuite/gdb.ada/catch_ex.exp +++ b/gdb/testsuite/gdb.ada/catch_ex.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/catch_ex_std.exp b/gdb/testsuite/gdb.ada= /catch_ex_std.exp index 7bdbadc0fef..3621b798b7c 100644 --- a/gdb/testsuite/gdb.ada/catch_ex_std.exp +++ b/gdb/testsuite/gdb.ada/catch_ex_std.exp @@ -17,7 +17,7 @@ require !skip_shlib_tests =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/char_enum.exp b/gdb/testsuite/gdb.ada/ch= ar_enum.exp index 054c2eaa452..d8539159125 100644 --- a/gdb/testsuite/gdb.ada/char_enum.exp +++ b/gdb/testsuite/gdb.ada/char_enum.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/char_enum_overload.exp b/gdb/testsuite/g= db.ada/char_enum_overload.exp index 66bf25fcb68..3f26bb832ee 100644 --- a/gdb/testsuite/gdb.ada/char_enum_overload.exp +++ b/gdb/testsuite/gdb.ada/char_enum_overload.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/char_enum_unicode.exp b/gdb/testsuite/gd= b.ada/char_enum_unicode.exp index 09afb365312..f88834fb2b6 100644 --- a/gdb/testsuite/gdb.ada/char_enum_unicode.exp +++ b/gdb/testsuite/gdb.ada/char_enum_unicode.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/char_param.exp b/gdb/testsuite/gdb.ada/c= har_param.exp index fb5aeb47f6f..63e4f11b63f 100644 --- a/gdb/testsuite/gdb.ada/char_param.exp +++ b/gdb/testsuite/gdb.ada/char_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/complete.exp b/gdb/testsuite/gdb.ada/com= plete.exp index 2c4674de70e..57b65466012 100644 --- a/gdb/testsuite/gdb.ada/complete.exp +++ b/gdb/testsuite/gdb.ada/complete.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/cond_lang.exp b/gdb/testsuite/gdb.ada/co= nd_lang.exp index 37ec5a40774..df27e646976 100644 --- a/gdb/testsuite/gdb.ada/cond_lang.exp +++ b/gdb/testsuite/gdb.ada/cond_lang.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile a =20 diff --git a/gdb/testsuite/gdb.ada/convvar_comp.exp b/gdb/testsuite/gdb.ada= /convvar_comp.exp index 7de4e567967..094391ccab9 100644 --- a/gdb/testsuite/gdb.ada/convvar_comp.exp +++ b/gdb/testsuite/gdb.ada/convvar_comp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile pb16_063 =20 diff --git a/gdb/testsuite/gdb.ada/dgopt.exp b/gdb/testsuite/gdb.ada/dgopt.= exp index 796595bb312..965821978c9 100644 --- a/gdb/testsuite/gdb.ada/dgopt.exp +++ b/gdb/testsuite/gdb.ada/dgopt.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile x =20 diff --git a/gdb/testsuite/gdb.ada/disc_arr_bound.exp b/gdb/testsuite/gdb.a= da/disc_arr_bound.exp index a5b5527396f..94d0485a23d 100644 --- a/gdb/testsuite/gdb.ada/disc_arr_bound.exp +++ b/gdb/testsuite/gdb.ada/disc_arr_bound.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_n612_026 =20 diff --git a/gdb/testsuite/gdb.ada/discrete-char.exp b/gdb/testsuite/gdb.ad= a/discrete-char.exp index 76ec90512d5..0fab02e9bf1 100644 --- a/gdb/testsuite/gdb.ada/discrete-char.exp +++ b/gdb/testsuite/gdb.ada/discrete-char.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/display_nested.exp b/gdb/testsuite/gdb.a= da/display_nested.exp index 8ff40deffce..f1272b434eb 100644 --- a/gdb/testsuite/gdb.ada/display_nested.exp +++ b/gdb/testsuite/gdb.ada/display_nested.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/dot_all.exp b/gdb/testsuite/gdb.ada/dot_= all.exp index 91751f0d2b2..3ecbad9261a 100644 --- a/gdb/testsuite/gdb.ada/dot_all.exp +++ b/gdb/testsuite/gdb.ada/dot_all.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp b/gdb/testsuite/gdb.ada= /dyn_arrayidx.exp index db6e7c86507..74486317112 100644 --- a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp +++ b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/dyn_loc.exp b/gdb/testsuite/gdb.ada/dyn_= loc.exp index 6693b9d05e1..5e656ca8ccf 100644 --- a/gdb/testsuite/gdb.ada/dyn_loc.exp +++ b/gdb/testsuite/gdb.ada/dyn_loc.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/dyn_stride.exp b/gdb/testsuite/gdb.ada/d= yn_stride.exp index 85f2bf03564..736ea90fbc8 100644 --- a/gdb/testsuite/gdb.ada/dyn_stride.exp +++ b/gdb/testsuite/gdb.ada/dyn_stride.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/dynamic-iface.exp b/gdb/testsuite/gdb.ad= a/dynamic-iface.exp index d4d7ba45ab4..431fa29d64f 100644 --- a/gdb/testsuite/gdb.ada/dynamic-iface.exp +++ b/gdb/testsuite/gdb.ada/dynamic-iface.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/enum_idx_packed.exp b/gdb/testsuite/gdb.= ada/enum_idx_packed.exp index a4232c75a82..c2d1ebd4f8c 100644 --- a/gdb/testsuite/gdb.ada/enum_idx_packed.exp +++ b/gdb/testsuite/gdb.ada/enum_idx_packed.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/enum_qual.exp b/gdb/testsuite/gdb.ada/en= um_qual.exp index 807fd421e20..d74c581c43f 100644 --- a/gdb/testsuite/gdb.ada/enum_qual.exp +++ b/gdb/testsuite/gdb.ada/enum_qual.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile qual =20 diff --git a/gdb/testsuite/gdb.ada/enums_overload.exp b/gdb/testsuite/gdb.a= da/enums_overload.exp index cb77f50620e..6fe232bc2a0 100644 --- a/gdb/testsuite/gdb.ada/enums_overload.exp +++ b/gdb/testsuite/gdb.ada/enums_overload.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile enums_overload_main =20 diff --git a/gdb/testsuite/gdb.ada/excep_handle.exp b/gdb/testsuite/gdb.ada= /excep_handle.exp index f02680ffd86..f8a6ded2cdf 100644 --- a/gdb/testsuite/gdb.ada/excep_handle.exp +++ b/gdb/testsuite/gdb.ada/excep_handle.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada= /exec_changed.exp index 1580077bb77..9e69d136e31 100644 --- a/gdb/testsuite/gdb.ada/exec_changed.exp +++ b/gdb/testsuite/gdb.ada/exec_changed.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # This testcase verifies the behavior of the `start' command, which # does not work when we use the gdb stub... diff --git a/gdb/testsuite/gdb.ada/expr_delims.exp b/gdb/testsuite/gdb.ada/= expr_delims.exp index 951cc7944e5..6301a5673c0 100644 --- a/gdb/testsuite/gdb.ada/expr_delims.exp +++ b/gdb/testsuite/gdb.ada/expr_delims.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/expr_with_funcall.exp b/gdb/testsuite/gd= b.ada/expr_with_funcall.exp index 58e9577b4db..0e2b8deaf23 100644 --- a/gdb/testsuite/gdb.ada/expr_with_funcall.exp +++ b/gdb/testsuite/gdb.ada/expr_with_funcall.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile expr_r821_013 =20 diff --git a/gdb/testsuite/gdb.ada/exprs.exp b/gdb/testsuite/gdb.ada/exprs.= exp index a2da1f0f2d8..991baced120 100644 --- a/gdb/testsuite/gdb.ada/exprs.exp +++ b/gdb/testsuite/gdb.ada/exprs.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/fin_fun_out.exp b/gdb/testsuite/gdb.ada/= fin_fun_out.exp index b5d3774e2d1..2020b3668f5 100644 --- a/gdb/testsuite/gdb.ada/fin_fun_out.exp +++ b/gdb/testsuite/gdb.ada/fin_fun_out.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_o525_013 =20 diff --git a/gdb/testsuite/gdb.ada/finish-var-size.exp b/gdb/testsuite/gdb.= ada/finish-var-size.exp index aab3fd6474e..c1cf6406433 100644 --- a/gdb/testsuite/gdb.ada/finish-var-size.exp +++ b/gdb/testsuite/gdb.ada/finish-var-size.exp @@ -1,4 +1,4 @@ -# Copyright 2022 Free Software Foundation, Inc. +# Copyright 2022, 2023 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -if { [skip_ada_tests] } { return -1 } +require allow_ada_tests =20 # GCC 12 has the needed fix. if {![test_compiler_info {gcc-1[2-9]-*}]} { diff --git a/gdb/testsuite/gdb.ada/fixed_cmp.exp b/gdb/testsuite/gdb.ada/fi= xed_cmp.exp index f15e2c83fcc..4032d8dced6 100644 --- a/gdb/testsuite/gdb.ada/fixed_cmp.exp +++ b/gdb/testsuite/gdb.ada/fixed_cmp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile fixed =20 diff --git a/gdb/testsuite/gdb.ada/fixed_points.exp b/gdb/testsuite/gdb.ada= /fixed_points.exp index bcc1bbe935a..ed61cab4bec 100644 --- a/gdb/testsuite/gdb.ada/fixed_points.exp +++ b/gdb/testsuite/gdb.ada/fixed_points.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile fixed_points =20 diff --git a/gdb/testsuite/gdb.ada/fixed_points_function.exp b/gdb/testsuit= e/gdb.ada/fixed_points_function.exp index d038fa1ea54..859a9e175ad 100644 --- a/gdb/testsuite/gdb.ada/fixed_points_function.exp +++ b/gdb/testsuite/gdb.ada/fixed_points_function.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile fixed_points_function =20 diff --git a/gdb/testsuite/gdb.ada/float-bits.exp b/gdb/testsuite/gdb.ada/f= loat-bits.exp index 7edd117d829..ab00e676c98 100644 --- a/gdb/testsuite/gdb.ada/float-bits.exp +++ b/gdb/testsuite/gdb.ada/float-bits.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile prog =20 diff --git a/gdb/testsuite/gdb.ada/float_param.exp b/gdb/testsuite/gdb.ada/= float_param.exp index 8d4b8cf2da2..cec825c84f5 100644 --- a/gdb/testsuite/gdb.ada/float_param.exp +++ b/gdb/testsuite/gdb.ada/float_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/formatted_ref.exp b/gdb/testsuite/gdb.ad= a/formatted_ref.exp index e02bd4c1ffa..4ad9bed8b5b 100644 --- a/gdb/testsuite/gdb.ada/formatted_ref.exp +++ b/gdb/testsuite/gdb.ada/formatted_ref.exp @@ -26,7 +26,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile formatted_ref =20 diff --git a/gdb/testsuite/gdb.ada/frame_arg_lang.exp b/gdb/testsuite/gdb.a= da/frame_arg_lang.exp index f6e9ab570c6..d94b07d675f 100644 --- a/gdb/testsuite/gdb.ada/frame_arg_lang.exp +++ b/gdb/testsuite/gdb.ada/frame_arg_lang.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bla set cfile "foo" diff --git a/gdb/testsuite/gdb.ada/frame_args.exp b/gdb/testsuite/gdb.ada/f= rame_args.exp index 476b9cdf5d0..baaf5181121 100644 --- a/gdb/testsuite/gdb.ada/frame_args.exp +++ b/gdb/testsuite/gdb.ada/frame_args.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/fullname_bp.exp b/gdb/testsuite/gdb.ada/= fullname_bp.exp index 470bf440edd..8c5854d6e88 100644 --- a/gdb/testsuite/gdb.ada/fullname_bp.exp +++ b/gdb/testsuite/gdb.ada/fullname_bp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/fun_addr.exp b/gdb/testsuite/gdb.ada/fun= _addr.exp index a0147f5b3ee..1f933394838 100644 --- a/gdb/testsuite/gdb.ada/fun_addr.exp +++ b/gdb/testsuite/gdb.ada/fun_addr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/fun_in_declare.exp b/gdb/testsuite/gdb.a= da/fun_in_declare.exp index 000bc4f1174..eff76a5a6c7 100644 --- a/gdb/testsuite/gdb.ada/fun_in_declare.exp +++ b/gdb/testsuite/gdb.ada/fun_in_declare.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/fun_overload_menu.exp b/gdb/testsuite/gd= b.ada/fun_overload_menu.exp index 76a983f1aeb..d5ca492dd39 100644 --- a/gdb/testsuite/gdb.ada/fun_overload_menu.exp +++ b/gdb/testsuite/gdb.ada/fun_overload_menu.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/fun_renaming.exp b/gdb/testsuite/gdb.ada= /fun_renaming.exp index 87da2f168ad..b1789de01a0 100644 --- a/gdb/testsuite/gdb.ada/fun_renaming.exp +++ b/gdb/testsuite/gdb.ada/fun_renaming.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile fun_renaming =20 diff --git a/gdb/testsuite/gdb.ada/funcall_char.exp b/gdb/testsuite/gdb.ada= /funcall_char.exp index c8ba2fbb538..c641fe2631c 100644 --- a/gdb/testsuite/gdb.ada/funcall_char.exp +++ b/gdb/testsuite/gdb.ada/funcall_char.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/funcall_param.exp b/gdb/testsuite/gdb.ad= a/funcall_param.exp index 97d1e7fd2ef..20d5cde0c00 100644 --- a/gdb/testsuite/gdb.ada/funcall_param.exp +++ b/gdb/testsuite/gdb.ada/funcall_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/funcall_ptr.exp b/gdb/testsuite/gdb.ada/= funcall_ptr.exp index 6684381a6c2..4ca2b811368 100644 --- a/gdb/testsuite/gdb.ada/funcall_ptr.exp +++ b/gdb/testsuite/gdb.ada/funcall_ptr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/funcall_ref.exp b/gdb/testsuite/gdb.ada/= funcall_ref.exp index 09a95089b16..94b1d6cd69f 100644 --- a/gdb/testsuite/gdb.ada/funcall_ref.exp +++ b/gdb/testsuite/gdb.ada/funcall_ref.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ghost.exp b/gdb/testsuite/gdb.ada/ghost.= exp index feee5cfc52b..b2daca7c25b 100644 --- a/gdb/testsuite/gdb.ada/ghost.exp +++ b/gdb/testsuite/gdb.ada/ghost.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/homonym.exp b/gdb/testsuite/gdb.ada/homo= nym.exp index 8e4bd644ae3..88a0e2bc8b9 100644 --- a/gdb/testsuite/gdb.ada/homonym.exp +++ b/gdb/testsuite/gdb.ada/homonym.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile homonym_main =20 diff --git a/gdb/testsuite/gdb.ada/info_addr_mixed_case.exp b/gdb/testsuite= /gdb.ada/info_addr_mixed_case.exp index d09ba8c9656..4f09261b336 100644 --- a/gdb/testsuite/gdb.ada/info_addr_mixed_case.exp +++ b/gdb/testsuite/gdb.ada/info_addr_mixed_case.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/info_auto_lang.exp b/gdb/testsuite/gdb.a= da/info_auto_lang.exp index 2451e7babb7..5202605b731 100644 --- a/gdb/testsuite/gdb.ada/info_auto_lang.exp +++ b/gdb/testsuite/gdb.ada/info_auto_lang.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # This test verifies that the commands # info [functions|variables|types] diff --git a/gdb/testsuite/gdb.ada/info_exc.exp b/gdb/testsuite/gdb.ada/inf= o_exc.exp index ae08a9444d8..2c90627801a 100644 --- a/gdb/testsuite/gdb.ada/info_exc.exp +++ b/gdb/testsuite/gdb.ada/info_exc.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/info_locals_renaming.exp b/gdb/testsuite= /gdb.ada/info_locals_renaming.exp index 8d78e0eae56..d399ec803c4 100644 --- a/gdb/testsuite/gdb.ada/info_locals_renaming.exp +++ b/gdb/testsuite/gdb.ada/info_locals_renaming.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/info_types.exp b/gdb/testsuite/gdb.ada/i= nfo_types.exp index cbb6f1309db..2e1f51a6e4d 100644 --- a/gdb/testsuite/gdb.ada/info_types.exp +++ b/gdb/testsuite/gdb.ada/info_types.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_testfile .c =20 diff --git a/gdb/testsuite/gdb.ada/inline-section-gc.exp b/gdb/testsuite/gd= b.ada/inline-section-gc.exp index c015493cc7f..b707335eb04 100644 --- a/gdb/testsuite/gdb.ada/inline-section-gc.exp +++ b/gdb/testsuite/gdb.ada/inline-section-gc.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile caller =20 diff --git a/gdb/testsuite/gdb.ada/int_deref.exp b/gdb/testsuite/gdb.ada/in= t_deref.exp index 3b66877b1e5..ef46e12d0aa 100644 --- a/gdb/testsuite/gdb.ada/int_deref.exp +++ b/gdb/testsuite/gdb.ada/int_deref.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/interface.exp b/gdb/testsuite/gdb.ada/in= terface.exp index 93a0bd5e8b6..aa1abc78d38 100644 --- a/gdb/testsuite/gdb.ada/interface.exp +++ b/gdb/testsuite/gdb.ada/interface.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/iwide.exp b/gdb/testsuite/gdb.ada/iwide.= exp index 40c45d88117..8915852e4e3 100644 --- a/gdb/testsuite/gdb.ada/iwide.exp +++ b/gdb/testsuite/gdb.ada/iwide.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/lang_switch.exp b/gdb/testsuite/gdb.ada/= lang_switch.exp index 63cfa74ad45..a2ae41bc9fb 100644 --- a/gdb/testsuite/gdb.ada/lang_switch.exp +++ b/gdb/testsuite/gdb.ada/lang_switch.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile lang_switch set cfile "foo" diff --git a/gdb/testsuite/gdb.ada/length_cond.exp b/gdb/testsuite/gdb.ada/= length_cond.exp index a075e520601..86d33fd38c6 100644 --- a/gdb/testsuite/gdb.ada/length_cond.exp +++ b/gdb/testsuite/gdb.ada/length_cond.exp @@ -18,7 +18,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile length_cond =20 diff --git a/gdb/testsuite/gdb.ada/literals.exp b/gdb/testsuite/gdb.ada/lit= erals.exp index 158dd44ccd8..84023a5501f 100644 --- a/gdb/testsuite/gdb.ada/literals.exp +++ b/gdb/testsuite/gdb.ada/literals.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 clean_restart =20 diff --git a/gdb/testsuite/gdb.ada/local-enum.exp b/gdb/testsuite/gdb.ada/l= ocal-enum.exp index 5fd01166ea6..dc01b0ce5eb 100644 --- a/gdb/testsuite/gdb.ada/local-enum.exp +++ b/gdb/testsuite/gdb.ada/local-enum.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile local =20 diff --git a/gdb/testsuite/gdb.ada/maint_with_ada.exp b/gdb/testsuite/gdb.a= da/maint_with_ada.exp index d029a1da57b..4b9b04b0a00 100644 --- a/gdb/testsuite/gdb.ada/maint_with_ada.exp +++ b/gdb/testsuite/gdb.ada/maint_with_ada.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile var_arr_typedef =20 diff --git a/gdb/testsuite/gdb.ada/mi_catch_assert.exp b/gdb/testsuite/gdb.= ada/mi_catch_assert.exp index 4267eac0010..e0d5439dc26 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_assert.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_assert.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bla =20 diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex.exp b/gdb/testsuite/gdb.ada/= mi_catch_ex.exp index 8e10d37562b..6a0f94a5f87 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp b/gdb/testsuite/gdb= .ada/mi_catch_ex_hand.exp index 652c7d72609..d699f5fa30b 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp b/gdb/testsuite/gdb.ada/m= i_dyn_arr.exp index 6f1282adeb4..8b81706e122 100644 --- a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp +++ b/gdb/testsuite/gdb.ada/mi_dyn_arr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/mi_ex_cond.exp b/gdb/testsuite/gdb.ada/m= i_ex_cond.exp index 5b99b472a36..6fba4da9e80 100644 --- a/gdb/testsuite/gdb.ada/mi_ex_cond.exp +++ b/gdb/testsuite/gdb.ada/mi_ex_cond.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/mi_exc_info.exp b/gdb/testsuite/gdb.ada/= mi_exc_info.exp index a21055b3fb1..91636b56bc2 100644 --- a/gdb/testsuite/gdb.ada/mi_exc_info.exp +++ b/gdb/testsuite/gdb.ada/mi_exc_info.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/mi_interface.exp b/gdb/testsuite/gdb.ada= /mi_interface.exp index 50e6df7851f..ed1215a3922 100644 --- a/gdb/testsuite/gdb.ada/mi_interface.exp +++ b/gdb/testsuite/gdb.ada/mi_interface.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/mi_prot.exp b/gdb/testsuite/gdb.ada/mi_p= rot.exp index 430ae072386..42ca90d807b 100644 --- a/gdb/testsuite/gdb.ada/mi_prot.exp +++ b/gdb/testsuite/gdb.ada/mi_prot.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 if { ![gnatmake_version_at_least 8] } { return -1 diff --git a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp b/gdb/testsuite/gd= b.ada/mi_ref_changeable.exp index c51b1d49265..921d9f3a569 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_rb20_056 =20 diff --git a/gdb/testsuite/gdb.ada/mi_string_access.exp b/gdb/testsuite/gdb= .ada/mi_string_access.exp index 1c84c267220..d4e1756b3ab 100644 --- a/gdb/testsuite/gdb.ada/mi_string_access.exp +++ b/gdb/testsuite/gdb.ada/mi_string_access.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bar =20 diff --git a/gdb/testsuite/gdb.ada/mi_task_arg.exp b/gdb/testsuite/gdb.ada/= mi_task_arg.exp index 4e5086a690a..771e9345c40 100644 --- a/gdb/testsuite/gdb.ada/mi_task_arg.exp +++ b/gdb/testsuite/gdb.ada/mi_task_arg.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile task_switch =20 diff --git a/gdb/testsuite/gdb.ada/mi_task_info.exp b/gdb/testsuite/gdb.ada= /mi_task_info.exp index b9768b08ec0..7701a3ef6d6 100644 --- a/gdb/testsuite/gdb.ada/mi_task_info.exp +++ b/gdb/testsuite/gdb.ada/mi_task_info.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile task_switch =20 diff --git a/gdb/testsuite/gdb.ada/mi_var_access.exp b/gdb/testsuite/gdb.ad= a/mi_var_access.exp index ab4ad3f6c02..e16dc184658 100644 --- a/gdb/testsuite/gdb.ada/mi_var_access.exp +++ b/gdb/testsuite/gdb.ada/mi_var_access.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile mi_access =20 diff --git a/gdb/testsuite/gdb.ada/mi_var_array.exp b/gdb/testsuite/gdb.ada= /mi_var_array.exp index 1dcae8c35e3..5952babc155 100644 --- a/gdb/testsuite/gdb.ada/mi_var_array.exp +++ b/gdb/testsuite/gdb.ada/mi_var_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bar =20 diff --git a/gdb/testsuite/gdb.ada/mi_var_union.exp b/gdb/testsuite/gdb.ada= /mi_var_union.exp index b888b642931..078e00c07da 100644 --- a/gdb/testsuite/gdb.ada/mi_var_union.exp +++ b/gdb/testsuite/gdb.ada/mi_var_union.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bar =20 diff --git a/gdb/testsuite/gdb.ada/mi_variant.exp b/gdb/testsuite/gdb.ada/m= i_variant.exp index 78714f28d03..cda22092c40 100644 --- a/gdb/testsuite/gdb.ada/mi_variant.exp +++ b/gdb/testsuite/gdb.ada/mi_variant.exp @@ -16,7 +16,7 @@ load_lib "ada.exp" load_lib "gdb-python.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile pkg =20 diff --git a/gdb/testsuite/gdb.ada/minsyms.exp b/gdb/testsuite/gdb.ada/mins= yms.exp index da87483c025..70f7d772600 100644 --- a/gdb/testsuite/gdb.ada/minsyms.exp +++ b/gdb/testsuite/gdb.ada/minsyms.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_qb07_057 =20 diff --git a/gdb/testsuite/gdb.ada/mod_from_name.exp b/gdb/testsuite/gdb.ad= a/mod_from_name.exp index b23416558b3..a86598b430f 100644 --- a/gdb/testsuite/gdb.ada/mod_from_name.exp +++ b/gdb/testsuite/gdb.ada/mod_from_name.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/multiarray.exp b/gdb/testsuite/gdb.ada/m= ultiarray.exp index 281a7155be1..9b4c2922ffb 100644 --- a/gdb/testsuite/gdb.ada/multiarray.exp +++ b/gdb/testsuite/gdb.ada/multiarray.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/n_arr_bound.exp b/gdb/testsuite/gdb.ada/= n_arr_bound.exp index c296a9f9950..6f72293aee6 100644 --- a/gdb/testsuite/gdb.ada/n_arr_bound.exp +++ b/gdb/testsuite/gdb.ada/n_arr_bound.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/nested.exp b/gdb/testsuite/gdb.ada/neste= d.exp index 6fb7f8918c5..8ec87981a49 100644 --- a/gdb/testsuite/gdb.ada/nested.exp +++ b/gdb/testsuite/gdb.ada/nested.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile hello =20 diff --git a/gdb/testsuite/gdb.ada/non-ascii-latin-1.exp b/gdb/testsuite/gd= b.ada/non-ascii-latin-1.exp index eec03eb7216..3cdf53dcdfc 100644 --- a/gdb/testsuite/gdb.ada/non-ascii-latin-1.exp +++ b/gdb/testsuite/gdb.ada/non-ascii-latin-1.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # Enable basic use of UTF-8. LC_ALL gets reset for each testfile. We # want this despite the program itself using Latin-1, as this test is diff --git a/gdb/testsuite/gdb.ada/non-ascii-latin-3.exp b/gdb/testsuite/gd= b.ada/non-ascii-latin-3.exp index 196ebb416fd..5b5ae292177 100644 --- a/gdb/testsuite/gdb.ada/non-ascii-latin-3.exp +++ b/gdb/testsuite/gdb.ada/non-ascii-latin-3.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # Enable basic use of UTF-8. LC_ALL gets reset for each testfile. We # want this despite the program itself using Latin-1, as this test is diff --git a/gdb/testsuite/gdb.ada/non-ascii-utf-8.exp b/gdb/testsuite/gdb.= ada/non-ascii-utf-8.exp index cd4b2cda664..c1211619ca8 100644 --- a/gdb/testsuite/gdb.ada/non-ascii-utf-8.exp +++ b/gdb/testsuite/gdb.ada/non-ascii-utf-8.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # Enable basic use of UTF-8. LC_ALL gets reset for each testfile. setenv LC_ALL C.UTF-8 diff --git a/gdb/testsuite/gdb.ada/notcplusplus.exp b/gdb/testsuite/gdb.ada= /notcplusplus.exp index 1101eafebd2..318d6e8a2d2 100644 --- a/gdb/testsuite/gdb.ada/notcplusplus.exp +++ b/gdb/testsuite/gdb.ada/notcplusplus.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/null_array.exp b/gdb/testsuite/gdb.ada/n= ull_array.exp index 8995480bcc6..8c1aa1f7eb2 100644 --- a/gdb/testsuite/gdb.ada/null_array.exp +++ b/gdb/testsuite/gdb.ada/null_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/null_overload.exp b/gdb/testsuite/gdb.ad= a/null_overload.exp index 8731c5788b1..7ba988fbd5b 100644 --- a/gdb/testsuite/gdb.ada/null_overload.exp +++ b/gdb/testsuite/gdb.ada/null_overload.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/= null_record.exp index 7f0148b31db..17bf1f5728f 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile null_record =20 diff --git a/gdb/testsuite/gdb.ada/operator_bp.exp b/gdb/testsuite/gdb.ada/= operator_bp.exp index 9a8a0abf684..555582ae385 100644 --- a/gdb/testsuite/gdb.ada/operator_bp.exp +++ b/gdb/testsuite/gdb.ada/operator_bp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile ops_test =20 diff --git a/gdb/testsuite/gdb.ada/operator_call.exp b/gdb/testsuite/gdb.ad= a/operator_call.exp index 8a0d3573a32..1a044cc5b99 100644 --- a/gdb/testsuite/gdb.ada/operator_call.exp +++ b/gdb/testsuite/gdb.ada/operator_call.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile opcall =20 diff --git a/gdb/testsuite/gdb.ada/optim_drec.exp b/gdb/testsuite/gdb.ada/o= ptim_drec.exp index 5026eb9b1bd..e3848c83494 100644 --- a/gdb/testsuite/gdb.ada/optim_drec.exp +++ b/gdb/testsuite/gdb.ada/optim_drec.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp b/gdb/testsui= te/gdb.ada/out_of_line_in_inlined.exp index 8aa32f53050..d14b1e70e64 100644 --- a/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp +++ b/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_o224_021 =20 diff --git a/gdb/testsuite/gdb.ada/overload_menu_crash.exp b/gdb/testsuite/= gdb.ada/overload_menu_crash.exp index 366cf502afb..5ef28fb663d 100644 --- a/gdb/testsuite/gdb.ada/overload_menu_crash.exp +++ b/gdb/testsuite/gdb.ada/overload_menu_crash.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/packed_array.exp b/gdb/testsuite/gdb.ada= /packed_array.exp index 19babffed9d..fcfa694647d 100644 --- a/gdb/testsuite/gdb.ada/packed_array.exp +++ b/gdb/testsuite/gdb.ada/packed_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile pa =20 diff --git a/gdb/testsuite/gdb.ada/packed_array_assign.exp b/gdb/testsuite/= gdb.ada/packed_array_assign.exp index 7da413a8765..1ccade7dbaa 100644 --- a/gdb/testsuite/gdb.ada/packed_array_assign.exp +++ b/gdb/testsuite/gdb.ada/packed_array_assign.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile tester =20 diff --git a/gdb/testsuite/gdb.ada/packed_record.exp b/gdb/testsuite/gdb.ad= a/packed_record.exp index c4eee31a137..88b58fafbc0 100644 --- a/gdb/testsuite/gdb.ada/packed_record.exp +++ b/gdb/testsuite/gdb.ada/packed_record.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile pr =20 diff --git a/gdb/testsuite/gdb.ada/packed_tagged.exp b/gdb/testsuite/gdb.ad= a/packed_tagged.exp index 5c7558f8589..333f3bf1496 100644 --- a/gdb/testsuite/gdb.ada/packed_tagged.exp +++ b/gdb/testsuite/gdb.ada/packed_tagged.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile comp_bug =20 diff --git a/gdb/testsuite/gdb.ada/pckd_arr_ren.exp b/gdb/testsuite/gdb.ada= /pckd_arr_ren.exp index 7d9cc335b04..e886624b0c6 100644 --- a/gdb/testsuite/gdb.ada/pckd_arr_ren.exp +++ b/gdb/testsuite/gdb.ada/pckd_arr_ren.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/pckd_neg.exp b/gdb/testsuite/gdb.ada/pck= d_neg.exp index 3b6bbfe1ce9..4dc33229531 100644 --- a/gdb/testsuite/gdb.ada/pckd_neg.exp +++ b/gdb/testsuite/gdb.ada/pckd_neg.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_o508_021 =20 diff --git a/gdb/testsuite/gdb.ada/pkd_arr_elem.exp b/gdb/testsuite/gdb.ada= /pkd_arr_elem.exp index 13fc8f0f585..576cc99a767 100644 --- a/gdb/testsuite/gdb.ada/pkd_arr_elem.exp +++ b/gdb/testsuite/gdb.ada/pkd_arr_elem.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile failure =20 diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb= .ada/pp-rec-component.exp index b57bde330cf..c77ee59bf37 100644 --- a/gdb/testsuite/gdb.ada/pp-rec-component.exp +++ b/gdb/testsuite/gdb.ada/pp-rec-component.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/print_chars.exp b/gdb/testsuite/gdb.ada/= print_chars.exp index 6c1d8cb2d68..d51b98d37ab 100644 --- a/gdb/testsuite/gdb.ada/print_chars.exp +++ b/gdb/testsuite/gdb.ada/print_chars.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/print_pc.exp b/gdb/testsuite/gdb.ada/pri= nt_pc.exp index 150c45fd8ff..75dcff771f5 100644 --- a/gdb/testsuite/gdb.ada/print_pc.exp +++ b/gdb/testsuite/gdb.ada/print_pc.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile dummy start =20 diff --git a/gdb/testsuite/gdb.ada/ptr_typedef.exp b/gdb/testsuite/gdb.ada/= ptr_typedef.exp index 1adaa844be4..b693022a158 100644 --- a/gdb/testsuite/gdb.ada/ptr_typedef.exp +++ b/gdb/testsuite/gdb.ada/ptr_typedef.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ptype-o.exp b/gdb/testsuite/gdb.ada/ptyp= e-o.exp index 65f5bc53f6f..eae90a406a0 100644 --- a/gdb/testsuite/gdb.ada/ptype-o.exp +++ b/gdb/testsuite/gdb.ada/ptype-o.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile prog =20 diff --git a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp b/gdb/testsuite/gd= b.ada/ptype_arith_binop.exp index a775ff2754a..19b85bfd4e1 100644 --- a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp +++ b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . =20 -require !skip_ada_tests +require allow_ada_tests =20 gdb_exit gdb_start diff --git a/gdb/testsuite/gdb.ada/ptype_array.exp b/gdb/testsuite/gdb.ada/= ptype_array.exp index 3e4e55e5db6..a0ad861fb5b 100644 --- a/gdb/testsuite/gdb.ada/ptype_array.exp +++ b/gdb/testsuite/gdb.ada/ptype_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ptype_field.exp b/gdb/testsuite/gdb.ada/= ptype_field.exp index c6a1fb3aa28..5d906802808 100644 --- a/gdb/testsuite/gdb.ada/ptype_field.exp +++ b/gdb/testsuite/gdb.ada/ptype_field.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/g= db.ada/ptype_tagged_param.exp index c282341583a..0050d60a0f2 100644 --- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ptype_union.exp b/gdb/testsuite/gdb.ada/= ptype_union.exp index b1545a44f20..ae87cb1baa9 100644 --- a/gdb/testsuite/gdb.ada/ptype_union.exp +++ b/gdb/testsuite/gdb.ada/ptype_union.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_testfile .c =20 diff --git a/gdb/testsuite/gdb.ada/py_range.exp b/gdb/testsuite/gdb.ada/py_= range.exp index b2c91fb4e3c..83474b459c9 100644 --- a/gdb/testsuite/gdb.ada/py_range.exp +++ b/gdb/testsuite/gdb.ada/py_range.exp @@ -16,7 +16,7 @@ load_lib "ada.exp" load_lib gdb-python.exp =20 -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/py_taft.exp b/gdb/testsuite/gdb.ada/py_t= aft.exp index 543bc728e3c..97c33e47da3 100644 --- a/gdb/testsuite/gdb.ada/py_taft.exp +++ b/gdb/testsuite/gdb.ada/py_taft.exp @@ -16,7 +16,7 @@ load_lib "ada.exp" load_lib gdb-python.exp =20 -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/rdv_wait.exp b/gdb/testsuite/gdb.ada/rdv= _wait.exp index de60c98d975..bb296d79350 100644 --- a/gdb/testsuite/gdb.ada/rdv_wait.exp +++ b/gdb/testsuite/gdb.ada/rdv_wait.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/rec_comp.exp b/gdb/testsuite/gdb.ada/rec= _comp.exp index ded69c8b0e0..0494c1de957 100644 --- a/gdb/testsuite/gdb.ada/rec_comp.exp +++ b/gdb/testsuite/gdb.ada/rec_comp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile bar_o203_012 =20 diff --git a/gdb/testsuite/gdb.ada/rec_ptype.exp b/gdb/testsuite/gdb.ada/re= c_ptype.exp index 9662628ccbe..b8a76d835c9 100644 --- a/gdb/testsuite/gdb.ada/rec_ptype.exp +++ b/gdb/testsuite/gdb.ada/rec_ptype.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/rec_return.exp b/gdb/testsuite/gdb.ada/r= ec_return.exp index 253a33a7c51..672b9cbda0a 100644 --- a/gdb/testsuite/gdb.ada/rec_return.exp +++ b/gdb/testsuite/gdb.ada/rec_return.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ref_param.exp b/gdb/testsuite/gdb.ada/re= f_param.exp index f919ef624c6..095e5110e71 100644 --- a/gdb/testsuite/gdb.ada/ref_param.exp +++ b/gdb/testsuite/gdb.ada/ref_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/ref_tick_size.exp b/gdb/testsuite/gdb.ad= a/ref_tick_size.exp index 9851174ca18..bad0b982058 100644 --- a/gdb/testsuite/gdb.ada/ref_tick_size.exp +++ b/gdb/testsuite/gdb.ada/ref_tick_size.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/rename_subscript_param.exp b/gdb/testsui= te/gdb.ada/rename_subscript_param.exp index ae227b2ca89..df5c9b26982 100644 --- a/gdb/testsuite/gdb.ada/rename_subscript_param.exp +++ b/gdb/testsuite/gdb.ada/rename_subscript_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 if { ![gnatmake_version_at_least 8] } { return -1 diff --git a/gdb/testsuite/gdb.ada/repeat_dyn.exp b/gdb/testsuite/gdb.ada/r= epeat_dyn.exp index ca380083410..655b78e75b8 100644 --- a/gdb/testsuite/gdb.ada/repeat_dyn.exp +++ b/gdb/testsuite/gdb.ada/repeat_dyn.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_oc22_002 =20 diff --git a/gdb/testsuite/gdb.ada/same_component_name.exp b/gdb/testsuite/= gdb.ada/same_component_name.exp index ccaae44616f..ded4c826cd8 100644 --- a/gdb/testsuite/gdb.ada/same_component_name.exp +++ b/gdb/testsuite/gdb.ada/same_component_name.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/same_enum.exp b/gdb/testsuite/gdb.ada/sa= me_enum.exp index 847fe146d46..e476c271338 100644 --- a/gdb/testsuite/gdb.ada/same_enum.exp +++ b/gdb/testsuite/gdb.ada/same_enum.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile a =20 diff --git a/gdb/testsuite/gdb.ada/scalar_storage.exp b/gdb/testsuite/gdb.a= da/scalar_storage.exp index f6c038b29cf..1c60774a13f 100644 --- a/gdb/testsuite/gdb.ada/scalar_storage.exp +++ b/gdb/testsuite/gdb.ada/scalar_storage.exp @@ -18,7 +18,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile storage =20 diff --git a/gdb/testsuite/gdb.ada/scoped_watch.exp b/gdb/testsuite/gdb.ada= /scoped_watch.exp index 9d49d389509..3e86e9cc834 100644 --- a/gdb/testsuite/gdb.ada/scoped_watch.exp +++ b/gdb/testsuite/gdb.ada/scoped_watch.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_p708_025 =20 diff --git a/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp b/gdb/testsuite/gdb= .ada/set_pckd_arr_elt.exp index 37bb7d04e24..3c4caa6950d 100644 --- a/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp +++ b/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/set_wstr.exp b/gdb/testsuite/gdb.ada/set= _wstr.exp index 2265df31c6b..9996e0d1594 100644 --- a/gdb/testsuite/gdb.ada/set_wstr.exp +++ b/gdb/testsuite/gdb.ada/set_wstr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile a =20 diff --git a/gdb/testsuite/gdb.ada/small_reg_param.exp b/gdb/testsuite/gdb.= ada/small_reg_param.exp index 02467ab12c7..534c858c0fc 100644 --- a/gdb/testsuite/gdb.ada/small_reg_param.exp +++ b/gdb/testsuite/gdb.ada/small_reg_param.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/start.exp b/gdb/testsuite/gdb.ada/start.= exp index 212d837f05f..20870652266 100644 --- a/gdb/testsuite/gdb.ada/start.exp +++ b/gdb/testsuite/gdb.ada/start.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 # This testcase verifies the behavior of the `start' command, which # does not work when we use the gdb stub... diff --git a/gdb/testsuite/gdb.ada/str_binop_equal.exp b/gdb/testsuite/gdb.= ada/str_binop_equal.exp index 04ee2dc53df..f3c8a348d82 100644 --- a/gdb/testsuite/gdb.ada/str_binop_equal.exp +++ b/gdb/testsuite/gdb.ada/str_binop_equal.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_p211_061 =20 diff --git a/gdb/testsuite/gdb.ada/str_ref_cmp.exp b/gdb/testsuite/gdb.ada/= str_ref_cmp.exp index 59fa89baab4..dda9f818212 100644 --- a/gdb/testsuite/gdb.ada/str_ref_cmp.exp +++ b/gdb/testsuite/gdb.ada/str_ref_cmp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/str_uninit.exp b/gdb/testsuite/gdb.ada/s= tr_uninit.exp index 03f40abc110..bce161a0863 100644 --- a/gdb/testsuite/gdb.ada/str_uninit.exp +++ b/gdb/testsuite/gdb.ada/str_uninit.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile parse =20 diff --git a/gdb/testsuite/gdb.ada/sub_variant.exp b/gdb/testsuite/gdb.ada/= sub_variant.exp index 578145086a2..a9cd8ee498f 100644 --- a/gdb/testsuite/gdb.ada/sub_variant.exp +++ b/gdb/testsuite/gdb.ada/sub_variant.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile subv =20 diff --git a/gdb/testsuite/gdb.ada/sym_print_name.exp b/gdb/testsuite/gdb.a= da/sym_print_name.exp index ef6dc360b33..dfc03fce1b3 100644 --- a/gdb/testsuite/gdb.ada/sym_print_name.exp +++ b/gdb/testsuite/gdb.ada/sym_print_name.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/taft_type.exp b/gdb/testsuite/gdb.ada/ta= ft_type.exp index fca67ef191c..e3b39ac2b5d 100644 --- a/gdb/testsuite/gdb.ada/taft_type.exp +++ b/gdb/testsuite/gdb.ada/taft_type.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile p =20 diff --git a/gdb/testsuite/gdb.ada/tagged.exp b/gdb/testsuite/gdb.ada/tagge= d.exp index 319252922af..f45a6509da5 100644 --- a/gdb/testsuite/gdb.ada/tagged.exp +++ b/gdb/testsuite/gdb.ada/tagged.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/tagged_access.exp b/gdb/testsuite/gdb.ad= a/tagged_access.exp index 69eb6702b25..438858ffb96 100644 --- a/gdb/testsuite/gdb.ada/tagged_access.exp +++ b/gdb/testsuite/gdb.ada/tagged_access.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require gnat_runtime_has_debug_info =20 diff --git a/gdb/testsuite/gdb.ada/tagged_not_init.exp b/gdb/testsuite/gdb.= ada/tagged_not_init.exp index 2d84f49d8de..18cae1a9adc 100644 --- a/gdb/testsuite/gdb.ada/tagged_not_init.exp +++ b/gdb/testsuite/gdb.ada/tagged_not_init.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/task_bp.exp b/gdb/testsuite/gdb.ada/task= _bp.exp index e2ccac08619..4e70db52711 100644 --- a/gdb/testsuite/gdb.ada/task_bp.exp +++ b/gdb/testsuite/gdb.ada/task_bp.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/task_switch_in_core.exp b/gdb/testsuite/= gdb.ada/task_switch_in_core.exp index 317f602cde3..c2869719111 100644 --- a/gdb/testsuite/gdb.ada/task_switch_in_core.exp +++ b/gdb/testsuite/gdb.ada/task_switch_in_core.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile crash =20 diff --git a/gdb/testsuite/gdb.ada/task_watch.exp b/gdb/testsuite/gdb.ada/t= ask_watch.exp index a8f8b13a37b..fc8319e271c 100644 --- a/gdb/testsuite/gdb.ada/task_watch.exp +++ b/gdb/testsuite/gdb.ada/task_watch.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 require !skip_hw_watchpoint_tests =20 diff --git a/gdb/testsuite/gdb.ada/tasks.exp b/gdb/testsuite/gdb.ada/tasks.= exp index 32b8969c61b..a9b58f20cf6 100644 --- a/gdb/testsuite/gdb.ada/tasks.exp +++ b/gdb/testsuite/gdb.ada/tasks.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/tick_last_segv.exp b/gdb/testsuite/gdb.a= da/tick_last_segv.exp index 76fb95e8f1b..f3d60b3b64c 100644 --- a/gdb/testsuite/gdb.ada/tick_last_segv.exp +++ b/gdb/testsuite/gdb.ada/tick_last_segv.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp b/gdb/tes= tsuite/gdb.ada/tick_length_array_enum_idx.exp index 41f497cebf6..e830998eb5a 100644 --- a/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp +++ b/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_n207_004 =20 diff --git a/gdb/testsuite/gdb.ada/type_coercion.exp b/gdb/testsuite/gdb.ad= a/type_coercion.exp index fed32648154..1283032e6c4 100644 --- a/gdb/testsuite/gdb.ada/type_coercion.exp +++ b/gdb/testsuite/gdb.ada/type_coercion.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile assign =20 diff --git a/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp b/gdb/testsui= te/gdb.ada/unc_arr_ptr_in_var_rec.exp index 4c86a6b6c12..70edcdf1484 100644 --- a/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp +++ b/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/unchecked_union.exp b/gdb/testsuite/gdb.= ada/unchecked_union.exp index 401682f590e..d6ad207d0f7 100644 --- a/gdb/testsuite/gdb.ada/unchecked_union.exp +++ b/gdb/testsuite/gdb.ada/unchecked_union.exp @@ -17,7 +17,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile unchecked_union =20 diff --git a/gdb/testsuite/gdb.ada/uninitialized_vars.exp b/gdb/testsuite/g= db.ada/uninitialized_vars.exp index a19bf50b78a..f01323f50a3 100644 --- a/gdb/testsuite/gdb.ada/uninitialized_vars.exp +++ b/gdb/testsuite/gdb.ada/uninitialized_vars.exp @@ -18,7 +18,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile parse =20 diff --git a/gdb/testsuite/gdb.ada/unsigned_last.exp b/gdb/testsuite/gdb.ad= a/unsigned_last.exp index c9ff78bf73b..984dc343f9a 100644 --- a/gdb/testsuite/gdb.ada/unsigned_last.exp +++ b/gdb/testsuite/gdb.ada/unsigned_last.exp @@ -18,7 +18,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile main =20 diff --git a/gdb/testsuite/gdb.ada/unsigned_range.exp b/gdb/testsuite/gdb.a= da/unsigned_range.exp index b2c478ff4ff..f6388b03e1b 100644 --- a/gdb/testsuite/gdb.ada/unsigned_range.exp +++ b/gdb/testsuite/gdb.ada/unsigned_range.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/var_arr_attrs.exp b/gdb/testsuite/gdb.ad= a/var_arr_attrs.exp index 5baef49242f..68c1af414d8 100644 --- a/gdb/testsuite/gdb.ada/var_arr_attrs.exp +++ b/gdb/testsuite/gdb.ada/var_arr_attrs.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_o115_002 =20 diff --git a/gdb/testsuite/gdb.ada/var_arr_typedef.exp b/gdb/testsuite/gdb.= ada/var_arr_typedef.exp index 3600f382f1d..5014dfe4fae 100644 --- a/gdb/testsuite/gdb.ada/var_arr_typedef.exp +++ b/gdb/testsuite/gdb.ada/var_arr_typedef.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile var_arr_typedef =20 diff --git a/gdb/testsuite/gdb.ada/var_rec_arr.exp b/gdb/testsuite/gdb.ada/= var_rec_arr.exp index c3109b34d44..0bc8fbda1a1 100644 --- a/gdb/testsuite/gdb.ada/var_rec_arr.exp +++ b/gdb/testsuite/gdb.ada/var_rec_arr.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_na09_042 =20 diff --git a/gdb/testsuite/gdb.ada/variant-record.exp b/gdb/testsuite/gdb.a= da/variant-record.exp index 1e6b5174e6a..ab3358d2b3d 100644 --- a/gdb/testsuite/gdb.ada/variant-record.exp +++ b/gdb/testsuite/gdb.ada/variant-record.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile proc =20 diff --git a/gdb/testsuite/gdb.ada/variant.exp b/gdb/testsuite/gdb.ada/vari= ant.exp index d286e4368a2..414aed6f0d7 100644 --- a/gdb/testsuite/gdb.ada/variant.exp +++ b/gdb/testsuite/gdb.ada/variant.exp @@ -16,7 +16,7 @@ load_lib "ada.exp" load_lib "gdb-python.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile pkg =20 diff --git a/gdb/testsuite/gdb.ada/variant_record_packed_array.exp b/gdb/te= stsuite/gdb.ada/variant_record_packed_array.exp index 965e748ab09..6395b2966f6 100644 --- a/gdb/testsuite/gdb.ada/variant_record_packed_array.exp +++ b/gdb/testsuite/gdb.ada/variant_record_packed_array.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/varsize_limit.exp b/gdb/testsuite/gdb.ad= a/varsize_limit.exp index 0a1ada7e191..ceb0c8594a7 100644 --- a/gdb/testsuite/gdb.ada/varsize_limit.exp +++ b/gdb/testsuite/gdb.ada/varsize_limit.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile vsizelim =20 diff --git a/gdb/testsuite/gdb.ada/vla.exp b/gdb/testsuite/gdb.ada/vla.exp index 0f12cbc474f..c8cae065267 100644 --- a/gdb/testsuite/gdb.ada/vla.exp +++ b/gdb/testsuite/gdb.ada/vla.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile vla =20 diff --git a/gdb/testsuite/gdb.ada/voidctx.exp b/gdb/testsuite/gdb.ada/void= ctx.exp index 2c9af20ea3e..33dbc5cceba 100644 --- a/gdb/testsuite/gdb.ada/voidctx.exp +++ b/gdb/testsuite/gdb.ada/voidctx.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile voidctx =20 diff --git a/gdb/testsuite/gdb.ada/watch_arg.exp b/gdb/testsuite/gdb.ada/wa= tch_arg.exp index 2fc6fcedf1c..f3c5187a4fc 100644 --- a/gdb/testsuite/gdb.ada/watch_arg.exp +++ b/gdb/testsuite/gdb.ada/watch_arg.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile watch =20 diff --git a/gdb/testsuite/gdb.ada/watch_minus_l.exp b/gdb/testsuite/gdb.ad= a/watch_minus_l.exp index a17f063bd9f..e2acfde3f88 100644 --- a/gdb/testsuite/gdb.ada/watch_minus_l.exp +++ b/gdb/testsuite/gdb.ada/watch_minus_l.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo_ra10_006 =20 diff --git a/gdb/testsuite/gdb.ada/whatis_array_val.exp b/gdb/testsuite/gdb= .ada/whatis_array_val.exp index 2c2ed842dfa..467290aebbb 100644 --- a/gdb/testsuite/gdb.ada/whatis_array_val.exp +++ b/gdb/testsuite/gdb.ada/whatis_array_val.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/widewide.exp b/gdb/testsuite/gdb.ada/wid= ewide.exp index ecf42de6afb..5c5b5a34dc3 100644 --- a/gdb/testsuite/gdb.ada/widewide.exp +++ b/gdb/testsuite/gdb.ada/widewide.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/gdb.ada/win_fu_syms.exp b/gdb/testsuite/gdb.ada/= win_fu_syms.exp index c8a87dd93c4..1cb9323025c 100644 --- a/gdb/testsuite/gdb.ada/win_fu_syms.exp +++ b/gdb/testsuite/gdb.ada/win_fu_syms.exp @@ -15,7 +15,7 @@ =20 load_lib "ada.exp" =20 -require !skip_ada_tests +require allow_ada_tests =20 standard_ada_testfile foo =20 diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 9f7ec180189..b9be98a6da0 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2410,10 +2410,10 @@ proc skip_fortran_tests {} { return 0 } =20 -# Return a 1 if I don't even want to try to test ada. +# Return a 1 if I want to try to test ada. =20 -proc skip_ada_tests {} { - return 0 +proc allow_ada_tests {} { + return 1 } =20 # Return a 1 if I don't even want to try to test GO.