public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3945] Skip guality tests on hppa-hpux.
@ 2022-11-13 17:08 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2022-11-13 17:08 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-3945-ge42b672f5297594fff4b82064c5386fbb0ae1ff3
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Nov 13 17:04:44 2022 +0000

    Skip guality tests on hppa-hpux.
    
    The guality check command hangs. This causes TCL errors in
    other tests and slows testsuite execution.
    
    2022-11-13  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/testsuite/ChangeLog:
    
            * g++.dg/guality/guality.exp: Skip on hppa*-*-hpux*.
            * gcc.dg/guality/guality.exp: Likewise.
            * gfortran.dg/guality/guality.exp: Likewise.

Diff:
---
 gcc/testsuite/g++.dg/guality/guality.exp      | 4 ++++
 gcc/testsuite/gcc.dg/guality/guality.exp      | 4 ++++
 gcc/testsuite/gfortran.dg/guality/guality.exp | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/gcc/testsuite/g++.dg/guality/guality.exp b/gcc/testsuite/g++.dg/guality/guality.exp
index 1d5b65fef57..2d736d292e9 100644
--- a/gcc/testsuite/g++.dg/guality/guality.exp
+++ b/gcc/testsuite/g++.dg/guality/guality.exp
@@ -8,6 +8,10 @@ if { [istarget *-*-darwin*] } {
     return
 }
 
+if { [istarget hppa*-*-hpux*] } {
+    return
+}
+
 if { [istarget "powerpc-ibm-aix*"] } {
     set torture_execute_xfail "powerpc-ibm-aix*"
     return
diff --git a/gcc/testsuite/gcc.dg/guality/guality.exp b/gcc/testsuite/gcc.dg/guality/guality.exp
index ba87132aef2..075bebe34e8 100644
--- a/gcc/testsuite/gcc.dg/guality/guality.exp
+++ b/gcc/testsuite/gcc.dg/guality/guality.exp
@@ -8,6 +8,10 @@ if { [istarget *-*-darwin*] } {
     return
 }
 
+if { [istarget hppa*-*-hpux*] } {
+    return
+}
+
 if { [istarget "powerpc-ibm-aix*"] } {
     set torture_execute_xfail "powerpc-ibm-aix*"
     return
diff --git a/gcc/testsuite/gfortran.dg/guality/guality.exp b/gcc/testsuite/gfortran.dg/guality/guality.exp
index 0375edfffe4..86a966a9133 100644
--- a/gcc/testsuite/gfortran.dg/guality/guality.exp
+++ b/gcc/testsuite/gfortran.dg/guality/guality.exp
@@ -8,6 +8,10 @@ if { [istarget *-*-darwin*] } {
   return
 }
 
+if { [istarget hppa*-*-hpux*] } {
+    return
+}
+
 if { [istarget "powerpc-ibm-aix*"] } {
     set torture_execute_xfail "powerpc-ibm-aix*"
     return

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

only message in thread, other threads:[~2022-11-13 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13 17:08 [gcc r13-3945] Skip guality tests on hppa-hpux John David Anglin

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