[webkit-dev] Does NRWT let you indicate that a test should fail with a particular failure diff?

Ryosuke Niwa rniwa at webkit.org
Wed Jul 6 15:12:05 PDT 2011


On Wed, Jul 6, 2011 at 3:03 PM, Dirk Pranke <dpranke at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110706/a36b7091/attachment.html>


More information about the webkit-dev mailing list