]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Skip guality tests on hppa-hpux.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 13 Nov 2022 17:04:44 +0000 (17:04 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 24 Dec 2022 20:05:32 +0000 (20:05 +0000)
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.

gcc/testsuite/g++.dg/guality/guality.exp
gcc/testsuite/gcc.dg/guality/guality.exp
gcc/testsuite/gfortran.dg/guality/guality.exp

index 33571f1f28fec92a421fd93550fbebecf18f6774..512ed0338f300efd0bce53934ce03236070a8a72 100644 (file)
@@ -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
index 89cd896d05c3457fa8cca7f9be490bf96a8f1a07..288a58c8fa509a35dc6798feebedc53bfcfd7227 100644 (file)
@@ -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
index eaa7ae770d63b0f133f8474a366f94621e864ba3..9385569960fcd45300ef923c77e5ab2b762c10c2 100644 (file)
@@ -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