| Summary: | REBASELINE REGRESSION(262768@main): [ iOS ]4X fast/block/lineboxcontain (layout-tests) are constant text failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=255211 | ||
|
Description
Robert Jenner
2023-04-10 16:40:18 PDT
I was able to reproduce these failures on iOS 16 Production ToT running the tests as follows: run-webkit-tests --iOS-simulator <test_goes_here> I was also able to bisect to a specific regression point. The failures occurred at 262768@main, but not at 262767@main. So it does appear that changes at https://commits.webkit.org/262768@main caused these tests to fail. However, these tests also appear to just need some re-baselines as they are only off by 1 pixel each. > So it does appear that changes at https://commits.webkit.org/262768@main
> caused these tests to fail. However, these tests also appear to just need
> some re-baselines as they are only off by 1 pixel each.
Correct. Sorry about that. :|
Test gardening commit 262794@main (2b7c4bdd1878): <https://commits.webkit.org/262794@main> Reviewed commits have been landed. Closing PR #12595 and removing active labels. (In reply to zalan from comment #3) > > So it does appear that changes at https://commits.webkit.org/262768@main > > caused these tests to fail. However, these tests also appear to just need > > some re-baselines as they are only off by 1 pixel each. > Correct. Sorry about that. :| No worries! I got it taken care of at https://commits.webkit.org/262794@main (In reply to Robert Jenner from comment #5) > (In reply to zalan from comment #3) > > > So it does appear that changes at https://commits.webkit.org/262768@main > > > caused these tests to fail. However, these tests also appear to just need > > > some re-baselines as they are only off by 1 pixel each. > > Correct. Sorry about that. :| > > No worries! I got it taken care of at https://commits.webkit.org/262794@main Thank you! |