From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 980E83858C39; Fri, 13 Jan 2023 20:35:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 980E83858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673642132; bh=b1rYta1E1ElfQhfwZY9EEcNkh+d52MObCEfssE6zIwY=; h=From:To:Subject:Date:From; b=slPNkFhkNPlXQStNSisMAsBieg7INIGmKOwkzow753pWpH3dKr6MXpuBVcz2ZvHnD O0FgAHUh2yeG2BhmhV6EAzQIX1h70BYNn0KGeHTQEvZd+zm1h1LCCC9dihoSpcXjq2 cH/krp+LPhg4vrd+0JsRKdZDBq10brVThmysZ6B0= 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_aarch64_sve_tests X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: caab91aebbcfba6d9df7008adcc50e39fe8ef6b7 X-Git-Newrev: 37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b Message-Id: <20230113203532.980E83858C39@sourceware.org> Date: Fri, 13 Jan 2023 20:35:32 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D37c3d17ab7e1= bb799fdd6348f0f7f2fbc89f4d3b commit 37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b Author: Tom Tromey Date: Wed Dec 14 09:40:44 2022 -0700 Use require !skip_aarch64_sve_tests =20 This changes some tests to use "require !skip_aarch64_sve_tests". Diff: --- gdb/testsuite/gdb.arch/aarch64-sve.exp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gdb/testsuite/gdb.arch/aarch64-sve.exp b/gdb/testsuite/gdb.arc= h/aarch64-sve.exp index 659e81f5c06..4a54b56105d 100644 --- a/gdb/testsuite/gdb.arch/aarch64-sve.exp +++ b/gdb/testsuite/gdb.arch/aarch64-sve.exp @@ -15,10 +15,7 @@ =20 # Test a binary that uses SVE and exercise changing the SVE vector length. =20 -if {[skip_aarch64_sve_tests]} { - verbose "Skipping ${gdb_test_file_name}." - return -} +require !skip_aarch64_sve_tests =20 standard_testfile if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {