On Mon, Aug 22, 2011 at 04:57:28PM +0300, Pekka Enberg wrote: > This patch enables unhandled tests that did not have "check-name" specified. > It's pointless not to run them. [...] > --- a/validation/badtype1.c > +++ b/validation/badtype1.c > @@ -1 +1,6 @@ > static void foo(enum bar baz); > + > +/* > + * check-name: enum not in scope > + * check-known-to-fail > + */ [...] > --- a/validation/struct-ns2.c > +++ b/validation/struct-ns2.c > @@ -12,3 +12,8 @@ h (void) > struct Bar y; > y.i = 1; > } > + > +/* > + * check-name: struct not in scope > + * check-known-to-fail > + */ Ouch, case in point; I didn't know these two tests had broken. - Josh Triplett -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html