Hello!

On Tue, Nov 02, 2010 at 01:44:51PM +1030, Alan Modra wrote:
> On Thu, Oct 28, 2010 at 12:38:23PM +0200, Thomas Schwinge wrote:
> > +proc setup_xfail_gnu_hurd {} {
> > +    global target_triplet
> > +    switch -regexp $target_triplet {
> > +   ^\[^-\]*-\[^-\]*-gnu.*$ {
> > +       setup_xfail "*-*-*"
> > +   }
> > +    }
> > +}
> 
> What am I missing?  Why not just
>   setup_xfail "*-*-gnu*"

That'd mach *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc., turning them into
XPASSes.  As Robert suggested, we could instead add support in the
testsuite framework for considering $target_os (as opposed to
$target_triplet).


Robert, can I get access to a Debian GNU/kFreeBSD machine in order to
test that my patch doesn't break anything for you?


Regards,
 Thomas

Attachment: signature.asc
Description: Digital signature

Reply via email to