aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:44:15 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit1ed844ca1e581f80b3ecdcc99a8dab11034e684d (patch)
tree02b51199370fec162e488ee1c6a904a065299161 /gdb/testsuite/gdb.python
parentd1821835860e1f11e17ac5de5109d225a736cda0 (diff)
downloadbinutils-1ed844ca1e581f80b3ecdcc99a8dab11034e684d.zip
binutils-1ed844ca1e581f80b3ecdcc99a8dab11034e684d.tar.gz
binutils-1ed844ca1e581f80b3ecdcc99a8dab11034e684d.tar.bz2
Rename to allow_btrace_tests
This changes skip_btrace_tests to invert the sense, and renames it to allow_btrace_tests.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-record-btrace-threads.exp2
-rw-r--r--gdb/testsuite/gdb.python/py-record-btrace.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.python/py-record-btrace-threads.exp b/gdb/testsuite/gdb.python/py-record-btrace-threads.exp
index f0845f8..ca95527 100644
--- a/gdb/testsuite/gdb.python/py-record-btrace-threads.exp
+++ b/gdb/testsuite/gdb.python/py-record-btrace-threads.exp
@@ -17,7 +17,7 @@
load_lib gdb-python.exp
-require !skip_btrace_tests !skip_python_tests
+require allow_btrace_tests !skip_python_tests
standard_testfile
diff --git a/gdb/testsuite/gdb.python/py-record-btrace.exp b/gdb/testsuite/gdb.python/py-record-btrace.exp
index 1326e82..1b9824e 100644
--- a/gdb/testsuite/gdb.python/py-record-btrace.exp
+++ b/gdb/testsuite/gdb.python/py-record-btrace.exp
@@ -17,7 +17,7 @@
# Skip this test if btrace is disabled.
-require !skip_btrace_tests !skip_python_tests
+require allow_btrace_tests !skip_python_tests
load_lib gdb-python.exp