RESOLVED FIXED 192148
[GTK] Four animation-frames related tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=192148
Summary [GTK] Four animation-frames related tests are flaky
Miguel Gomez
Reported 2018-11-29 07:24:34 PST
The four tests pass the majority of the times, but very rarely fail, all of them with the diffs shown below. All of them seem to be related to timeouts while waiting for callbacks. imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-exception.html [ Failure Pass ] --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-exception-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-exception-actual.txt @@ -1,4 +1,5 @@ -CONSOLE MESSAGE: line 22: Error: requestAnimationFrameException -PASS requestAnimationFrame callback exceptions are reported to error handler +Harness Error (TIMEOUT), message = null +TIMEOUT requestAnimationFrame callback exceptions are reported to error handler Test timed out + imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-invoked.html [ Failure Pass ] --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-invoked-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-invoked-actual.txt @@ -1,3 +1,5 @@ -PASS requestAnimationFrame callback is invoked at least once before the timeout +Harness Error (TIMEOUT), message = null +TIMEOUT requestAnimationFrame callback is invoked at least once before the timeout Test timed out + imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-multicalls.html [ Failure Pass ] --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-multicalls-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/callback-multicalls-actual.txt @@ -1,3 +1,5 @@ -PASS Check that multiple calls to requestAnimationFrame with the same callback will result in multiple entries being in the list with that same callback. +Harness Error (TIMEOUT), message = null +TIMEOUT Check that multiple calls to requestAnimationFrame with the same callback will result in multiple entries being in the list with that same callback. Test timed out + imported/w3c/web-platform-tests/html/webappapis/animation-frames/same-dispatch-time.html [ Failure Pass ] --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/same-dispatch-time-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/html/webappapis/animation-frames/same-dispatch-time-actual.txt @@ -1,3 +1,5 @@ -PASS requestAnimationFrame will timestamp events in the same queue with the same time +Harness Error (TIMEOUT), message = null +TIMEOUT requestAnimationFrame will timestamp events in the same queue with the same time Test timed out +
Attachments
Diego Pino
Comment 1 2020-06-19 00:35:55 PDT
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed. Committed r263254: <https://trac.webkit.org/changeset/263254>
Note You need to log in before you can comment on or make changes to this bug.