public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-6496] aarch64 testsuite: Only run aarch64-ssve tests once
@ 2023-12-13 13:59 Andrew Carlotti
  0 siblings, 0 replies; only message in thread
From: Andrew Carlotti @ 2023-12-13 13:59 UTC (permalink / raw)
  To: gcc-cvs

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-13 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-13 13:59 [gcc r14-6496] aarch64 testsuite: Only run aarch64-ssve tests once Andrew Carlotti

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).