[Webkit-unassigned] [Bug 256895] TestExpectations should support some form of inheritance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 21 11:06:28 PDT 2023


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

--- Comment #5 from Jonathan Bedard <jbedard at apple.com> ---
I think the only time we could have expectations inherited as described is when those expectations are Slow or DumpJSConsoleLogInStdErr.

'Skip' should be overridden by 'Pass' (and that's often exactly why we're skipping entire directories, because a more specific platform will run those tests). Likewise, Fail/Crash/Timeout should all override Pass, and Pass should override Fail/Crash/Timeout. It's a bit weird for Fail/Crash/Timeout to override Skip, but it's hard to justify any other behavior, in my mind, since Fail/Crash/Timeout and Skip all override and are overridden by 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/20230621/d9c40440/attachment.htm>


More information about the webkit-unassigned mailing list