diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-07 13:36:00 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | 74dcf0826ee52593254789a328b94867b8d0bca1 (patch) | |
tree | 6ed28feece11daf71d2bd7926a68e8d256e47e86 /gdb | |
parent | 71fd14a943d7c33824724662086a5c3b965b7283 (diff) | |
download | gdb-74dcf0826ee52593254789a328b94867b8d0bca1.zip gdb-74dcf0826ee52593254789a328b94867b8d0bca1.tar.gz gdb-74dcf0826ee52593254789a328b94867b8d0bca1.tar.bz2 |
Rename to allow_ada_tests
This changes skip_ada_tests to invert the sense, and renames it to
allow_ada_tests.
Diffstat (limited to 'gdb')
204 files changed, 207 insertions, 207 deletions
diff --git a/gdb/testsuite/gdb.ada/O2_float_param.exp b/gdb/testsuite/gdb.ada/O2_float_param.exp index 88ff578..ac6df7e 100644 --- a/gdb/testsuite/gdb.ada/O2_float_param.exp +++ b/gdb/testsuite/gdb.ada/O2_float_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/access_tagged_param.exp b/gdb/testsuite/gdb.ada/access_tagged_param.exp index c9c6b32..c3cc209 100644 --- a/gdb/testsuite/gdb.ada/access_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/access_tagged_param.exp @@ -18,7 +18,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/access_to_packed_array.exp b/gdb/testsuite/gdb.ada/access_to_packed_array.exp index 0db9d52..825968f 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/access_to_unbounded_array.exp b/gdb/testsuite/gdb.ada/access_to_unbounded_array.exp index f7924cc..6fc2357 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/addr_arith.exp b/gdb/testsuite/gdb.ada/addr_arith.exp index 59f66c1..c82f66a 100644 --- a/gdb/testsuite/gdb.ada/addr_arith.exp +++ b/gdb/testsuite/gdb.ada/addr_arith.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_na07_019 diff --git a/gdb/testsuite/gdb.ada/aliased_array.exp b/gdb/testsuite/gdb.ada/aliased_array.exp index 6c926c1..c208e18 100644 --- a/gdb/testsuite/gdb.ada/aliased_array.exp +++ b/gdb/testsuite/gdb.ada/aliased_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp b/gdb/testsuite/gdb.ada/arr_acc_idx_w_gap.exp index 2cd664e..502a5ab 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile enum_with_gap_main diff --git a/gdb/testsuite/gdb.ada/arr_arr.exp b/gdb/testsuite/gdb.ada/arr_arr.exp index 93ed4aa..a6594e3 100644 --- a/gdb/testsuite/gdb.ada/arr_arr.exp +++ b/gdb/testsuite/gdb.ada/arr_arr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp b/gdb/testsuite/gdb.ada/arr_enum_idx_w_gap.exp index ba89c8a..dd817e6 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_q418_043 diff --git a/gdb/testsuite/gdb.ada/array_bounds.exp b/gdb/testsuite/gdb.ada/array_bounds.exp index ef541f8..daf21ef 100644 --- a/gdb/testsuite/gdb.ada/array_bounds.exp +++ b/gdb/testsuite/gdb.ada/array_bounds.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bar diff --git a/gdb/testsuite/gdb.ada/array_char_idx.exp b/gdb/testsuite/gdb.ada/array_char_idx.exp index c94950a..5cae900 100644 --- a/gdb/testsuite/gdb.ada/array_char_idx.exp +++ b/gdb/testsuite/gdb.ada/array_char_idx.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/array_of_symbolic_length.exp b/gdb/testsuite/gdb.ada/array_of_symbolic_length.exp index b829521..418a1a4 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/array_of_variable_length.exp b/gdb/testsuite/gdb.ada/array_of_variable_length.exp index 7536f7e..468f6c8 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/array_of_variant.exp b/gdb/testsuite/gdb.ada/array_of_variant.exp index 7b7a623..6110ec6 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" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp b/gdb/testsuite/gdb.ada/array_ptr_renaming.exp index c64c612..eca3ba3 100644 --- a/gdb/testsuite/gdb.ada/array_ptr_renaming.exp +++ b/gdb/testsuite/gdb.ada/array_ptr_renaming.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/array_return.exp b/gdb/testsuite/gdb.ada/array_return.exp index e101323..8d0fa02 100644 --- a/gdb/testsuite/gdb.ada/array_return.exp +++ b/gdb/testsuite/gdb.ada/array_return.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/array_subscript_addr.exp b/gdb/testsuite/gdb.ada/array_subscript_addr.exp index 21f5657..793bddb 100644 --- a/gdb/testsuite/gdb.ada/array_subscript_addr.exp +++ b/gdb/testsuite/gdb.ada/array_subscript_addr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/arraydim.exp b/gdb/testsuite/gdb.ada/arraydim.exp index 93ea0eb..087e2c1 100644 --- a/gdb/testsuite/gdb.ada/arraydim.exp +++ b/gdb/testsuite/gdb.ada/arraydim.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/arrayidx.exp b/gdb/testsuite/gdb.ada/arrayidx.exp index daf0582..d48e245 100644 --- a/gdb/testsuite/gdb.ada/arrayidx.exp +++ b/gdb/testsuite/gdb.ada/arrayidx.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/arrayparam.exp b/gdb/testsuite/gdb.ada/arrayparam.exp index 1f7b138..e1171ed 100644 --- a/gdb/testsuite/gdb.ada/arrayparam.exp +++ b/gdb/testsuite/gdb.ada/arrayparam.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/arrayptr.exp b/gdb/testsuite/gdb.ada/arrayptr.exp index 4e92a11..fcf9ad5 100644 --- a/gdb/testsuite/gdb.ada/arrayptr.exp +++ b/gdb/testsuite/gdb.ada/arrayptr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/assign_1.exp b/gdb/testsuite/gdb.ada/assign_1.exp index 2a3e5da..88ba9a5 100644 --- a/gdb/testsuite/gdb.ada/assign_1.exp +++ b/gdb/testsuite/gdb.ada/assign_1.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests gdb_exit gdb_start diff --git a/gdb/testsuite/gdb.ada/assign_arr.exp b/gdb/testsuite/gdb.ada/assign_arr.exp index 845a240..046b104 100644 --- a/gdb/testsuite/gdb.ada/assign_arr.exp +++ b/gdb/testsuite/gdb.ada/assign_arr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main_p324_051 diff --git a/gdb/testsuite/gdb.ada/atomic_enum.exp b/gdb/testsuite/gdb.ada/atomic_enum.exp index a306c41..fd0b0c4 100644 --- a/gdb/testsuite/gdb.ada/atomic_enum.exp +++ b/gdb/testsuite/gdb.ada/atomic_enum.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp b/gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp index aa502f8..9043170 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile "foo" diff --git a/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp b/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp index 0ac633a..e0b488a 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/bias.exp b/gdb/testsuite/gdb.ada/bias.exp index 5224615..b3e2269 100644 --- a/gdb/testsuite/gdb.ada/bias.exp +++ b/gdb/testsuite/gdb.ada/bias.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bias diff --git a/gdb/testsuite/gdb.ada/big_packed_array.exp b/gdb/testsuite/gdb.ada/big_packed_array.exp index 6b8cbd6..10ddea9 100644 --- a/gdb/testsuite/gdb.ada/big_packed_array.exp +++ b/gdb/testsuite/gdb.ada/big_packed_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_ra24_010 diff --git a/gdb/testsuite/gdb.ada/boolean_expr.exp b/gdb/testsuite/gdb.ada/boolean_expr.exp index 52977f8..c3b854f 100644 --- a/gdb/testsuite/gdb.ada/boolean_expr.exp +++ b/gdb/testsuite/gdb.ada/boolean_expr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests 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 a185137..d87b185 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_h731_021 diff --git a/gdb/testsuite/gdb.ada/bp_enum_homonym.exp b/gdb/testsuite/gdb.ada/bp_enum_homonym.exp index ac9982b..c7cc8f2 100644 --- a/gdb/testsuite/gdb.ada/bp_enum_homonym.exp +++ b/gdb/testsuite/gdb.ada/bp_enum_homonym.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/bp_fun_addr.exp b/gdb/testsuite/gdb.ada/bp_fun_addr.exp index e0a3b52..7cb1471 100644 --- a/gdb/testsuite/gdb.ada/bp_fun_addr.exp +++ b/gdb/testsuite/gdb.ada/bp_fun_addr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bp_fun_addr diff --git a/gdb/testsuite/gdb.ada/bp_inlined_func.exp b/gdb/testsuite/gdb.ada/bp_inlined_func.exp index 9eaba4f..03d7a96 100644 --- a/gdb/testsuite/gdb.ada/bp_inlined_func.exp +++ b/gdb/testsuite/gdb.ada/bp_inlined_func.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/bp_on_var.exp b/gdb/testsuite/gdb.ada/bp_on_var.exp index 9f06781..84e59b3 100644 --- a/gdb/testsuite/gdb.ada/bp_on_var.exp +++ b/gdb/testsuite/gdb.ada/bp_on_var.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/bp_range_type.exp b/gdb/testsuite/gdb.ada/bp_range_type.exp index 4e36ede..ccde3ae 100644 --- a/gdb/testsuite/gdb.ada/bp_range_type.exp +++ b/gdb/testsuite/gdb.ada/bp_range_type.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/bp_reset.exp b/gdb/testsuite/gdb.ada/bp_reset.exp index 21040e5..f5b4230 100644 --- a/gdb/testsuite/gdb.ada/bp_reset.exp +++ b/gdb/testsuite/gdb.ada/bp_reset.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/byte_packed_arr.exp b/gdb/testsuite/gdb.ada/byte_packed_arr.exp index 00eb19c..59f2624 100644 --- a/gdb/testsuite/gdb.ada/byte_packed_arr.exp +++ b/gdb/testsuite/gdb.ada/byte_packed_arr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile reprod_main diff --git a/gdb/testsuite/gdb.ada/call_pn.exp b/gdb/testsuite/gdb.ada/call_pn.exp index 21e2a37..2d294a9 100644 --- a/gdb/testsuite/gdb.ada/call_pn.exp +++ b/gdb/testsuite/gdb.ada/call_pn.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/catch_assert_if.exp b/gdb/testsuite/gdb.ada/catch_assert_if.exp index 81ebf33..f5b6096 100644 --- a/gdb/testsuite/gdb.ada/catch_assert_if.exp +++ b/gdb/testsuite/gdb.ada/catch_assert_if.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bla diff --git a/gdb/testsuite/gdb.ada/catch_ex.exp b/gdb/testsuite/gdb.ada/catch_ex.exp index 8758342..de1e532 100644 --- a/gdb/testsuite/gdb.ada/catch_ex.exp +++ b/gdb/testsuite/gdb.ada/catch_ex.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/catch_ex_std.exp b/gdb/testsuite/gdb.ada/catch_ex_std.exp index 7bdbadc..3621b79 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 load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/char_enum.exp b/gdb/testsuite/gdb.ada/char_enum.exp index 054c2ea..d853915 100644 --- a/gdb/testsuite/gdb.ada/char_enum.exp +++ b/gdb/testsuite/gdb.ada/char_enum.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/char_enum_overload.exp b/gdb/testsuite/gdb.ada/char_enum_overload.exp index 66bf25f..3f26bb8 100644 --- a/gdb/testsuite/gdb.ada/char_enum_overload.exp +++ b/gdb/testsuite/gdb.ada/char_enum_overload.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/char_enum_unicode.exp b/gdb/testsuite/gdb.ada/char_enum_unicode.exp index 09afb36..f88834f 100644 --- a/gdb/testsuite/gdb.ada/char_enum_unicode.exp +++ b/gdb/testsuite/gdb.ada/char_enum_unicode.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/char_param.exp b/gdb/testsuite/gdb.ada/char_param.exp index fb5aeb4..63e4f11 100644 --- a/gdb/testsuite/gdb.ada/char_param.exp +++ b/gdb/testsuite/gdb.ada/char_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/complete.exp b/gdb/testsuite/gdb.ada/complete.exp index 2c4674d..57b6546 100644 --- a/gdb/testsuite/gdb.ada/complete.exp +++ b/gdb/testsuite/gdb.ada/complete.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/cond_lang.exp b/gdb/testsuite/gdb.ada/cond_lang.exp index 37ec5a4..df27e64 100644 --- a/gdb/testsuite/gdb.ada/cond_lang.exp +++ b/gdb/testsuite/gdb.ada/cond_lang.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile a diff --git a/gdb/testsuite/gdb.ada/convvar_comp.exp b/gdb/testsuite/gdb.ada/convvar_comp.exp index 7de4e56..094391c 100644 --- a/gdb/testsuite/gdb.ada/convvar_comp.exp +++ b/gdb/testsuite/gdb.ada/convvar_comp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile pb16_063 diff --git a/gdb/testsuite/gdb.ada/dgopt.exp b/gdb/testsuite/gdb.ada/dgopt.exp index 796595b..9658219 100644 --- a/gdb/testsuite/gdb.ada/dgopt.exp +++ b/gdb/testsuite/gdb.ada/dgopt.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile x diff --git a/gdb/testsuite/gdb.ada/disc_arr_bound.exp b/gdb/testsuite/gdb.ada/disc_arr_bound.exp index a5b5527..94d0485 100644 --- a/gdb/testsuite/gdb.ada/disc_arr_bound.exp +++ b/gdb/testsuite/gdb.ada/disc_arr_bound.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_n612_026 diff --git a/gdb/testsuite/gdb.ada/discrete-char.exp b/gdb/testsuite/gdb.ada/discrete-char.exp index 76ec905..0fab02e 100644 --- a/gdb/testsuite/gdb.ada/discrete-char.exp +++ b/gdb/testsuite/gdb.ada/discrete-char.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/display_nested.exp b/gdb/testsuite/gdb.ada/display_nested.exp index 8ff40de..f1272b4 100644 --- a/gdb/testsuite/gdb.ada/display_nested.exp +++ b/gdb/testsuite/gdb.ada/display_nested.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/dot_all.exp b/gdb/testsuite/gdb.ada/dot_all.exp index 91751f0..3ecbad9 100644 --- a/gdb/testsuite/gdb.ada/dot_all.exp +++ b/gdb/testsuite/gdb.ada/dot_all.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp index db6e7c8..7448631 100644 --- a/gdb/testsuite/gdb.ada/dyn_arrayidx.exp +++ b/gdb/testsuite/gdb.ada/dyn_arrayidx.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/dyn_loc.exp b/gdb/testsuite/gdb.ada/dyn_loc.exp index 6693b9d..5e656ca 100644 --- a/gdb/testsuite/gdb.ada/dyn_loc.exp +++ b/gdb/testsuite/gdb.ada/dyn_loc.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/dyn_stride.exp b/gdb/testsuite/gdb.ada/dyn_stride.exp index 85f2bf0..736ea90 100644 --- a/gdb/testsuite/gdb.ada/dyn_stride.exp +++ b/gdb/testsuite/gdb.ada/dyn_stride.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/dynamic-iface.exp b/gdb/testsuite/gdb.ada/dynamic-iface.exp index d4d7ba4..431fa29 100644 --- a/gdb/testsuite/gdb.ada/dynamic-iface.exp +++ b/gdb/testsuite/gdb.ada/dynamic-iface.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/enum_idx_packed.exp b/gdb/testsuite/gdb.ada/enum_idx_packed.exp index a4232c7..c2d1ebd 100644 --- a/gdb/testsuite/gdb.ada/enum_idx_packed.exp +++ b/gdb/testsuite/gdb.ada/enum_idx_packed.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/enum_qual.exp b/gdb/testsuite/gdb.ada/enum_qual.exp index 807fd42..d74c581 100644 --- a/gdb/testsuite/gdb.ada/enum_qual.exp +++ b/gdb/testsuite/gdb.ada/enum_qual.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile qual diff --git a/gdb/testsuite/gdb.ada/enums_overload.exp b/gdb/testsuite/gdb.ada/enums_overload.exp index cb77f50..6fe232b 100644 --- a/gdb/testsuite/gdb.ada/enums_overload.exp +++ b/gdb/testsuite/gdb.ada/enums_overload.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile enums_overload_main diff --git a/gdb/testsuite/gdb.ada/excep_handle.exp b/gdb/testsuite/gdb.ada/excep_handle.exp index f02680f..f8a6ded 100644 --- a/gdb/testsuite/gdb.ada/excep_handle.exp +++ b/gdb/testsuite/gdb.ada/excep_handle.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/exec_changed.exp b/gdb/testsuite/gdb.ada/exec_changed.exp index 1580077..9e69d13 100644 --- a/gdb/testsuite/gdb.ada/exec_changed.exp +++ b/gdb/testsuite/gdb.ada/exec_changed.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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 951cc79..6301a56 100644 --- a/gdb/testsuite/gdb.ada/expr_delims.exp +++ b/gdb/testsuite/gdb.ada/expr_delims.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/expr_with_funcall.exp b/gdb/testsuite/gdb.ada/expr_with_funcall.exp index 58e9577..0e2b8de 100644 --- a/gdb/testsuite/gdb.ada/expr_with_funcall.exp +++ b/gdb/testsuite/gdb.ada/expr_with_funcall.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile expr_r821_013 diff --git a/gdb/testsuite/gdb.ada/exprs.exp b/gdb/testsuite/gdb.ada/exprs.exp index a2da1f0..991bace 100644 --- a/gdb/testsuite/gdb.ada/exprs.exp +++ b/gdb/testsuite/gdb.ada/exprs.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/fin_fun_out.exp b/gdb/testsuite/gdb.ada/fin_fun_out.exp index b5d3774..2020b36 100644 --- a/gdb/testsuite/gdb.ada/fin_fun_out.exp +++ b/gdb/testsuite/gdb.ada/fin_fun_out.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_o525_013 diff --git a/gdb/testsuite/gdb.ada/finish-var-size.exp b/gdb/testsuite/gdb.ada/finish-var-size.exp index aab3fd6..c1cf640 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 @@ load_lib "ada.exp" -if { [skip_ada_tests] } { return -1 } +require allow_ada_tests # 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/fixed_cmp.exp index f15e2c8..4032d8d 100644 --- a/gdb/testsuite/gdb.ada/fixed_cmp.exp +++ b/gdb/testsuite/gdb.ada/fixed_cmp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile fixed diff --git a/gdb/testsuite/gdb.ada/fixed_points.exp b/gdb/testsuite/gdb.ada/fixed_points.exp index bcc1bbe..ed61cab 100644 --- a/gdb/testsuite/gdb.ada/fixed_points.exp +++ b/gdb/testsuite/gdb.ada/fixed_points.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile fixed_points diff --git a/gdb/testsuite/gdb.ada/fixed_points_function.exp b/gdb/testsuite/gdb.ada/fixed_points_function.exp index d038fa1..859a9e1 100644 --- a/gdb/testsuite/gdb.ada/fixed_points_function.exp +++ b/gdb/testsuite/gdb.ada/fixed_points_function.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile fixed_points_function diff --git a/gdb/testsuite/gdb.ada/float-bits.exp b/gdb/testsuite/gdb.ada/float-bits.exp index 7edd117..ab00e67 100644 --- a/gdb/testsuite/gdb.ada/float-bits.exp +++ b/gdb/testsuite/gdb.ada/float-bits.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile prog diff --git a/gdb/testsuite/gdb.ada/float_param.exp b/gdb/testsuite/gdb.ada/float_param.exp index 8d4b8cf..cec825c 100644 --- a/gdb/testsuite/gdb.ada/float_param.exp +++ b/gdb/testsuite/gdb.ada/float_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/formatted_ref.exp b/gdb/testsuite/gdb.ada/formatted_ref.exp index e02bd4c..4ad9bed 100644 --- a/gdb/testsuite/gdb.ada/formatted_ref.exp +++ b/gdb/testsuite/gdb.ada/formatted_ref.exp @@ -26,7 +26,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile formatted_ref diff --git a/gdb/testsuite/gdb.ada/frame_arg_lang.exp b/gdb/testsuite/gdb.ada/frame_arg_lang.exp index f6e9ab5..d94b07d 100644 --- a/gdb/testsuite/gdb.ada/frame_arg_lang.exp +++ b/gdb/testsuite/gdb.ada/frame_arg_lang.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bla set cfile "foo" diff --git a/gdb/testsuite/gdb.ada/frame_args.exp b/gdb/testsuite/gdb.ada/frame_args.exp index 476b9cd..baaf518 100644 --- a/gdb/testsuite/gdb.ada/frame_args.exp +++ b/gdb/testsuite/gdb.ada/frame_args.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/fullname_bp.exp b/gdb/testsuite/gdb.ada/fullname_bp.exp index 470bf44..8c5854d 100644 --- a/gdb/testsuite/gdb.ada/fullname_bp.exp +++ b/gdb/testsuite/gdb.ada/fullname_bp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/fun_addr.exp b/gdb/testsuite/gdb.ada/fun_addr.exp index a0147f5..1f93339 100644 --- a/gdb/testsuite/gdb.ada/fun_addr.exp +++ b/gdb/testsuite/gdb.ada/fun_addr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/fun_in_declare.exp b/gdb/testsuite/gdb.ada/fun_in_declare.exp index 000bc4f..eff76a5 100644 --- a/gdb/testsuite/gdb.ada/fun_in_declare.exp +++ b/gdb/testsuite/gdb.ada/fun_in_declare.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/fun_overload_menu.exp b/gdb/testsuite/gdb.ada/fun_overload_menu.exp index 76a983f..d5ca492 100644 --- a/gdb/testsuite/gdb.ada/fun_overload_menu.exp +++ b/gdb/testsuite/gdb.ada/fun_overload_menu.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/fun_renaming.exp b/gdb/testsuite/gdb.ada/fun_renaming.exp index 87da2f1..b1789de 100644 --- a/gdb/testsuite/gdb.ada/fun_renaming.exp +++ b/gdb/testsuite/gdb.ada/fun_renaming.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile fun_renaming diff --git a/gdb/testsuite/gdb.ada/funcall_char.exp b/gdb/testsuite/gdb.ada/funcall_char.exp index c8ba2fb..c641fe2 100644 --- a/gdb/testsuite/gdb.ada/funcall_char.exp +++ b/gdb/testsuite/gdb.ada/funcall_char.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/funcall_param.exp b/gdb/testsuite/gdb.ada/funcall_param.exp index 97d1e7f..20d5cde 100644 --- a/gdb/testsuite/gdb.ada/funcall_param.exp +++ b/gdb/testsuite/gdb.ada/funcall_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/funcall_ptr.exp b/gdb/testsuite/gdb.ada/funcall_ptr.exp index 6684381..4ca2b81 100644 --- a/gdb/testsuite/gdb.ada/funcall_ptr.exp +++ b/gdb/testsuite/gdb.ada/funcall_ptr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/funcall_ref.exp b/gdb/testsuite/gdb.ada/funcall_ref.exp index 09a9508..94b1d6c 100644 --- a/gdb/testsuite/gdb.ada/funcall_ref.exp +++ b/gdb/testsuite/gdb.ada/funcall_ref.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ghost.exp b/gdb/testsuite/gdb.ada/ghost.exp index feee5cf..b2daca7 100644 --- a/gdb/testsuite/gdb.ada/ghost.exp +++ b/gdb/testsuite/gdb.ada/ghost.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/homonym.exp b/gdb/testsuite/gdb.ada/homonym.exp index 8e4bd64..88a0e2b 100644 --- a/gdb/testsuite/gdb.ada/homonym.exp +++ b/gdb/testsuite/gdb.ada/homonym.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile homonym_main diff --git a/gdb/testsuite/gdb.ada/info_addr_mixed_case.exp b/gdb/testsuite/gdb.ada/info_addr_mixed_case.exp index d09ba8c..4f09261 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/info_auto_lang.exp b/gdb/testsuite/gdb.ada/info_auto_lang.exp index 2451e7b..5202605 100644 --- a/gdb/testsuite/gdb.ada/info_auto_lang.exp +++ b/gdb/testsuite/gdb.ada/info_auto_lang.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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/info_exc.exp index ae08a94..2c90627 100644 --- a/gdb/testsuite/gdb.ada/info_exc.exp +++ b/gdb/testsuite/gdb.ada/info_exc.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/info_locals_renaming.exp b/gdb/testsuite/gdb.ada/info_locals_renaming.exp index 8d78e0e..d399ec8 100644 --- a/gdb/testsuite/gdb.ada/info_locals_renaming.exp +++ b/gdb/testsuite/gdb.ada/info_locals_renaming.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/info_types.exp b/gdb/testsuite/gdb.ada/info_types.exp index cbb6f13..2e1f51a 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 <http://www.gnu.org/licenses/>. -require !skip_ada_tests +require allow_ada_tests standard_testfile .c diff --git a/gdb/testsuite/gdb.ada/inline-section-gc.exp b/gdb/testsuite/gdb.ada/inline-section-gc.exp index c015493..b707335 100644 --- a/gdb/testsuite/gdb.ada/inline-section-gc.exp +++ b/gdb/testsuite/gdb.ada/inline-section-gc.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile caller diff --git a/gdb/testsuite/gdb.ada/int_deref.exp b/gdb/testsuite/gdb.ada/int_deref.exp index 3b66877..ef46e12 100644 --- a/gdb/testsuite/gdb.ada/int_deref.exp +++ b/gdb/testsuite/gdb.ada/int_deref.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/interface.exp b/gdb/testsuite/gdb.ada/interface.exp index 93a0bd5..aa1abc7 100644 --- a/gdb/testsuite/gdb.ada/interface.exp +++ b/gdb/testsuite/gdb.ada/interface.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/iwide.exp b/gdb/testsuite/gdb.ada/iwide.exp index 40c45d8..8915852 100644 --- a/gdb/testsuite/gdb.ada/iwide.exp +++ b/gdb/testsuite/gdb.ada/iwide.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/lang_switch.exp b/gdb/testsuite/gdb.ada/lang_switch.exp index 63cfa74..a2ae41b 100644 --- a/gdb/testsuite/gdb.ada/lang_switch.exp +++ b/gdb/testsuite/gdb.ada/lang_switch.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests 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 a075e52..86d33fd 100644 --- a/gdb/testsuite/gdb.ada/length_cond.exp +++ b/gdb/testsuite/gdb.ada/length_cond.exp @@ -18,7 +18,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile length_cond diff --git a/gdb/testsuite/gdb.ada/literals.exp b/gdb/testsuite/gdb.ada/literals.exp index 158dd44..84023a5 100644 --- a/gdb/testsuite/gdb.ada/literals.exp +++ b/gdb/testsuite/gdb.ada/literals.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests clean_restart diff --git a/gdb/testsuite/gdb.ada/local-enum.exp b/gdb/testsuite/gdb.ada/local-enum.exp index 5fd0116..dc01b0c 100644 --- a/gdb/testsuite/gdb.ada/local-enum.exp +++ b/gdb/testsuite/gdb.ada/local-enum.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile local diff --git a/gdb/testsuite/gdb.ada/maint_with_ada.exp b/gdb/testsuite/gdb.ada/maint_with_ada.exp index d029a1d..4b9b04b 100644 --- a/gdb/testsuite/gdb.ada/maint_with_ada.exp +++ b/gdb/testsuite/gdb.ada/maint_with_ada.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile var_arr_typedef diff --git a/gdb/testsuite/gdb.ada/mi_catch_assert.exp b/gdb/testsuite/gdb.ada/mi_catch_assert.exp index 4267eac..e0d5439 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_assert.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_assert.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bla diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex.exp b/gdb/testsuite/gdb.ada/mi_catch_ex.exp index 8e10d37..6a0f94a 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp b/gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp index 652c7d7..d699f5f 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp b/gdb/testsuite/gdb.ada/mi_dyn_arr.exp index 6f1282a..8b81706 100644 --- a/gdb/testsuite/gdb.ada/mi_dyn_arr.exp +++ b/gdb/testsuite/gdb.ada/mi_dyn_arr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/mi_ex_cond.exp b/gdb/testsuite/gdb.ada/mi_ex_cond.exp index 5b99b47..6fba4da 100644 --- a/gdb/testsuite/gdb.ada/mi_ex_cond.exp +++ b/gdb/testsuite/gdb.ada/mi_ex_cond.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/mi_exc_info.exp b/gdb/testsuite/gdb.ada/mi_exc_info.exp index a21055b..91636b5 100644 --- a/gdb/testsuite/gdb.ada/mi_exc_info.exp +++ b/gdb/testsuite/gdb.ada/mi_exc_info.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/mi_interface.exp b/gdb/testsuite/gdb.ada/mi_interface.exp index 50e6df7..ed1215a 100644 --- a/gdb/testsuite/gdb.ada/mi_interface.exp +++ b/gdb/testsuite/gdb.ada/mi_interface.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/mi_prot.exp b/gdb/testsuite/gdb.ada/mi_prot.exp index 430ae07..42ca90d 100644 --- a/gdb/testsuite/gdb.ada/mi_prot.exp +++ b/gdb/testsuite/gdb.ada/mi_prot.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests if { ![gnatmake_version_at_least 8] } { return -1 diff --git a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp index c51b1d4..921d9f3 100644 --- a/gdb/testsuite/gdb.ada/mi_ref_changeable.exp +++ b/gdb/testsuite/gdb.ada/mi_ref_changeable.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_rb20_056 diff --git a/gdb/testsuite/gdb.ada/mi_string_access.exp b/gdb/testsuite/gdb.ada/mi_string_access.exp index 1c84c26..d4e1756 100644 --- a/gdb/testsuite/gdb.ada/mi_string_access.exp +++ b/gdb/testsuite/gdb.ada/mi_string_access.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bar diff --git a/gdb/testsuite/gdb.ada/mi_task_arg.exp b/gdb/testsuite/gdb.ada/mi_task_arg.exp index 4e5086a..771e934 100644 --- a/gdb/testsuite/gdb.ada/mi_task_arg.exp +++ b/gdb/testsuite/gdb.ada/mi_task_arg.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile task_switch diff --git a/gdb/testsuite/gdb.ada/mi_task_info.exp b/gdb/testsuite/gdb.ada/mi_task_info.exp index b9768b0..7701a3e 100644 --- a/gdb/testsuite/gdb.ada/mi_task_info.exp +++ b/gdb/testsuite/gdb.ada/mi_task_info.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile task_switch diff --git a/gdb/testsuite/gdb.ada/mi_var_access.exp b/gdb/testsuite/gdb.ada/mi_var_access.exp index ab4ad3f..e16dc18 100644 --- a/gdb/testsuite/gdb.ada/mi_var_access.exp +++ b/gdb/testsuite/gdb.ada/mi_var_access.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile mi_access diff --git a/gdb/testsuite/gdb.ada/mi_var_array.exp b/gdb/testsuite/gdb.ada/mi_var_array.exp index 1dcae8c..5952bab 100644 --- a/gdb/testsuite/gdb.ada/mi_var_array.exp +++ b/gdb/testsuite/gdb.ada/mi_var_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bar diff --git a/gdb/testsuite/gdb.ada/mi_var_union.exp b/gdb/testsuite/gdb.ada/mi_var_union.exp index b888b64..078e00c 100644 --- a/gdb/testsuite/gdb.ada/mi_var_union.exp +++ b/gdb/testsuite/gdb.ada/mi_var_union.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bar diff --git a/gdb/testsuite/gdb.ada/mi_variant.exp b/gdb/testsuite/gdb.ada/mi_variant.exp index 78714f2..cda2209 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" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile pkg diff --git a/gdb/testsuite/gdb.ada/minsyms.exp b/gdb/testsuite/gdb.ada/minsyms.exp index da87483..70f7d77 100644 --- a/gdb/testsuite/gdb.ada/minsyms.exp +++ b/gdb/testsuite/gdb.ada/minsyms.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_qb07_057 diff --git a/gdb/testsuite/gdb.ada/mod_from_name.exp b/gdb/testsuite/gdb.ada/mod_from_name.exp index b234165..a86598b 100644 --- a/gdb/testsuite/gdb.ada/mod_from_name.exp +++ b/gdb/testsuite/gdb.ada/mod_from_name.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/multiarray.exp b/gdb/testsuite/gdb.ada/multiarray.exp index 281a715..9b4c292 100644 --- a/gdb/testsuite/gdb.ada/multiarray.exp +++ b/gdb/testsuite/gdb.ada/multiarray.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/n_arr_bound.exp b/gdb/testsuite/gdb.ada/n_arr_bound.exp index c296a9f..6f72293 100644 --- a/gdb/testsuite/gdb.ada/n_arr_bound.exp +++ b/gdb/testsuite/gdb.ada/n_arr_bound.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/nested.exp b/gdb/testsuite/gdb.ada/nested.exp index 6fb7f89..8ec8798 100644 --- a/gdb/testsuite/gdb.ada/nested.exp +++ b/gdb/testsuite/gdb.ada/nested.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile hello diff --git a/gdb/testsuite/gdb.ada/non-ascii-latin-1.exp b/gdb/testsuite/gdb.ada/non-ascii-latin-1.exp index eec03eb7..3cdf53d 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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/gdb.ada/non-ascii-latin-3.exp index 196ebb4..5b5ae29 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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 cd4b2cd..c121161 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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 1101eaf..318d6e8 100644 --- a/gdb/testsuite/gdb.ada/notcplusplus.exp +++ b/gdb/testsuite/gdb.ada/notcplusplus.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/null_array.exp b/gdb/testsuite/gdb.ada/null_array.exp index 8995480..8c1aa1f 100644 --- a/gdb/testsuite/gdb.ada/null_array.exp +++ b/gdb/testsuite/gdb.ada/null_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/null_overload.exp b/gdb/testsuite/gdb.ada/null_overload.exp index 8731c57..7ba988f 100644 --- a/gdb/testsuite/gdb.ada/null_overload.exp +++ b/gdb/testsuite/gdb.ada/null_overload.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index 7f0148b..17bf1f5 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile null_record diff --git a/gdb/testsuite/gdb.ada/operator_bp.exp b/gdb/testsuite/gdb.ada/operator_bp.exp index 9a8a0ab..555582a 100644 --- a/gdb/testsuite/gdb.ada/operator_bp.exp +++ b/gdb/testsuite/gdb.ada/operator_bp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile ops_test diff --git a/gdb/testsuite/gdb.ada/operator_call.exp b/gdb/testsuite/gdb.ada/operator_call.exp index 8a0d357..1a044cc 100644 --- a/gdb/testsuite/gdb.ada/operator_call.exp +++ b/gdb/testsuite/gdb.ada/operator_call.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile opcall diff --git a/gdb/testsuite/gdb.ada/optim_drec.exp b/gdb/testsuite/gdb.ada/optim_drec.exp index 5026eb9..e3848c8 100644 --- a/gdb/testsuite/gdb.ada/optim_drec.exp +++ b/gdb/testsuite/gdb.ada/optim_drec.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp b/gdb/testsuite/gdb.ada/out_of_line_in_inlined.exp index 8aa32f5..d14b1e7 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_o224_021 diff --git a/gdb/testsuite/gdb.ada/overload_menu_crash.exp b/gdb/testsuite/gdb.ada/overload_menu_crash.exp index 366cf50..5ef28fb 100644 --- a/gdb/testsuite/gdb.ada/overload_menu_crash.exp +++ b/gdb/testsuite/gdb.ada/overload_menu_crash.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/packed_array.exp b/gdb/testsuite/gdb.ada/packed_array.exp index 19babff..fcfa694 100644 --- a/gdb/testsuite/gdb.ada/packed_array.exp +++ b/gdb/testsuite/gdb.ada/packed_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile pa diff --git a/gdb/testsuite/gdb.ada/packed_array_assign.exp b/gdb/testsuite/gdb.ada/packed_array_assign.exp index 7da413a..1ccade7 100644 --- a/gdb/testsuite/gdb.ada/packed_array_assign.exp +++ b/gdb/testsuite/gdb.ada/packed_array_assign.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile tester diff --git a/gdb/testsuite/gdb.ada/packed_record.exp b/gdb/testsuite/gdb.ada/packed_record.exp index c4eee31..88b58fa 100644 --- a/gdb/testsuite/gdb.ada/packed_record.exp +++ b/gdb/testsuite/gdb.ada/packed_record.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile pr diff --git a/gdb/testsuite/gdb.ada/packed_tagged.exp b/gdb/testsuite/gdb.ada/packed_tagged.exp index 5c7558f..333f3bf 100644 --- a/gdb/testsuite/gdb.ada/packed_tagged.exp +++ b/gdb/testsuite/gdb.ada/packed_tagged.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile comp_bug diff --git a/gdb/testsuite/gdb.ada/pckd_arr_ren.exp b/gdb/testsuite/gdb.ada/pckd_arr_ren.exp index 7d9cc335..e886624 100644 --- a/gdb/testsuite/gdb.ada/pckd_arr_ren.exp +++ b/gdb/testsuite/gdb.ada/pckd_arr_ren.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/pckd_neg.exp b/gdb/testsuite/gdb.ada/pckd_neg.exp index 3b6bbfe..4dc3322 100644 --- a/gdb/testsuite/gdb.ada/pckd_neg.exp +++ b/gdb/testsuite/gdb.ada/pckd_neg.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_o508_021 diff --git a/gdb/testsuite/gdb.ada/pkd_arr_elem.exp b/gdb/testsuite/gdb.ada/pkd_arr_elem.exp index 13fc8f0..576cc99 100644 --- a/gdb/testsuite/gdb.ada/pkd_arr_elem.exp +++ b/gdb/testsuite/gdb.ada/pkd_arr_elem.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile failure diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb.ada/pp-rec-component.exp index b57bde3..c77ee59 100644 --- a/gdb/testsuite/gdb.ada/pp-rec-component.exp +++ b/gdb/testsuite/gdb.ada/pp-rec-component.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/print_chars.exp b/gdb/testsuite/gdb.ada/print_chars.exp index 6c1d8cb..d51b98d 100644 --- a/gdb/testsuite/gdb.ada/print_chars.exp +++ b/gdb/testsuite/gdb.ada/print_chars.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/print_pc.exp b/gdb/testsuite/gdb.ada/print_pc.exp index 150c45f..75dcff7 100644 --- a/gdb/testsuite/gdb.ada/print_pc.exp +++ b/gdb/testsuite/gdb.ada/print_pc.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile dummy start diff --git a/gdb/testsuite/gdb.ada/ptr_typedef.exp b/gdb/testsuite/gdb.ada/ptr_typedef.exp index 1adaa84..b693022 100644 --- a/gdb/testsuite/gdb.ada/ptr_typedef.exp +++ b/gdb/testsuite/gdb.ada/ptr_typedef.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ptype-o.exp b/gdb/testsuite/gdb.ada/ptype-o.exp index 65f5bc5..eae90a4 100644 --- a/gdb/testsuite/gdb.ada/ptype-o.exp +++ b/gdb/testsuite/gdb.ada/ptype-o.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile prog diff --git a/gdb/testsuite/gdb.ada/ptype_arith_binop.exp b/gdb/testsuite/gdb.ada/ptype_arith_binop.exp index a775ff2..19b85bf 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 <http://www.gnu.org/licenses/>. -require !skip_ada_tests +require allow_ada_tests gdb_exit gdb_start diff --git a/gdb/testsuite/gdb.ada/ptype_array.exp b/gdb/testsuite/gdb.ada/ptype_array.exp index 3e4e55e..a0ad861 100644 --- a/gdb/testsuite/gdb.ada/ptype_array.exp +++ b/gdb/testsuite/gdb.ada/ptype_array.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ptype_field.exp b/gdb/testsuite/gdb.ada/ptype_field.exp index c6a1fb3..5d90680 100644 --- a/gdb/testsuite/gdb.ada/ptype_field.exp +++ b/gdb/testsuite/gdb.ada/ptype_field.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp index c282341..0050d60 100644 --- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ptype_union.exp b/gdb/testsuite/gdb.ada/ptype_union.exp index b1545a4..ae87cb1 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 <http://www.gnu.org/licenses/>. -require !skip_ada_tests +require allow_ada_tests standard_testfile .c diff --git a/gdb/testsuite/gdb.ada/py_range.exp b/gdb/testsuite/gdb.ada/py_range.exp index b2c91fb..83474b4 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 -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/py_taft.exp b/gdb/testsuite/gdb.ada/py_taft.exp index 543bc72..97c33e4 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 -require !skip_ada_tests !skip_python_tests +require allow_ada_tests !skip_python_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/rdv_wait.exp b/gdb/testsuite/gdb.ada/rdv_wait.exp index de60c98..bb296d7 100644 --- a/gdb/testsuite/gdb.ada/rdv_wait.exp +++ b/gdb/testsuite/gdb.ada/rdv_wait.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/rec_comp.exp b/gdb/testsuite/gdb.ada/rec_comp.exp index ded69c8..0494c1d 100644 --- a/gdb/testsuite/gdb.ada/rec_comp.exp +++ b/gdb/testsuite/gdb.ada/rec_comp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile bar_o203_012 diff --git a/gdb/testsuite/gdb.ada/rec_ptype.exp b/gdb/testsuite/gdb.ada/rec_ptype.exp index 9662628..b8a76d8 100644 --- a/gdb/testsuite/gdb.ada/rec_ptype.exp +++ b/gdb/testsuite/gdb.ada/rec_ptype.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/rec_return.exp b/gdb/testsuite/gdb.ada/rec_return.exp index 253a33a..672b9cb 100644 --- a/gdb/testsuite/gdb.ada/rec_return.exp +++ b/gdb/testsuite/gdb.ada/rec_return.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ref_param.exp b/gdb/testsuite/gdb.ada/ref_param.exp index f919ef6..095e511 100644 --- a/gdb/testsuite/gdb.ada/ref_param.exp +++ b/gdb/testsuite/gdb.ada/ref_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/ref_tick_size.exp b/gdb/testsuite/gdb.ada/ref_tick_size.exp index 9851174..bad0b98 100644 --- a/gdb/testsuite/gdb.ada/ref_tick_size.exp +++ b/gdb/testsuite/gdb.ada/ref_tick_size.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/rename_subscript_param.exp b/gdb/testsuite/gdb.ada/rename_subscript_param.exp index ae227b2..df5c9b2 100644 --- a/gdb/testsuite/gdb.ada/rename_subscript_param.exp +++ b/gdb/testsuite/gdb.ada/rename_subscript_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests if { ![gnatmake_version_at_least 8] } { return -1 diff --git a/gdb/testsuite/gdb.ada/repeat_dyn.exp b/gdb/testsuite/gdb.ada/repeat_dyn.exp index ca38008..655b78e 100644 --- a/gdb/testsuite/gdb.ada/repeat_dyn.exp +++ b/gdb/testsuite/gdb.ada/repeat_dyn.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_oc22_002 diff --git a/gdb/testsuite/gdb.ada/same_component_name.exp b/gdb/testsuite/gdb.ada/same_component_name.exp index ccaae44..ded4c82 100644 --- a/gdb/testsuite/gdb.ada/same_component_name.exp +++ b/gdb/testsuite/gdb.ada/same_component_name.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/same_enum.exp b/gdb/testsuite/gdb.ada/same_enum.exp index 847fe14..e476c27 100644 --- a/gdb/testsuite/gdb.ada/same_enum.exp +++ b/gdb/testsuite/gdb.ada/same_enum.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile a diff --git a/gdb/testsuite/gdb.ada/scalar_storage.exp b/gdb/testsuite/gdb.ada/scalar_storage.exp index f6c038b..1c60774 100644 --- a/gdb/testsuite/gdb.ada/scalar_storage.exp +++ b/gdb/testsuite/gdb.ada/scalar_storage.exp @@ -18,7 +18,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile storage diff --git a/gdb/testsuite/gdb.ada/scoped_watch.exp b/gdb/testsuite/gdb.ada/scoped_watch.exp index 9d49d38..3e86e9c 100644 --- a/gdb/testsuite/gdb.ada/scoped_watch.exp +++ b/gdb/testsuite/gdb.ada/scoped_watch.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_p708_025 diff --git a/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp b/gdb/testsuite/gdb.ada/set_pckd_arr_elt.exp index 37bb7d0..3c4caa6 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/set_wstr.exp b/gdb/testsuite/gdb.ada/set_wstr.exp index 2265df3..9996e0d 100644 --- a/gdb/testsuite/gdb.ada/set_wstr.exp +++ b/gdb/testsuite/gdb.ada/set_wstr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile a diff --git a/gdb/testsuite/gdb.ada/small_reg_param.exp b/gdb/testsuite/gdb.ada/small_reg_param.exp index 02467ab..534c858 100644 --- a/gdb/testsuite/gdb.ada/small_reg_param.exp +++ b/gdb/testsuite/gdb.ada/small_reg_param.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/start.exp b/gdb/testsuite/gdb.ada/start.exp index 212d837..2087065 100644 --- a/gdb/testsuite/gdb.ada/start.exp +++ b/gdb/testsuite/gdb.ada/start.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests # 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 04ee2dc..f3c8a34 100644 --- a/gdb/testsuite/gdb.ada/str_binop_equal.exp +++ b/gdb/testsuite/gdb.ada/str_binop_equal.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_p211_061 diff --git a/gdb/testsuite/gdb.ada/str_ref_cmp.exp b/gdb/testsuite/gdb.ada/str_ref_cmp.exp index 59fa89b..dda9f81 100644 --- a/gdb/testsuite/gdb.ada/str_ref_cmp.exp +++ b/gdb/testsuite/gdb.ada/str_ref_cmp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/str_uninit.exp b/gdb/testsuite/gdb.ada/str_uninit.exp index 03f40ab..bce161a 100644 --- a/gdb/testsuite/gdb.ada/str_uninit.exp +++ b/gdb/testsuite/gdb.ada/str_uninit.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile parse diff --git a/gdb/testsuite/gdb.ada/sub_variant.exp b/gdb/testsuite/gdb.ada/sub_variant.exp index 5781450..a9cd8ee 100644 --- a/gdb/testsuite/gdb.ada/sub_variant.exp +++ b/gdb/testsuite/gdb.ada/sub_variant.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile subv diff --git a/gdb/testsuite/gdb.ada/sym_print_name.exp b/gdb/testsuite/gdb.ada/sym_print_name.exp index ef6dc36..dfc03fc 100644 --- a/gdb/testsuite/gdb.ada/sym_print_name.exp +++ b/gdb/testsuite/gdb.ada/sym_print_name.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/taft_type.exp b/gdb/testsuite/gdb.ada/taft_type.exp index fca67ef..e3b39ac 100644 --- a/gdb/testsuite/gdb.ada/taft_type.exp +++ b/gdb/testsuite/gdb.ada/taft_type.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile p diff --git a/gdb/testsuite/gdb.ada/tagged.exp b/gdb/testsuite/gdb.ada/tagged.exp index 3192529..f45a650 100644 --- a/gdb/testsuite/gdb.ada/tagged.exp +++ b/gdb/testsuite/gdb.ada/tagged.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/tagged_access.exp b/gdb/testsuite/gdb.ada/tagged_access.exp index 69eb670..438858f 100644 --- a/gdb/testsuite/gdb.ada/tagged_access.exp +++ b/gdb/testsuite/gdb.ada/tagged_access.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require gnat_runtime_has_debug_info diff --git a/gdb/testsuite/gdb.ada/tagged_not_init.exp b/gdb/testsuite/gdb.ada/tagged_not_init.exp index 2d84f49..18cae1a 100644 --- a/gdb/testsuite/gdb.ada/tagged_not_init.exp +++ b/gdb/testsuite/gdb.ada/tagged_not_init.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/task_bp.exp b/gdb/testsuite/gdb.ada/task_bp.exp index e2ccac0..4e70db5 100644 --- a/gdb/testsuite/gdb.ada/task_bp.exp +++ b/gdb/testsuite/gdb.ada/task_bp.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/task_switch_in_core.exp b/gdb/testsuite/gdb.ada/task_switch_in_core.exp index 317f602..c286971 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile crash diff --git a/gdb/testsuite/gdb.ada/task_watch.exp b/gdb/testsuite/gdb.ada/task_watch.exp index a8f8b13..fc8319e 100644 --- a/gdb/testsuite/gdb.ada/task_watch.exp +++ b/gdb/testsuite/gdb.ada/task_watch.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests require !skip_hw_watchpoint_tests diff --git a/gdb/testsuite/gdb.ada/tasks.exp b/gdb/testsuite/gdb.ada/tasks.exp index 32b8969..a9b58f2 100644 --- a/gdb/testsuite/gdb.ada/tasks.exp +++ b/gdb/testsuite/gdb.ada/tasks.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/tick_last_segv.exp b/gdb/testsuite/gdb.ada/tick_last_segv.exp index 76fb95e..f3d60b3 100644 --- a/gdb/testsuite/gdb.ada/tick_last_segv.exp +++ b/gdb/testsuite/gdb.ada/tick_last_segv.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp b/gdb/testsuite/gdb.ada/tick_length_array_enum_idx.exp index 41f497c..e830998 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_n207_004 diff --git a/gdb/testsuite/gdb.ada/type_coercion.exp b/gdb/testsuite/gdb.ada/type_coercion.exp index fed3264..1283032 100644 --- a/gdb/testsuite/gdb.ada/type_coercion.exp +++ b/gdb/testsuite/gdb.ada/type_coercion.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile assign diff --git a/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp b/gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp index 4c86a6b..70edcdf 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/unchecked_union.exp b/gdb/testsuite/gdb.ada/unchecked_union.exp index 401682f..d6ad207 100644 --- a/gdb/testsuite/gdb.ada/unchecked_union.exp +++ b/gdb/testsuite/gdb.ada/unchecked_union.exp @@ -17,7 +17,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile unchecked_union diff --git a/gdb/testsuite/gdb.ada/uninitialized_vars.exp b/gdb/testsuite/gdb.ada/uninitialized_vars.exp index a19bf50..f01323f 100644 --- a/gdb/testsuite/gdb.ada/uninitialized_vars.exp +++ b/gdb/testsuite/gdb.ada/uninitialized_vars.exp @@ -18,7 +18,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile parse diff --git a/gdb/testsuite/gdb.ada/unsigned_last.exp b/gdb/testsuite/gdb.ada/unsigned_last.exp index c9ff78b..984dc34 100644 --- a/gdb/testsuite/gdb.ada/unsigned_last.exp +++ b/gdb/testsuite/gdb.ada/unsigned_last.exp @@ -18,7 +18,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile main diff --git a/gdb/testsuite/gdb.ada/unsigned_range.exp b/gdb/testsuite/gdb.ada/unsigned_range.exp index b2c478f..f6388b0 100644 --- a/gdb/testsuite/gdb.ada/unsigned_range.exp +++ b/gdb/testsuite/gdb.ada/unsigned_range.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/var_arr_attrs.exp b/gdb/testsuite/gdb.ada/var_arr_attrs.exp index 5baef49..68c1af4 100644 --- a/gdb/testsuite/gdb.ada/var_arr_attrs.exp +++ b/gdb/testsuite/gdb.ada/var_arr_attrs.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_o115_002 diff --git a/gdb/testsuite/gdb.ada/var_arr_typedef.exp b/gdb/testsuite/gdb.ada/var_arr_typedef.exp index 3600f38..5014dfe 100644 --- a/gdb/testsuite/gdb.ada/var_arr_typedef.exp +++ b/gdb/testsuite/gdb.ada/var_arr_typedef.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile var_arr_typedef diff --git a/gdb/testsuite/gdb.ada/var_rec_arr.exp b/gdb/testsuite/gdb.ada/var_rec_arr.exp index c3109b3..0bc8fbd 100644 --- a/gdb/testsuite/gdb.ada/var_rec_arr.exp +++ b/gdb/testsuite/gdb.ada/var_rec_arr.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_na09_042 diff --git a/gdb/testsuite/gdb.ada/variant-record.exp b/gdb/testsuite/gdb.ada/variant-record.exp index 1e6b517..ab3358d 100644 --- a/gdb/testsuite/gdb.ada/variant-record.exp +++ b/gdb/testsuite/gdb.ada/variant-record.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile proc diff --git a/gdb/testsuite/gdb.ada/variant.exp b/gdb/testsuite/gdb.ada/variant.exp index d286e43..414aed6 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" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile pkg diff --git a/gdb/testsuite/gdb.ada/variant_record_packed_array.exp b/gdb/testsuite/gdb.ada/variant_record_packed_array.exp index 965e748..6395b29 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 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/varsize_limit.exp b/gdb/testsuite/gdb.ada/varsize_limit.exp index 0a1ada7..ceb0c85 100644 --- a/gdb/testsuite/gdb.ada/varsize_limit.exp +++ b/gdb/testsuite/gdb.ada/varsize_limit.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile vsizelim diff --git a/gdb/testsuite/gdb.ada/vla.exp b/gdb/testsuite/gdb.ada/vla.exp index 0f12cbc..c8cae06 100644 --- a/gdb/testsuite/gdb.ada/vla.exp +++ b/gdb/testsuite/gdb.ada/vla.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile vla diff --git a/gdb/testsuite/gdb.ada/voidctx.exp b/gdb/testsuite/gdb.ada/voidctx.exp index 2c9af20..33dbc5c 100644 --- a/gdb/testsuite/gdb.ada/voidctx.exp +++ b/gdb/testsuite/gdb.ada/voidctx.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile voidctx diff --git a/gdb/testsuite/gdb.ada/watch_arg.exp b/gdb/testsuite/gdb.ada/watch_arg.exp index 2fc6fce..f3c5187 100644 --- a/gdb/testsuite/gdb.ada/watch_arg.exp +++ b/gdb/testsuite/gdb.ada/watch_arg.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile watch diff --git a/gdb/testsuite/gdb.ada/watch_minus_l.exp b/gdb/testsuite/gdb.ada/watch_minus_l.exp index a17f063..e2acfde 100644 --- a/gdb/testsuite/gdb.ada/watch_minus_l.exp +++ b/gdb/testsuite/gdb.ada/watch_minus_l.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo_ra10_006 diff --git a/gdb/testsuite/gdb.ada/whatis_array_val.exp b/gdb/testsuite/gdb.ada/whatis_array_val.exp index 2c2ed84..467290a 100644 --- a/gdb/testsuite/gdb.ada/whatis_array_val.exp +++ b/gdb/testsuite/gdb.ada/whatis_array_val.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/widewide.exp b/gdb/testsuite/gdb.ada/widewide.exp index ecf42de..5c5b5a3 100644 --- a/gdb/testsuite/gdb.ada/widewide.exp +++ b/gdb/testsuite/gdb.ada/widewide.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/gdb.ada/win_fu_syms.exp b/gdb/testsuite/gdb.ada/win_fu_syms.exp index c8a87dd..1cb9323 100644 --- a/gdb/testsuite/gdb.ada/win_fu_syms.exp +++ b/gdb/testsuite/gdb.ada/win_fu_syms.exp @@ -15,7 +15,7 @@ load_lib "ada.exp" -require !skip_ada_tests +require allow_ada_tests standard_ada_testfile foo diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 9f7ec18..b9be98a 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2410,10 +2410,10 @@ proc skip_fortran_tests {} { return 0 } -# 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. -proc skip_ada_tests {} { - return 0 +proc allow_ada_tests {} { + return 1 } # Return a 1 if I don't even want to try to test GO. |