[committed] hppa: Skip guality tests on hppa*-*-hpux*
Checks
Commit Message
Committed to trunk.
Dave
---
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.
@@ -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
@@ -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
@@ -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