From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 9DF643858C20; Sun, 22 Jan 2023 21:26:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DF643858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674422817; bh=hCEv5GSbcwl19xzvPj7XYzUX6Op65mS3H3A7JvaiseI=; h=From:To:Subject:Date:From; b=V3sRBSqiaCkTKnNsYm/042OhGQJmKvWcLB4SKSwO0PTX40rousFqM0TMQVmS27qAI AuxNi0LjJRlMg0SGiK4B7AKnqSc+sm/fBIQORG8rtnM8MjJTOzmWdGst/XPf86RSAQ o3fT3fhVHELssxkrh9hZEmdbKeTyhJMAowOx9A/c= 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] Minor fixup in allow_aarch64_sve_tests X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 52480b9ef499870c36c8dfb34df31e67df7bb4dd X-Git-Newrev: c6fcbf650263855bd3f9e2cad4588904a13ad3fa Message-Id: <20230122212657.9DF643858C20@sourceware.org> Date: Sun, 22 Jan 2023 21:26:57 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dc6fcbf650263= 855bd3f9e2cad4588904a13ad3fa commit c6fcbf650263855bd3f9e2cad4588904a13ad3fa Author: Tom Tromey Date: Sun Jan 22 09:43:01 2023 -0700 Minor fixup in allow_aarch64_sve_tests =20 An earlier patch failed to update a string in allow_aarch64_sve_tests. Diff: --- gdb/testsuite/lib/gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 68337bd235c..3188f2de615 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -3901,7 +3901,7 @@ gdb_caching_proc allow_btrace_pt_tests { gdb_caching_proc allow_aarch64_sve_tests { global srcdir subdir gdb_prompt inferior_exited_re =20 - set me "skip_aarch64_sve_tests" + set me "allow_aarch64_sve_tests" =20 if { ![is_aarch64_target]} { return 0