[Webkit-unassigned] [Bug 70484] [WK2] add flag to only check pixel results if png files exist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 02:30:40 PST 2012


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





--- Comment #34 from Balazs Kelemen <kbalazs at webkit.org>  2012-01-30 02:30:40 PST ---
(From update of attachment 123717)
View in context: https://bugs.webkit.org/attachment.cgi?id=123717&action=review

> Tools/Scripts/webkitpy/layout_tests/models/test_input.py:41
> -    def __init__(self, test_name, timeout):
> +    def __init__(self, test_name, timeout, should_run_pixel_test=True):
>          """Holds the input parameters for a test.
>          Args:

I think this is the reason why it broke the bot. This force pixel tests always, isn't it?

-- 
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