On 06/28/2012 08:02 PM, Mike Stump wrote: > On Jun 28, 2012, at 10:26 AM, Janis Johnson wrote: >> No, there is no way to combine "target" and "xfail", > > Ah... Grrr.... I hate non-composability. Given that, I think the original > patch is fine, subject of course to the wants and wishes of vect people.
I should have said that *currently* there is no way to combine them. We override dg-process-target and can come up with a way to provide both "target" and "xfail" in the target-selector. Something like: target { selector } xfail { selector } where "target" is the first argument, "xfail" is the third. Selectors can be lists of target triplets, but those can be within braces making them a single argument. What do you think? Janis