This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Disable gcc.dg/guality tests on Darwin


On Thu, Oct 01, 2009 at 11:21:15PM -0400, Jack Howarth wrote:
> Currently the guality tests are incompatible with Apple's gdb and
> destabilize the machine running the test. The attached patch
> disables the guality.exp test on *-*-darwin* until this issue
> is resolved. Okay for gcc trunk?
>                Jack
> 
> 2009-08-28  Jack Howarth  <howarth@bromo.med.uc.edu>
> 
>         * gcc.dg/guality/guality.exp: Disable on darwin.
> 
> Index: gcc.dg/guality/guality.exp
> ===================================================================
> --- gcc.dg/guality/guality.exp	(revision 152389)
> +++ gcc.dg/guality/guality.exp	(working copy)
> @@ -2,6 +2,9 @@
>  
>  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]

Date needs corrected in ChangeLog to 2009-10-01. Sorry about the typo.
            Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]