Bug 306821
| Summary: | [Tahoe]fast/css-grid-layout/grid-item-display.html is a flaky text failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
fast/css-grid-layout/grid-item-display.html is a flaky text failure affecting MacOS Tahoe across all architectures.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fcss-grid-layout%2Fgrid-item-display.html
DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/fast/css-grid-layout/grid-item-display-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/fast/css-grid-layout/grid-item-display-actual.txt
@@ -1,47 +1,8 @@
This test checks that the grid items' 'display' computed value matches the specification. It also checks that the grid items are placed in the right grid area.
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
-PASS
+object
-PASS
-PASS
-object
-PASS
-PASS
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-
-PASS
-PASS
-PASS
DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/306658@main%20(1401)/fast/css-grid-layout/grid-item-display-pretty-diff.html
REPRODUCTION:
Reproduced on macOS Tahoe Tot with the following:
run-webkit-tests --release --force --no-retry --iterations 100 ifast/css-grid-layout/grid-item-display.html
I am going to mark expectations as pass fail while this pends investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169492659>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/57743
EWS
Test gardening commit 306671@main (e37df12c4478): <https://commits.webkit.org/306671@main>
Reviewed commits have been landed. Closing PR #57743 and removing active labels.
Diego De La Toba
This is a potential test race condition between the <body onload="checkLayout('.grid > *')"> event handler and the test runner determining the test is complete and dumping the output. This is why "object" is shown in the output sometimes.
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/57746
Diego De La Toba
(In reply to Diego De La Toba from comment #5)
> Pull request: https://github.com/WebKit/WebKit/pull/57746
This patch resolves the issue. Please review.