Bug 246547 - [ iOS ] animations/steps-transform-rendering-updates.html is a flaky failure
Summary: [ iOS ] animations/steps-transform-rendering-updates.html is a flaky failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-14 16:09 PDT by Hercules Hjalmarsson
Modified: 2023-01-10 07:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hercules Hjalmarsson 2022-10-14 16:09:52 PDT
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
Comment 1 Radar WebKit Bug Importer 2022-10-14 16:10:13 PDT
<rdar://problem/101190609>
Comment 3 Hercules Hjalmarsson 2022-10-14 16:12:29 PDT
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
Comment 4 EWS 2022-10-14 16:24:12 PDT
Test gardening commit 255563@main (691e28228b26): <https://commits.webkit.org/255563@main>

Reviewed commits have been landed. Closing PR #5402 and removing active labels.
Comment 5 Antoine Quint 2023-01-08 12:32:30 PST
Pull request: https://github.com/WebKit/WebKit/pull/8384
Comment 6 EWS 2023-01-10 07:21:05 PST
Committed 258723@main (9ef25b1b6392): <https://commits.webkit.org/258723@main>

Reviewed commits have been landed. Closing PR #8384 and removing active labels.