public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Carlotti <acarlotti@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-6496] aarch64 testsuite: Only run aarch64-ssve tests once
Date: Wed, 13 Dec 2023 13:59:41 +0000 (GMT)	[thread overview]
Message-ID: <20231213135941.1D6E63857C50@sourceware.org> (raw)

https://gcc.gnu.org/g:f6f76583fcf381b3a778e196f11634e458d3b36d

commit r14-6496-gf6f76583fcf381b3a778e196f11634e458d3b36d
Author: Andrew Carlotti <andrew.carlotti@arm.com>
Date:   Wed Dec 13 12:34:19 2023 +0000

    aarch64 testsuite: Only run aarch64-ssve tests once
    
    gcc/testsuite/ChangeLog:
    
            * g++.target/aarch64/sve/aarch64-ssve.exp:

Diff:
---
 gcc/testsuite/g++.target/aarch64/sve/aarch64-ssve.exp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/testsuite/g++.target/aarch64/sve/aarch64-ssve.exp b/gcc/testsuite/g++.target/aarch64/sve/aarch64-ssve.exp
index d6a5a561a33..98242a97b46 100644
--- a/gcc/testsuite/g++.target/aarch64/sve/aarch64-ssve.exp
+++ b/gcc/testsuite/g++.target/aarch64/sve/aarch64-ssve.exp
@@ -27,6 +27,10 @@ if {![istarget aarch64*-*-*] } {
 
 load_lib gcc-defs.exp
 
+if ![gcc_parallel_test_run_p aarch64-ssve] {
+  return
+}
+
 gcc_parallel_test_enable 0
 
 # Code shared by all tests.

                 reply	other threads:[~2023-12-13 13:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231213135941.1D6E63857C50@sourceware.org \
    --to=acarlotti@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).