Bug 207517
| Summary: | [ Mac Debug ] inspector/animation/lifecycle-css-transition.html is flaky failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac | ||
| OS: | Unspecified | ||
Jason Lawrence
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/59330006>
Jason Lawrence
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/256227/webkit
Jason Lawrence
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.
Ryan Haddad
The test is consistently passing now. Removed expectation in r259782.