[Webkit-unassigned] [Bug 206579] [CSS Backgrounds] ASSERTION FAILED: !image->size().isEmpty() on css/css-backgrounds/background-size/vector/zero*ratio-auto-5px.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 08:45:31 PST 2020


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

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
> Well, its also costly to mark tests timing-out as Timeout, and not simply skip them.. but we don't do that, do we?

We do. Please do, too.

A lot of the work people are doing importing WPT tests is overall counter-productive, because it makes WebKit regression tests slower and less reliable. It is also a huge cost that someone else then has to find and triage flaky tests.

> Also I don't see why it should impact stability or prevent from getting crashing reports from other tests?

Generating a crash log is a CPU and disk access intensive operation. Since we already over-commit on the number of parallel processes, this is not trivial. Additionally, crash reporter on Apple platforms throttles reporting when there are too many reports to avoid impacting user experience.

If you look at any recent Mac or iOS test run, you'll see that most crashes don't have crash logs. It is because of this.

-- 
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/20200227/1bbe82a5/attachment.htm>


More information about the webkit-unassigned mailing list