Bug 190835 - REGRESSION (r236541): [ MacOS WK1 ] Layout Test animations/stacking-context-fill-forwards.html is failing
Summary: REGRESSION (r236541): [ MacOS WK1 ] Layout Test animations/stacking-context-f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-23 11:02 PDT by Truitt Savell
Modified: 2018-12-03 14:08 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2018-10-23 11:02:22 PDT
The following layout test is failing on MacOS High Sierra+ WK1

animations/stacking-context-fill-forwards.html

Probable cause:

Issue seems to have been introduced within recent weeks. The diff shows a very small change in the position of several boxes. A reproduction and regression needs to be done. 

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=animations%2Fstacking-context-fill-forwards.html

Diff:
https://build.webkit.org/results/Apple%20Mojave%20Release%20WK1%20(Tests)/r237352%20(459)/animations/stacking-context-fill-forwards-diffs.html
Comment 1 Truitt Savell 2018-10-24 16:46:51 PDT
Regressed this change to https://trac.webkit.org/changeset/236541/webkit

I used command:
run-webkit-tests --root testbuild-236541 animations/stacking-context-fill-forwards.html --iterations 500 -f -1

this command will reproduce the flakiness consistently. 

running this with 236540 causes no failures.
Comment 2 Radar WebKit Bug Importer 2018-10-25 10:01:49 PDT
<rdar://problem/45556756>
Comment 3 Truitt Savell 2018-12-03 14:08:36 PST
It seems this issue has been resolved. running the same command on a newer spade yeilds zero failures. 

comand:
run-webkit-tests --root testbuild-238794 animations/stacking-context-fill-forwards.html --iterations 5000 -f -1

marking issue resolved