guality.exp: Disable on darwin.

2009-10-02  Jack Howarth  <howarth@bromo.med.uc.edu>

        * gcc.dg/guality/guality.exp: Disable on darwin.

From-SVN: r152412
This commit is contained in:
Jack Howarth 2009-10-02 18:15:11 +00:00 committed by Janis Johnson
parent 776d00225d
commit dabbcb14be
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-02 Jack Howarth <howarth@bromo.med.uc.edu>
* gcc.dg/guality/guality.exp: Disable on darwin.
2009-10-02 Janis Johnson <janis187@us.ibm.com>
* c-c++-common/dfp/func-vararg-alternate-d32.c: Remove XFAIL.

View File

@ -2,6 +2,11 @@
load_lib gcc-dg.exp
# Disable on darwin until radr://7264615 is resolved.
if { [istarget *-*-darwin*] } {
return
}
proc check_guality {args} {
set result [eval check_compile guality_check executable $args "-g -O0"]
set lines [lindex $result 0]