Re: [testsuite] support using "target" and "xfail" together

2012-09-19 Thread Janis Johnson
On 09/19/2012 10:48 AM, Mike Stump wrote: > On Sep 19, 2012, at 10:35 AM, Janis Johnson wrote: >> On 07/24/2012 11:13 AM, Janis Johnson wrote: >>> This patch allows the use of both "target" and "xfail" in the selector >>> of any test directive that currently takes either "target" or "xfail": >>> >

Re: [testsuite] support using "target" and "xfail" together

2012-09-19 Thread Mike Stump
On Sep 19, 2012, at 10:35 AM, Janis Johnson wrote: > On 07/24/2012 11:13 AM, Janis Johnson wrote: >> This patch allows the use of both "target" and "xfail" in the selector >> of any test directive that currently takes either "target" or "xfail": >> >> { target selector1 xfail selector2 } >> >>

Re: [testsuite] support using "target" and "xfail" together

2012-09-19 Thread Janis Johnson
Ping. On 07/24/2012 11:13 AM, Janis Johnson wrote: > This patch allows the use of both "target" and "xfail" in the selector > of any test directive that currently takes either "target" or "xfail": > > { target selector1 xfail selector2 } > > The test is only used if the "target" selector is ma

[testsuite] support using "target" and "xfail" together

2012-07-24 Thread Janis Johnson
This patch allows the use of both "target" and "xfail" in the selector of any test directive that currently takes either "target" or "xfail": { target selector1 xfail selector2 } The test is only used if the "target" selector is matched, and the test is expected to fail if the "xfail" selector