inspector/animation/lifecycle-css-transition.html Description: This test is flaky failing on Mac Debug. History: Diff: --- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/animation/lifecycle-css-transition-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/inspector/animation/lifecycle-css-transition-actual.txt @@ -28,6 +28,5 @@ Destroying animations... -PASS: Animation destroyed. -PASS: Removed animation has expected ID. +!! TIMEOUT: took longer than 10000ms
<rdar://problem/59330006>
I have marked this test as failing while this issue is investigated. https://trac.webkit.org/changeset/256227/webkit
Here is the history: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fanimation%2Flifecycle-css-transition.html&platform=mac&style=debug&limit=50000 I was able to reproduce this issue on r256437 with the command below. run-webkit-tests inspector/animation/lifecycle-css-transition.html --iterations 3000 --exit-after-n-failures 5 --debug --force -f Result: [6/3000] inspector/animation/lifecycle-css-transition.html failed unexpectedly (text diff) [6/3000] inspector/animation/lifecycle-css-transition.html failed unexpectedly (text diff) [6/3000] inspector/animation/lifecycle-css-transition.html failed unexpectedly (text diff) [6/3000] inspector/animation/lifecycle-css-transition.html failed unexpectedly (text diff) [6/3000] inspector/animation/lifecycle-css-transition.html failed unexpectedly (text diff) Exiting early after 5 failures. 5 tests run.
The test is consistently passing now. Removed expectation in r259782.