fast/dom/nested-timer-visible-element-throttling.html along with multiple other tests under "throttling" re flaky failures History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=fast%2Fdom%2Fnested-timer-visible-element-throttling.html&test=fast%2Fdom%2Frepeating-timer-element-overflow-throttling.html&test=fast%2Fdom%2Frepeating-timer-element-overflowing-child-own-layer-throttling.html&test=fast%2Fdom%2Frepeating-timer-mixed-visible-display-none-elements-throttling.html&test=fast%2Fdom%2Frepeating-timer-visible-element-throttling.html&test=fast%2Fdom%2Ftimer-height-change-no-throttling.html&platform=mac Diff: --- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/fast/dom/nested-timer-visible-element-throttling-expected.txt +++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/fast/dom/nested-timer-visible-element-throttling-actual.txt @@ -6,9 +6,9 @@ The timer should initially not be throttled. PASS internals.isTimerThrottled(timeoutId) is false 5th iteration, timer should not have been throttled. -PASS wasThrottled is false +FAIL wasThrottled should be false. Was true. 6th iteration, timer should still be unthrottled. -PASS internals.isTimerThrottled(timeoutId) is false +FAIL internals.isTimerThrottled(timeoutId) should be false. Was true. PASS successfullyParsed is true TEST COMPLETE
<rdar://problem/58996561>
This started with: REGRESSION (r255158): http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe.html is a flaky failure https://bugs.webkit.org/show_bug.cgi?id=206839 https://trac.webkit.org/changeset/255338/webkit
Reverted r255338 for reason: Introduced flakiness in multiple throttling layout tests Committed r255388: <https://trac.webkit.org/changeset/255388>