On Wed, Jul 6, 2011 at 3:03 PM, Dirk Pranke <dpra...@chromium.org> wrote:
>
> I personally find your examples to be much harder to parse visually.
> Partially the advantage to putting the test in the middle of the line
> is that it makes it easy to separate the "stuff on the left" from the
> "expectations" on the right that actually describe what the result of
> the test is supposed to be.
>

I'm okay with people using such a convention.  What annoys me is the fact
nrwt bails out early and doesn't run any tests when there is even a single
line missing :, =, or BUG12345.  In my opinion, all tokens but test path
should be optional and when nrwt fails to parse a line, it should just
ignore the line and still run the tests.

- Ryosuke
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to