| Summary: | [ iOS ] Some ImageDiffs are appearing as blank images instead of expected or actual outputs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ap, bfulgham, ehutchison, jbedard, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=227647 | ||
| Attachments: | |||
|
Description
ayumi_kojima
2021-10-13 10:49:45 PDT
Created attachment 441103 [details]
Expected color-filter-backgrounds-borders.html
Created attachment 441104 [details]
color-filter-backgrounds-borders.html actual
Created attachment 441105 [details]
Diff color-filter-backgrounds-borders.html
Created attachment 441106 [details]
Expected color-filter-filter-list.html
Created attachment 441108 [details]
Actual color-filter-filter-list.html
It looks like the other tests failed in https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r284088%20(150)/results.html# are also failed because of the white with grey frame screen. compositing/overflow/overflow-change-reposition-descendants.html fast/attachment/attachment-border-should-stay-inside-attachment.html fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html imported/blink/fast/text/mixed-direction-bidi-wrap.html mathml/presentation/attributes-background-color.html mathml/presentation/attributes-display.html mathml/presentation/attributes-mathvariant.html mathml/presentation/mstyle-css-attributes.html The reference file in these cases is an html file, no? This probably means that the reference file is messing up it's rendering, not that ImageDiff is reporting things incorrectly *** Bug 232054 has been marked as a duplicate of this bug. *** *** Bug 232030 has been marked as a duplicate of this bug. *** *** Bug 232022 has been marked as a duplicate of this bug. *** I think the failure here is just a blank image, right? The gray frame is in the host document. "when those tests fail, it always fail together with many other tests": looks like a GPU Process crash. (In reply to Simon Fraser (smfr) from comment #13) > "when those tests fail, it always fail together with many other tests": > looks like a GPU Process crash. Is the GPU Process shared between multiple test runners? There is one GPU process per WKWebView, so no (I hope). (In reply to Simon Fraser (smfr) from comment #12) > I think the failure here is just a blank image, right? The gray frame is in > the host document. Updated the title. I was not able to reproduce the image failure locally on iOS 15 at r284088, which image failures happened on the bot, using run-webkit-tests --exit-after-n-crashes-or-timeouts 50 --exit-after-n-failures 500 --release --iphone-simulator --no-build --no-show-results --no-new-test-results --clobber-old-results --debug-rwt-logging --no-retry-failures --child-processes 8 Tried with a test list as well, but doesn't seem to be able to reproduce the image failure. The test run exits early after 50+ timeouts for some reasons. Created attachment 442083 [details]
test list
Ryan Haddad confirmed that this is no longer an issue as of 5/25/2022. |