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]

Re: PATCH: XFAIL tests that aren't regressions



Mark Mitchell <mark@codesourcery.com> writes:

> + set torture_execute_xfail "*-*-*"
> + return 0

Hi Mark,

when you set up an xfail for all targets like this, and it's possible
that the test doesn't fail on every target, it's a good idea to add
a comment saying on what targets the test does fail.

Otherwise, if (say) I discover that it doesn't fail on powerpc,
all I can do is remove the xfail, because I have no idea
which platforms it should be set for.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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