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
This commit is contained in:
parent
ddb5a105e2
commit
3505a737fd
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* gnat.dg/discr26.ad[sb]: New test.
|
||||
|
|
|
@ -4,7 +4,8 @@ load_lib g++-dg.exp
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue