Commit 3505a737 by Rainer Orth Committed by Rainer Orth

re PR testsuite/48251 (guality_check hangs indefinitely on Tru64 UNIX)

	PR testsuite/48251
	* g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*.

From-SVN: r171346
parent ddb5a105
2011-03-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/48251
* g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*.
2011-03-23 Eric Botcazou <ebotcazou@adacore.com> 2011-03-23 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/discr26.ad[sb]: New test. * gnat.dg/discr26.ad[sb]: New test.
......
...@@ -4,7 +4,8 @@ load_lib g++-dg.exp ...@@ -4,7 +4,8 @@ load_lib g++-dg.exp
load_lib gcc-gdb-test.exp load_lib gcc-gdb-test.exp
# Disable on darwin until radr://7264615 is resolved. # 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 return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment