[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
Tue Jan 24 09:27:26 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=70484
--- Comment #28 from Balazs Kelemen <kbalazs at webkit.org> 2012-01-24 09:27:25 PST ---
(From update of attachment 123717)
View in context: https://bugs.webkit.org/attachment.cgi?id=123717&action=review
> Tools/Scripts/webkitpy/layout_tests/controllers/worker.py:112
> + if self._port.driver_name() == "WebKitTestRunner" and self._port.get_option('skip_pixel_test_if_no_baseline') and self._port.get_option('pixel_tests'):
> + test_input.should_run_pixel_test = (self._port.expected_image(test_input.test_name) != None)
I think a #FIXME comment telling that DRT should also support the option would be useful.
--
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