aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.btrace/tsx.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 11:48:57 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:58 -0700
commit1cf897dec9466eed3d63f3b0c42257f41eb55fcc (patch)
tree71ee4e98bfcc000ec68bc126b88b2904292879d1 /gdb/testsuite/gdb.btrace/tsx.exp
parentd6195dc9b1eecc358100d6f4e8a611a0b563c4f4 (diff)
downloadfsf-binutils-gdb-1cf897dec9466eed3d63f3b0c42257f41eb55fcc.zip
fsf-binutils-gdb-1cf897dec9466eed3d63f3b0c42257f41eb55fcc.tar.gz
fsf-binutils-gdb-1cf897dec9466eed3d63f3b0c42257f41eb55fcc.tar.bz2
Rename to allow_tsx_tests
This changes skip_tsx_tests to invert the sense, and renames it to allow_tsx_tests.
Diffstat (limited to 'gdb/testsuite/gdb.btrace/tsx.exp')
-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 222c352..b56fd28 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 allow_btrace_pt_tests !skip_tsx_tests
+require allow_btrace_pt_tests allow_tsx_tests
standard_testfile .c x86-tsx.S
if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2" {debug}] {