REGRESSION:(311911@main) [macOS]fonts/font-cache-memory-pressure-crash.html is a flaky text failure.#63755
Conversation
|
EWS run on previous version of this PR (hash 3598bd4) Details |
| Test passes if it doesn't crash. | ||
|
|
||
|
|
||
| undefined |
There was a problem hiding this comment.
Where is this "undefined" coming from? I see one option element, but unsure what's "undefined" there. And I don't see any such output when opening the test directly in Chrome.
There was a problem hiding this comment.
I didn't check (the test is a huge fuzzer generated one), "undefined" was already there. The is the existing LayoutTests/fonts/font-cache-memory-pressure-crash-expected.txt:
Test passes if it doesn't crash.
undefined
The only thing my patch did in 311911@main was add 2 extra blank lines by changing a css stylesheet.
That said, it looks like it is failing on EWS so maybe the 2 new blank lines are only on a very specific config :( I'll look.
There was a problem hiding this comment.
Ah right, rebaselining a flaky test wouldn't work :)
There was a problem hiding this comment.
Right, the radar had said consistent failure but looking at the bots, it was in fact flaky.
3598bd4 to
a6432ae
Compare
|
EWS run on previous version of this PR (hash a6432ae) Details
|
a6432ae to
040546f
Compare
|
EWS run on current version of this PR (hash 040546f) Details
|
…h.html is a flaky text failure. https://bugs.webkit.org/show_bug.cgi?id=313282 rdar://175554270 Reviewed by Ryosuke Niwa. 311911@main updated the user agent style sheet to mark `option` and `optgroup` as `display: block`. This caused this fuzzer-generated test to become flaky with 2 extra blank lines, presumably due to option or optgroup elements in the DOM tree that now are displayed as block instead of inline. To address the flakiness, restore the old behavior for this test by marking `option` and `optgroup` as `display: inline` in the <style> at the beginning of the test. * LayoutTests/fonts/font-cache-memory-pressure-crash.html: * LayoutTests/platform/mac-wk2/TestExpectations: Canonical link: https://commits.webkit.org/312192@main
040546f to
404e188
Compare
|
Committed 312192@main (404e188): https://commits.webkit.org/312192@main Reviewed commits have been landed. Closing PR #63755 and removing active labels. |
404e188
040546f
🛠 win🧪 win-tests🧪 ios-wk2-wpt🧪 api-mac-debug🧪 api-ios