Bug 301000
| Summary: | [ macOS Tahoe ] fast/repaint/block-inputrange-repaint.html is a constant text failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | New Bugs | Assignee: | Aditya Keerthi <akeerthi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jbedard, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
fast/forms/month/month-editable-components/month-editable-components-mouse-events.html
fast/html/text-field-input-types.html
fast/repaint/block-inputrange-repaint.html
are constant text failures on macOS Tahoe
It seems that these tests have been failing since they have been introduced into Tahoe
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=fast%2Frepaint%2Fblock-inputrange-repaint.html&test=fast%2Fhtml%2Ftext-field-input-types.html&test=fast%2Fforms%2Fmonth%2Fmonth-editable-components%2Fmonth-editable-components-mouse-events.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162884649>
Bryan Medina
I was able to reproduce the failures locally on my device running macOS Tahoe using:
run-webkit-tests <test_name_here> --debug
Bryan Medina
Pull request: https://github.com/WebKit/WebKit/pull/52574
EWS
Test gardening commit 301738@main (2b13a23212d7): <https://commits.webkit.org/301738@main>
Reviewed commits have been landed. Closing PR #52574 and removing active labels.
Jonathan Bedard
Diff looks like:
--- /Volumes/Data/worker/Apple-Tahoe-Release-WK2-Tests/build/layout-test-results/fast/repaint/block-inputrange-repaint-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-WK2-Tests/build/layout-test-results/fast/repaint/block-inputrange-repaint-actual.txt
@@ -1,4 +1,4 @@
-PASS repaintRects.indexOf('493 8 17 17') is not -1
+FAIL repaintRects.indexOf('493 8 17 17') should not be -1.
PASS successfullyParsed is true
TEST COMPLETE
This seems likely to be a Liquid Glass regression.
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/53595
EWS
Committed 302739@main (27fc80667d2b): <https://commits.webkit.org/302739@main>
Reviewed commits have been landed. Closing PR #53595 and removing active labels.