Bug 246547
Summary: | [ iOS ] animations/steps-transform-rendering-updates.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
Component: | New Bugs | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rniwa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Hercules Hjalmarsson
animations/steps-transform-rendering-updates.html
Is a flaky text failure on iOS ToT. This was fixed by 255309@main and then the fix was reverted in 255320@main, causing this test to continue to flakily fail afterwards.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=animations/steps-transform-rendering-updates.html
DIFF:
@@ -1,5 +1,6 @@
PASS count is 0
-PASS count <= 9 is true
+FAIL count <= 9 should be true. Was false.
+Saw 10 updates
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101190609>
Hercules Hjalmarsson
BUILD URL:
https://build.webkit.org/results/Apple-iPadOS-16-Simulator-Release-WK2-Tests/255546@main%20(165)/results.html
Hercules Hjalmarsson
This issue can be reproduced using command:
run-webkit-tests -f --exit-after-n-failures 1 --force --child-processes=5 --iterations=100 --ios-simulator animations/steps-transform-rendering-updates.html
EWS
Test gardening commit 255563@main (691e28228b26): <https://commits.webkit.org/255563@main>
Reviewed commits have been landed. Closing PR #5402 and removing active labels.
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/8384
EWS
Committed 258723@main (9ef25b1b6392): <https://commits.webkit.org/258723@main>
Reviewed commits have been landed. Closing PR #8384 and removing active labels.