Rename to allow_fortran_tests
authorTom Tromey <tom@tromey.com>
Sun, 8 Jan 2023 17:52:25 +0000 (10:52 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:57 +0000 (13:18 -0700)
This changes skip_fortran_tests to invert the sense, and renames it to
allow_fortran_tests.

74 files changed:
gdb/testsuite/gdb.dwarf2/dw2-common-block.exp
gdb/testsuite/gdb.fortran/allocated.exp
gdb/testsuite/gdb.fortran/array-bounds-high.exp
gdb/testsuite/gdb.fortran/array-bounds.exp
gdb/testsuite/gdb.fortran/array-element.exp
gdb/testsuite/gdb.fortran/array-indices.exp
gdb/testsuite/gdb.fortran/array-no-bounds.exp
gdb/testsuite/gdb.fortran/array-repeat.exp
gdb/testsuite/gdb.fortran/array-slices-bad.exp
gdb/testsuite/gdb.fortran/array-slices-sub-slices.exp
gdb/testsuite/gdb.fortran/array-slices.exp
gdb/testsuite/gdb.fortran/associated.exp
gdb/testsuite/gdb.fortran/assumedrank.exp
gdb/testsuite/gdb.fortran/block-data.exp
gdb/testsuite/gdb.fortran/call-no-debug.exp
gdb/testsuite/gdb.fortran/charset.exp
gdb/testsuite/gdb.fortran/class-allocatable-array.exp
gdb/testsuite/gdb.fortran/common-block.exp
gdb/testsuite/gdb.fortran/completion.exp
gdb/testsuite/gdb.fortran/complex.exp
gdb/testsuite/gdb.fortran/debug-expr.exp
gdb/testsuite/gdb.fortran/derived-type-function.exp
gdb/testsuite/gdb.fortran/derived-type-striding.exp
gdb/testsuite/gdb.fortran/derived-type.exp
gdb/testsuite/gdb.fortran/dot-ops.exp
gdb/testsuite/gdb.fortran/dynamic-ptype-whatis.exp
gdb/testsuite/gdb.fortran/empty-string.exp
gdb/testsuite/gdb.fortran/exprs.exp
gdb/testsuite/gdb.fortran/function-calls.exp
gdb/testsuite/gdb.fortran/info-modules.exp
gdb/testsuite/gdb.fortran/info-types.exp
gdb/testsuite/gdb.fortran/intrinsics.exp
gdb/testsuite/gdb.fortran/lbound-ubound.exp
gdb/testsuite/gdb.fortran/library-module.exp
gdb/testsuite/gdb.fortran/logical.exp
gdb/testsuite/gdb.fortran/max-depth.exp
gdb/testsuite/gdb.fortran/mixed-lang-stack.exp
gdb/testsuite/gdb.fortran/module.exp
gdb/testsuite/gdb.fortran/multi-dim.exp
gdb/testsuite/gdb.fortran/namelist.exp
gdb/testsuite/gdb.fortran/nested-funcs-2.exp
gdb/testsuite/gdb.fortran/nested-funcs.exp
gdb/testsuite/gdb.fortran/oop_extend_type.exp
gdb/testsuite/gdb.fortran/pointer-to-pointer.exp
gdb/testsuite/gdb.fortran/print-formatted.exp
gdb/testsuite/gdb.fortran/print_type.exp
gdb/testsuite/gdb.fortran/printing-types.exp
gdb/testsuite/gdb.fortran/ptr-indentation.exp
gdb/testsuite/gdb.fortran/ptype-on-functions.exp
gdb/testsuite/gdb.fortran/rank.exp
gdb/testsuite/gdb.fortran/shape.exp
gdb/testsuite/gdb.fortran/short-circuit-argument-list.exp
gdb/testsuite/gdb.fortran/size.exp
gdb/testsuite/gdb.fortran/string-types.exp
gdb/testsuite/gdb.fortran/subarray.exp
gdb/testsuite/gdb.fortran/type-kinds.exp
gdb/testsuite/gdb.fortran/types.exp
gdb/testsuite/gdb.fortran/vla-alloc-assoc.exp
gdb/testsuite/gdb.fortran/vla-datatypes.exp
gdb/testsuite/gdb.fortran/vla-history.exp
gdb/testsuite/gdb.fortran/vla-ptr-info.exp
gdb/testsuite/gdb.fortran/vla-ptype-sub.exp
gdb/testsuite/gdb.fortran/vla-ptype.exp
gdb/testsuite/gdb.fortran/vla-sizeof.exp
gdb/testsuite/gdb.fortran/vla-type.exp
gdb/testsuite/gdb.fortran/vla-value-sub-arbitrary.exp
gdb/testsuite/gdb.fortran/vla-value-sub-finish.exp
gdb/testsuite/gdb.fortran/vla-value-sub.exp
gdb/testsuite/gdb.fortran/vla-value.exp
gdb/testsuite/gdb.fortran/whatis_type.exp
gdb/testsuite/gdb.mi/mi-fortran-modules.exp
gdb/testsuite/gdb.mi/mi-var-child-f.exp
gdb/testsuite/gdb.mi/mi-vla-fortran.exp
gdb/testsuite/lib/gdb.exp

index 8f6c0aa75dc91b9f9a4829fbb91fd149c17e91e9..7ac4ecb8600508706a3394fa70a933b2b4814735 100644 (file)
@@ -24,7 +24,7 @@ if {![istarget x86_64-*] || ![is_lp64_target]} {
 }
 
 # It requires fortran.
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .S
 
index d4aba5e25850f349fd98f9cefad9aae91d8ffc25..1dbd4526047525b11a637cd5d0c2489e2dbf8163 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of ALLOCATED keyword.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 25023ebace5dc49a972aaa10c25adf7099359fd2..1fbed59a6d25494f1becc8c3577ff8c7d4f50f78 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains test to ensure that
 # array bounds accept LONGEST.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 set testfile "array-bounds-high"
 standard_testfile .f90
index 0903d9ed7a06c419bb76f5a687c280da3ca2354f..e3f2603a118a320f1f8cbb5fa0bbfa189e2c6519 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains test to ensure that
 # array bounds accept LONGEST.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 set testfile "array-bounds"
 standard_testfile .f90
index 1902329fc9413e772984a2b0d523151e791df5f8..1912dfd80765fa0914266efca2fdf8206818359b 100644 (file)
@@ -18,7 +18,7 @@
 # This file is part of the gdb testsuite.  It contains test for printing
 # the elements of an array which is passed as pointer to a subroutine.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f
 
index 299bf3417b693c2e5985c54b557925e80e35019e..0624e637e1f5bec8348ebc1c810929569b857994 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test the printing of element indices in Fortran arrays.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 load_lib fortran.exp
 
index 126cea76ccbbb1cb9a26fdf6f3b4e55cd242ffba..236a62d3f2680c73c9fe5adf0203d2ac941cb2db 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains test to ensure that
 # array bounds accept LONGEST.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib fortran.exp
index 90b48a398d6f54d4a577e31e3c7160e42d24489a..0fe3c7f5ed87500097fc30807ae81e12fd35b0b3 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test the detection and printing of repeated elements in Fortran arrays.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 load_lib fortran.exp
 
index f49154b9c6a58b508a54163d9b0c7c251ed6712e..3f8e4434e2286573c202d44376c034f0f9715053 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test invalid element and slice array accesses.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 832aefc0954c69ec4248f1880edec5e0434e6279..10778b1543f2e69add1cc8db02263be031ff5078 100644 (file)
@@ -15,7 +15,7 @@
 
 # Create a slice of an array, then take a slice of that slice.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 8fab57e13e738f8fa6f7c7693537f231d7ff237b..56bed15e96593946ccf8180ed60b998a19070a76 100644 (file)
@@ -33,7 +33,7 @@
 # debug information) matches the size of the slice manually extracted
 # by GDB.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 # This test relies on output from the inferior.
 if [target_info exists gdb,noinferiorio] {
index 1acc40027c040140ba7ad1bf17fce47adef65347..5dcce03cfcf0482eeb2b6ebc94c57b3e4b406b72 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of ASSOCIATED keyword.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index a1e59903014c47aeb0470fae7b1789e43a920972..6bc5dccbb5e299524aca38bd55b900aa58415371 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of ASSUMED RANK arrays.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 6f51fce3ddcd8d7c038255c19b5f17009815f8a2..9b832c9718c9a17a38fd816eba575d8f91f569de 100644 (file)
@@ -21,7 +21,7 @@
 # outputs nameless DW_TAG_module, unlike with gfortran which just
 # doesn't emit DW_TAG_module in this case.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f
 load_lib "fortran.exp"
index d17eb4a5db3548cf6cced73a8d69b4040f94e56f..fe6c4f85a9a480c95c2916af8270408928656d74 100644 (file)
@@ -16,7 +16,7 @@
 # Test calling Fortran functions that are compiled without debug
 # information.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile call-no-debug-prog.f90 call-no-debug-func.f90
 load_lib fortran.exp
index 1a86096478289a9aa9bb41fede9441fc33e7885e..68ae7d8af8eb55f36541765f66cedb048cbb619c 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains tests for evaluating
 # Fortran subarray expression.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib fortran.exp
index 76a848c77119028495eb2a06ef5120f4d8761b81..86a143dfdcafb3289d020df514be174544ed6966 100644 (file)
@@ -16,7 +16,7 @@
 # Test that GDB can print an allocatable array that is a data field
 # within a class like type.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index b551bbd428bcc971963d15d9142f169fe2476694..aaa006860d7fa085b154e3c7bac4627288974263 100644 (file)
@@ -15,7 +15,7 @@
 
 # This file was written by Jan Kratochvil <jan.kratochvil@redhat.com>.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index 4ae6f9ae7927c8215b81c8eda8365fac5ec42676..b6c7e3278ca7e4b4f439963b12078a3647e4f6a1 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test tab completion of Fortran type field names.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 708b73c3ca41767ca17a9ea668db2fbe7a1ab778..f7e0b89bb91160f83fa64244c3a8c37d7d0c7dfa 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile .f90
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug f90 quiet}]} {
     return -1
index 2a45214d89fa638d4b1c74d5df041635388a4f25..cb141f5758e6d9c416c3a558288ddfd34fb30576 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test "set debug expr 1" on Fortran expressions.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 # Test relies on checking gdb debug output. Do not run if gdb debug is
 # enabled as any debug will be redirected to the log.
index d7fa4a0378bff34f62f2850975f08e1324f329cc..be5d81fb507c871c77cb9e9fd0e919971fa9bc98 100644 (file)
@@ -18,7 +18,7 @@
 # This file is part of the gdb testsuite.  It contains tests for type-printing
 # and value-printing Fortran derived types having also functions.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib fortran.exp
index 9a9a3ca8f3f7e1f22f66133eb50eb116752fd7b4..b7ae48717ff2ee81bea3b671bad944ddc9d734eb 100644 (file)
@@ -16,7 +16,7 @@
 # Print some single dimensional integer arrays that will have a byte
 # stride in the debug information.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 
index be7c1937d78f96ae7f6f83beb224e7f5e8c62b3f..9301e72c0048f867dabbb2aff22ae3b732336930 100644 (file)
@@ -18,7 +18,7 @@
 # This file is part of the gdb testsuite.  It contains tests for type-printing
 # and value-printing Fortran derived types.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index 049008f90e059c37c4ae4113b62d9e94d183148b..3f8f5abb54cbe02bf30ce6b882d6a556c1b5081a 100644 (file)
@@ -18,7 +18,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 proc test_dot_operations {} {
 
index 8fb0a6c6cb96c2d0e01fb616cc78aaef43785474..4b22b04354058ceeade8ef99a7c87b2e9f1130d4 100644 (file)
@@ -16,7 +16,7 @@
 # Test using whatis and ptype on different configurations of dynamic
 # types.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 07937741f158d3546ddea5b510f25d13285c9578..f667ac68b796ca983c56f2e2c63e06e06f0d4337 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test printing of an empty Fortran string.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 44773cc3a3b95836c55c8556f15718b2e575a253..30f0aa691dba3f78178e6b4474e1237d0c91dcd6 100644 (file)
@@ -18,7 +18,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 proc test_integer_literals_accepted {} {
     global gdb_prompt
index ef5e4e03b62571190a803aa8657445e15d240ae4..f9a1efc241f3db5f9cddfe38e614fff03906e6d6 100644 (file)
@@ -16,7 +16,7 @@
 # Exercise passing and returning arguments in Fortran. This test case
 # is based on the GNU Fortran Argument passing conventions.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 
index 2992e9f2fd1d6bac6921a78840679a23471abb58..f199034ff3eb8077af6c361ce9a095d4350a76a0 100644 (file)
@@ -19,7 +19,7 @@
 load_lib "fortran.exp"
 load_lib "sym-info-cmds.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile info-types.f90 info-types-2.f90
 
index 565c9cf5190e33ca9f89ab41c574cc444a3fe029..98fb812dd8bbcfaee9235f210c4af276f4c3bfea 100644 (file)
@@ -18,7 +18,7 @@
 load_lib "fortran.exp"
 load_lib "sym-info-cmds.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile info-types.f90 info-types-2.f90
 
index 460f242e137197eb13153ba3daf74e6cb8ba2db3..a61df31328eb008252b8f34d18fcc491b04ee720 100644 (file)
@@ -17,7 +17,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 
index 563d4b1202422325ebd2ad15289ea6cd2617ffea..bb652a9223cc1f34364f254ecfdf9c5100672bab 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of LBOUND and UBOUND.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".F90"
 load_lib fortran.exp
index 60a37a46361e81397921995c75e971bc0f9fdf9e..1721b9c2810e90411d245c3cc9ae376f04cda11c 100644 (file)
@@ -15,7 +15,7 @@
 
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile library-module-main.f90 
 set srclibfile ${testfile}-lib.f90
index 91ef4bc15be8e68243d03a112c32248f2f136e6c..28dda5a15eb7b367430ce66d5dd4ad816a3c7f69 100644 (file)
@@ -18,7 +18,7 @@
 standard_testfile .f90
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug f90 quiet}]} {
     return -1
index bbb3b2a21ed1a830b6faa76264d120b5175ba776..49f5b869646b7f8cbd6c7ee1cd79d4d9f89a888f 100644 (file)
@@ -18,7 +18,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 
index a1614554556d48d0e6d105a963ef63992ce3e863..6ab3f8adeba8f2de13b9d423124b9d00186baf4c 100644 (file)
@@ -23,7 +23,7 @@
 # each case to ensure that trying to print objects or types from one
 # language, while GDB's language is set to another, doesn't crash GDB.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile mixed-lang-stack.c mixed-lang-stack.cpp mixed-lang-stack.f90
 
index 8c7e9957f140d93854a0e2c83815298701ec4b6e..54c807d3496ee5520ea8eac252bf2a5ca051dc66 100644 (file)
@@ -15,7 +15,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 
index 5646471e863e3af0c2366b9b3a0d7147a6e4f755..1aab841d58a43ca348c9d102c84d925bc1394724 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains tests for evaluating
 # Fortran subarray expression.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index bf51e94629281c51376b68e741ccfa33f3f8d57f..fceddb10159b59624ebff92c168b359d1d8d6abe 100644 (file)
@@ -16,7 +16,7 @@
 # This file is part of the gdb testsuite.  It contains tests for fortran
 # namelist.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index 344745453cdc5b9d772016d5b8ff9237ea2c641a..8c3b61aa1619a3f1f610848edaa702d9bc67b18f 100644 (file)
@@ -15,7 +15,7 @@
 
 # Further testing of placing breakpoints in nested subroutines.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 load_lib "fortran.exp"
 
 standard_testfile ".f90"
index bf8915a2f386bc11b036bf548a30cf4c6aa0ca29..9f11d74bff14f918663c9dd3957674fdebaa1fc8 100755 (executable)
@@ -16,7 +16,7 @@
 # This testcase is supposed to test DWARF static link which is usually
 # used together with nested functions.  
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index 1ffa5a39fc3bfd80be3e5110921e896384d1c1a1..3be534df0b6e57051bbfcb08db0d19e44a84375d 100755 (executable)
@@ -16,7 +16,7 @@
 standard_testfile ".f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
      {debug f90 quiet}] } {
index a37ab3fedb135d7e6309b816e9daa95e6e4522a9..0fd5fb0996f1022a91799758e7d9a72d51c7ecf8 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test for GDB printing a pointer to a type containing a buffer.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 9d552afcc61d5a0a1e08183b13710ae6e1f0b0a3..0f39a760072d3a73cc6f20fc5602e52970fcb2e9 100644 (file)
@@ -15,7 +15,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 
index 964b69ef948c5c8da48aeff54bb818780ae3b540..b1a663f4a0c89f3cf703eb43fd50fbd91334a6bc 100755 (executable)
@@ -19,7 +19,7 @@
 standard_testfile "pointers.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 82ad7b753e4f4695e0829874f76508437edeead8..efd22a41790c9d9722a229735e13bf51844dc403 100644 (file)
@@ -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_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib fortran.exp
index c420ccdc124ac47f9427dcc40f2ba800cb154598..993adf50a738b8247bf98a7a20f41a18a5b36ed7 100644 (file)
@@ -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_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib fortran.exp
index e52c70fb2a9059145ea8810bb81f29a4724fb047..479316a62472dd6acbf1b3dedee4f19d7e58793b 100644 (file)
@@ -15,7 +15,7 @@
 
 # This file contains a test for printing the types of functions.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f90
 load_lib "fortran.exp"
index e3e055b112f2e5ee846ec460f37fc547c635f65e..eb8af4e47c50cb665cb61d2d2ab0f5e30280c46c 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of RANK keyword.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index 2608e74946cb8d33b0a547cae6c6838efceca6cd..7320b184f9ded0f0e053d49dc9bef125282a6a73 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of SHAPE keyword.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index b7aac47c6fedd4e36a63441b707efdbd691c5316..66ab33a81f6c0ab869c3d6c90d68891434665de3 100644 (file)
@@ -17,7 +17,7 @@
 # calls and substring operations that are to be skipped due to short
 # circuiting.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 
index e028455fc638daa4b829228673a6770ac8fdca57..0a3974325a3b029effd981bc248a99d8c846970b 100644 (file)
@@ -15,7 +15,7 @@
 
 # Testing GDB's implementation of SIZE keyword.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile ".f90"
 load_lib fortran.exp
index f553fe592f9a64239aba074ac5573579aff509d2..3114fbaac78dc1378063bbb14631d6ba29165873 100644 (file)
@@ -19,7 +19,7 @@
 standard_testfile .f90
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if {[prepare_for_testing "failed to prepare" $testfile $srcfile \
         {debug f90 quiet}]} {
index bc3f33e5aae6e5bc4779b0337705374f51901f61..7bdc48d612289d90cd67f86b4a21b0ed97f8a9bb 100644 (file)
@@ -18,7 +18,7 @@
 # This file is part of the gdb testsuite.  It contains tests for evaluating
 # Fortran subarray expression.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 standard_testfile .f
 load_lib fortran.exp
index bf2609b3faec7fe8a6847cd7ca447d32ada285f4..af4670b7c635864ce7d55190c9b6c71d4cb371c6 100644 (file)
@@ -19,7 +19,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 # Cast the value 1 to the type 'BASE_TYPE (kind=TYPE_KIND)'.  The
 # expected result of the cast is CAST_RESULT, and the size of the
index dfe9518ed7e1d961aadcaf1b8d60ccdf62af87f0..aaa6962c37c05d44c2e59c09929462b6a42d7e9c 100644 (file)
@@ -18,7 +18,7 @@
 
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 proc test_integer_literal_types_accepted {} {
     global gdb_prompt
index 9025df0d90711519a0f26b293a79411014b0b560..0b00db61c175cdc2f84621ac2815f8b7cec29bef 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index dfa3fd626ffe316bfbf927153b6f5b4fc4721bc5..dcc50f6f3c1f4aafd850277d6b44a229730e7fb9 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile ".f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index c95125c66f3d30157965b7d66f7e4896a2db67f6..146c510bfe222635d44ef81c67eaef702213786d 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 3d864bc87f8fba7ac3c8ce36ba1252f21f66b30d..2c7a2282ae331422f59dd87a742f5d4e4827510a 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 2b3355c55b734e03226d631b819e9f57ac0f747c..9caa7313624081b03c499c83308ac578bdb829ec 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla-sub.f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 798c0d5c58c1e09bf5fc1b72ea6eaafff301852f..4a7e05e20cbc309fb7a668a6358e564b8f0f667a 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 8344401da492f83c619a182ca99b8751e998e08a..c1c1c225ca4b4292e6f39ecf64bb12c608780e7e 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 1a4d6f430cbbaa3f1bd909a17faad91d47cac09d..5a60cdff2f37244f53f8e89b2b118b55ef81479e 100755 (executable)
@@ -16,7 +16,7 @@
 standard_testfile ".f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
      {debug f90 quiet}] } {
index f836f05df8cce0574995d3da91910f6471265fd5..c850a9dd1b5a1f3fe5bd5accb2d0b3d1193cfd23 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla-sub.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 27ddf3b58a5f0c637c5a23eab5f7a1af8c4bea81..390e5d9597ce5aae76f8f4ba4dfb24bab4a3d9a9 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla-sub.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index 4785afb7799654adf88d5ba381a22af34b1bb5ba..f62e5685acfdc20dc6439696201d41c11c699997 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla-sub.f90"
 load_lib fortran.exp
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
     {debug f90 quiet}] } {
index ec5b6250a9b07aba004294b89b479d7e2e3b5c3d..b7ed1b440b9a13cac277f05a33049e5cf8b037dc 100644 (file)
@@ -16,7 +16,7 @@
 standard_testfile "vla.f90"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
      {debug f90 quiet}] } {
index 18c2da5e9eafa0158939a901e05090bcb806bbe3..fd1b746ebd1067fa1085dc1cc735972ac96c18c6 100644 (file)
@@ -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_fortran_tests
+require allow_fortran_tests
 
 standard_testfile type.f90
 load_lib "fortran.exp"
index 676408bb1db6590def80f4bfc02328a27e491b5d..626deffe1336da910b9993043e6c7771ef90c254 100644 (file)
@@ -15,7 +15,7 @@
 
 # Test -symbol-info-modules, listing Fortran modules.
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 load_lib fortran.exp
 load_lib mi-support.exp
index c529415615974b21d8c65197825fc41075a4f0dc..7723dbc574f4e26a4cc37630e309b531c73f081a 100644 (file)
@@ -19,7 +19,7 @@ load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 load_lib "fortran.exp"
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 gdb_exit
 if [mi_gdb_start] {
index 1d6c91dc9b342f678b9c2dd358240272b5127a58..9020f89e117388aa5d7c5df6cb30e723a2e2a098 100644 (file)
@@ -16,7 +16,7 @@
 # Verify that, using the MI, we can evaluate a simple Fortran Variable
 # Length Array (VLA).
 
-require !skip_fortran_tests
+require allow_fortran_tests
 
 load_lib mi-support.exp
 load_lib fortran.exp
index 6334314fd8727311ec3401977b51cfb414da2a5f..6985f721515eaf01ee7572d2d4f2bf33e779331e 100644 (file)
@@ -2403,10 +2403,10 @@ proc allow_stl_tests {} {
     return [allow_cplus_tests]
 }
 
-# Return a 1 if I don't even want to try to test FORTRAN.
+# Return a 1 if I want to try to test FORTRAN.
 
-proc skip_fortran_tests {} {
-    return 0
+proc allow_fortran_tests {} {
+    return 1
 }
 
 # Return a 1 if I want to try to test ada.