[Webkit-unassigned] [Bug 56076] rebaseline-chromium-webkit-tests should ignore reftests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 20:23:00 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56076





--- Comment #7 from Dirk Pranke <dpranke at chromium.org>  2011-03-16 20:23:00 PST ---
(From update of attachment 85902)
View in context: https://bugs.webkit.org/attachment.cgi?id=85902&action=review

> Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:256
> +                self._rebaselining_tests = []

If you return like this, then Rebaseliner.run() will return True (success), and we won't think the rebaselining failed, which is probably not what we want to happen.

I think you either need to change this to raise an Exception or modify the return value to a three-state thing (no tests to rebaseline, error, or proceed).

Otherwise, the patch looks fine.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list