aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ctf
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:48:33 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit30ce6aa427da49fa944de6024387e9ab66f5db11 (patch)
tree7666fdc91509bcc9e565c827bdf2f8ef9448fce7 /gdb/testsuite/gdb.ctf
parent0b94d2b9aa06bcb6d1141e61d36c3a99620861fe (diff)
downloadgdb-30ce6aa427da49fa944de6024387e9ab66f5db11.zip
gdb-30ce6aa427da49fa944de6024387e9ab66f5db11.tar.gz
gdb-30ce6aa427da49fa944de6024387e9ab66f5db11.tar.bz2
Rename to allow_ctf_tests
This changes skip_ctf_tests to invert the sense, and renames it to allow_ctf_tests.
Diffstat (limited to 'gdb/testsuite/gdb.ctf')
-rw-r--r--gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp2
-rw-r--r--gdb/testsuite/gdb.ctf/funcreturn.exp2
-rw-r--r--gdb/testsuite/gdb.ctf/multi.exp2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp b/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp
index 4ce178a..0292e39 100644
--- a/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp
+++ b/gdb/testsuite/gdb.ctf/cross-tu-cyclic.exp
@@ -15,7 +15,7 @@
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
-require !skip_ctf_tests
+require allow_ctf_tests
standard_testfile cross-tu-cyclic-1.c cross-tu-cyclic-2.c \
cross-tu-cyclic-3.c cross-tu-cyclic-4.c
diff --git a/gdb/testsuite/gdb.ctf/funcreturn.exp b/gdb/testsuite/gdb.ctf/funcreturn.exp
index a65a1cb..64ed031 100644
--- a/gdb/testsuite/gdb.ctf/funcreturn.exp
+++ b/gdb/testsuite/gdb.ctf/funcreturn.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_ctf_tests
+require allow_ctf_tests
if [target_info exists no_long_long] {
set exec_opts [list debug additional_flags=-DNO_LONG_LONG]
diff --git a/gdb/testsuite/gdb.ctf/multi.exp b/gdb/testsuite/gdb.ctf/multi.exp
index 0afbdc5..c82d1b9 100644
--- a/gdb/testsuite/gdb.ctf/multi.exp
+++ b/gdb/testsuite/gdb.ctf/multi.exp
@@ -15,7 +15,7 @@
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
-require !skip_ctf_tests
+require allow_ctf_tests
standard_testfile ctf-a.c ctf-b.c ctf-c.c