public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] Disable gcc.dg/guality and gfortran.dg/guality on Tru64 UNIX (PR testsuite/48251)
@ 2011-04-18 16:07 Rainer Orth
  2011-04-19 21:53 ` Steve Kargl
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer Orth @ 2011-04-18 16:07 UTC (permalink / raw)
  To: gcc-patches; +Cc: fortran

As already done for the g++.dg/guality driver, I'm also disabling the
remaining guality testsuites on Tru64 UNIX: the gcc.dg one doesn't even
start:

gdb: took too long to attach

and the gfortran tests either fail or are unsupported.  It seems gdb on
this platform is in a miserable state right now, so there's no point in
trying.

Tested with the appropriate runtest invocation, installed on mainline.

	Rainer


2011-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR testsuite/48251
	* gcc.dg/guality/guality.exp: Disable on alpha*-dec-osf*.
	* gfortran.dg/guality/guality.exp: Likewise.

Index: gcc/testsuite/gcc.dg/guality/guality.exp
===================================================================
--- gcc/testsuite/gcc.dg/guality/guality.exp	(revision 172655)
+++ gcc/testsuite/gcc.dg/guality/guality.exp	(working copy)
@@ -4,7 +4,8 @@
 load_lib gcc-gdb-test.exp
 
 # Disable on darwin until radr://7264615 is resolved.
-if { [istarget *-*-darwin*] } {
+# Disable on Tru64 UNIX (PR testsuite/48251).
+if { [istarget *-*-darwin*] || [istarget alpha*-dec-osf*] } {
   return
 }
 
Index: gcc/testsuite/gfortran.dg/guality/guality.exp
===================================================================
--- gcc/testsuite/gfortran.dg/guality/guality.exp	(revision 172655)
+++ gcc/testsuite/gfortran.dg/guality/guality.exp	(working copy)
@@ -4,7 +4,8 @@
 load_lib gcc-gdb-test.exp
 
 # Disable on darwin until radr://7264615 is resolved.
-if { [istarget *-*-darwin*] } {
+# Disable on Tru64 UNIX (PR testsuite/48251).
+if { [istarget *-*-darwin*] || [istarget alpha*-dec-osf*] } {
   return
 }
 
-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-19 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-18 16:07 [testsuite] Disable gcc.dg/guality and gfortran.dg/guality on Tru64 UNIX (PR testsuite/48251) Rainer Orth
2011-04-19 21:53 ` Steve Kargl
2011-04-19 21:59   ` Steve Kargl

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