[Webkit-unassigned] [Bug 180420] WebDriver: add support for test expectations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 9 02:25:03 PST 2017


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I didn't know py-expect, I thought it was not possible to add test marks without actually updating the test code. I didn't want to use the layout tests expectations format, because I think it's too complex for WebDriver tests, so I added a format that is easy to write and read and even easier to parse, and all the information is in a single file (the chain of TestExpectation files in layout tests is a mess we don't need here at all). But, if you already have code to reuse the layout tests format and the solution is better than mine, then I'm fine adopting it. Note that this format also applies in a per test basis, except for skip, that we should only use when something is not implemented and none of the tests will pass.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171209/6621ae33/attachment.html>


More information about the webkit-unassigned mailing list