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:
parent
776d00225d
commit
dabbcb14be
@ -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.
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user