From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id A921E3858C39; Fri, 13 Jan 2023 20:35:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A921E3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673642137; bh=EK5I+w96exTa8Pwg2IAoSCUoC+pg3Md+wMAtyGtf6ng=; h=From:To:Subject:Date:From; b=t8HbhntGeYVE78K12aQaAqAfFuVRx55NfNDDmZSOxmSlsCqfz0Oxic378I+z6tg9I aCbhcDDG0u38dI5rpht0/aslyTmDSF3aT58msJLIx3Eb/K87psBE4dtzKePyR9d5YV Hvc4NIWMqvABhwuEmVfSnZsciZBIVHBCPODPCzTs= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Use require !skip_btrace_pt_tests X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b X-Git-Newrev: ede8c648c4f4e28e02cd6b54cee0f6bd3f13e161 Message-Id: <20230113203537.A921E3858C39@sourceware.org> Date: Fri, 13 Jan 2023 20:35:37 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dede8c648c4f4= e28e02cd6b54cee0f6bd3f13e161 commit ede8c648c4f4e28e02cd6b54cee0f6bd3f13e161 Author: Tom Tromey Date: Wed Dec 14 09:41:23 2022 -0700 Use require !skip_btrace_pt_tests =20 This changes some tests to use "require !skip_btrace_pt_tests" and "require !skip_tsx_tests". Diff: --- gdb/testsuite/gdb.btrace/tsx.exp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gdb/testsuite/gdb.btrace/tsx.exp b/gdb/testsuite/gdb.btrace/ts= x.exp index 26883f1b3de..2a8d29de8ed 100644 --- a/gdb/testsuite/gdb.btrace/tsx.exp +++ b/gdb/testsuite/gdb.btrace/tsx.exp @@ -15,15 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . =20 -if { [skip_btrace_pt_tests] } { - unsupported "target does not support PT" - return -1 -} - -if { [skip_tsx_tests] } { - unsupported "target does not support TSX" - return -1 -} +require !skip_btrace_pt_tests !skip_tsx_tests =20 standard_testfile .c x86-tsx.S if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2"= {debug}] {