Use require !skip_ctf_tests
authorTom Tromey <tom@tromey.com>
Wed, 14 Dec 2022 16:33:00 +0000 (09:33 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:55 +0000 (13:18 -0700)
This changes some tests to use "require !skip_ctf_tests".

gdb/testsuite/gdb.base/ctf-constvars.exp
gdb/testsuite/gdb.base/ctf-ptype.exp
gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp
gdb/testsuite/gdb.ctf/funcreturn.exp
gdb/testsuite/gdb.ctf/multi.exp

index 3ef52b01dc7822decda24df7717e5603642c8686..7737401bbab2923bbb5ca0a87558f34e108f800a 100644 (file)
 #            const pointers to const vars
 # with mixed types.
 
-if [skip_ctf_tests] {
-    unsupported "no CTF debug format support, or CTF disabled in GDB"
-    return 0
-}
+require !skip_ctf_tests
 
 standard_testfile .c
 
index 51499e323da0c9aa175f8817bf712f3ec56806c9..4010cf4e15e51e5446c6427346d1da15c16e0e8a 100644 (file)
 
 # This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
 
-if [skip_ctf_tests] {
-    unsupported "no CTF debug format support, or CTF disabled in GDB"
-    return 0
-}
+require !skip_ctf_tests
 
 # Some tests require GCC.
 set gcc_compiled [is_c_compiler_gcc]
index 1fc0e71146b29f9d78dbe4b46979344755b78faa..4ce178af2c0308f4d1644a84156448798f612c51 100644 (file)
 
 # This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
 
-if [skip_ctf_tests] {
-    unsupported "no CTF debug format support, or CTF disabled in GDB"
-    return 0
-}
+require !skip_ctf_tests
 
 standard_testfile cross-tu-cyclic-1.c  cross-tu-cyclic-2.c \
        cross-tu-cyclic-3.c  cross-tu-cyclic-4.c
index 4cde8dcabda94283aaeba6926d03445ebf1f612e..a65a1cbf7ad25be481044805f4ca28ace57e0cbe 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-if [skip_ctf_tests] {
-    unsupported "no CTF debug format support, or CTF disabled in GDB"
-    return 0
-}
+require !skip_ctf_tests
 
 if [target_info exists no_long_long] {
     set exec_opts [list debug additional_flags=-DNO_LONG_LONG]
index ea317d14c342399aa2ad901a43233e33f666d1a0..0afbdc5a6ab23eda795b8c78c71bba0b9014d8c3 100644 (file)
 
 # This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
 
-if [skip_ctf_tests] {
-    unsupported "no CTF debug format support, or CTF disabled in GDB"
-    return 0
-}
+require !skip_ctf_tests
 
 standard_testfile ctf-a.c ctf-b.c ctf-c.c