[webkit-dev] Correct relative URL behavior

Maciej Stachowiak mjs at apple.com
Wed May 4 20:05:56 PDT 2011


On May 4, 2011, at 1:59 PM, Adam Barth wrote:

> On Wed, May 4, 2011 at 1:23 PM, Adam Roben <aroben at apple.com> wrote:
>> On May 4, 2011, at 2:42 PM, Adam Barth wrote:
>>> I wish I could make script tests that didn't output PASS/FAIL
>> 
>> What's stopping you?
> 
> Probably ignorance.  How do I do it?

You could use purely debug() macros instead of shouldBe() to log the results. Then the test would merely dump the values instead of comparing to expected values. The only expectations would be in the -expected.txt file.

I do think the tests should be PASS/FAIL in the long run, once there is a spec to define the expectations.

Regards,
Maciej



More information about the webkit-dev mailing list