aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.btrace
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:41:37 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commitd1821835860e1f11e17ac5de5109d225a736cda0 (patch)
treee5d97eda420d4611e8803cc28e19fec8ac02ea7b /gdb/testsuite/gdb.btrace
parent6d1df4502357ff7b716e2a34ec614a2a7617d894 (diff)
downloadgdb-d1821835860e1f11e17ac5de5109d225a736cda0.zip
gdb-d1821835860e1f11e17ac5de5109d225a736cda0.tar.gz
gdb-d1821835860e1f11e17ac5de5109d225a736cda0.tar.bz2
Rename to allow_btrace_pt_tests
This changes skip_btrace_pt_tests to invert the sense, and renames it to allow_btrace_pt_tests.
Diffstat (limited to 'gdb/testsuite/gdb.btrace')
-rw-r--r--gdb/testsuite/gdb.btrace/tsx.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.btrace/tsx.exp b/gdb/testsuite/gdb.btrace/tsx.exp
index 2a8d29d..222c352 100644
--- a/gdb/testsuite/gdb.btrace/tsx.exp
+++ b/gdb/testsuite/gdb.btrace/tsx.exp
@@ -15,7 +15,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_btrace_pt_tests !skip_tsx_tests
+require allow_btrace_pt_tests !skip_tsx_tests
standard_testfile .c x86-tsx.S
if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2" {debug}] {