<div dir="ltr">On Thu, Aug 29, 2013 at 6:58 PM, Peter N Lewis <span dir="ltr"><<a href="mailto:peter@stairways.com.au" target="_blank">peter@stairways.com.au</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On 30/08/2013, at 6:34 , Eli Friedman <<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>> wrote:<br>

> +// RUNNOT: %clang_cc1 -fsyntax-only -verify %s -DZEROARGS -Wgnu-zero-variadic-macro-arguments<br>
> +// RUNNOT: %clang_cc1 -fsyntax-only -verify %s -DIMAGINARYCONST -Wgnu-imaginary-constant<br>
> +// RUNNOT: %clang_cc1 -fsyntax-only -verify %s -DBINARYLITERAL -Wgnu-binary-literal<br>
> +// RUNNOT: %clang_cc1 -fsyntax-only -verify %s -DLINE0 -Wgnu-zero-line-directive<br>
><br>
> I haven't seen RUNNOT before; is that some sort of new syntax?<br>
<br>
</div>They are just disabled RUN statements - disabled by default to cut down on excessive invocations of the tests.  If there is a better syntax to indicate "you could run this test if you want to, but we wont run it every time for everyone", let me know.  I initially tried // DONTRUN: but that still runs (I guess the parser looks for RUN:).<br>

<br></blockquote><div><br></div><div><div>Please don't make it looks like a RUN command if it isn't intended to run.  You can just make a list with a header like "additional tests" and have a list of unprefixed commands.</div>
</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Any other issues?<br><br></blockquote><div><br></div><div><br></div><div>Otherwise, it's fine.</div><div><br></div><div>-Eli </div></div></div></div>