| Summary: | [ iOS ] css3/background/background-repeat-space-content.html is a flaky image failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Karl Rackler <rackler> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ap, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=238965 | ||
|
Description
Karl Rackler
2022-05-03 14:06:38 PDT
I have marked this test as a flaky image failure while this issue is investigated. Pull request: https://github.com/WebKit/WebKit/pull/480 Test gardening commit r293739 (250227@main): <https://commits.webkit.org/250227@main> Reviewed commits have been landed. Closing PR #480 and removing active labels. For cases like this where the pixel differences are consistent, we should be using pixel tolerance to make them pass. Example: r288449 REPRODUCTION STEPS I can reproduce this on ToT (r293740). Command: run-webkit-tests --root 293740 --ios-simulator --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --details --debug-rwt-logging --pixel-tests --tolerance 0.10 --iterations 2000 --no-retry css3/background/background-repeat-space-content.html Result: Unexpected flakiness: image-only failures (1) css3/background/background-repeat-space-content.html [ ImageOnlyFailure Pass ] How can this be flaky? We are just drawing the same circle.png in both actual and expected. |