The media/controls-right-click-on-timebar.html layout test is flaky on GTK+. The test was flaky and it was timing out and passing but after r184015 (https://trac.webkit.org/changeset/r184015) it is also failing. This test tests that clicking with the right button doesnt enables seek. The diff is the following: --- /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/media/controls-right-click-on-timebar-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-debug-tests/build/layout-test-results/media/controls-right-click-on-timebar-actual.txt @@ -3,5 +3,7 @@ RUN(video.autoplay = true) EVENT(playing) +EVENT(seeked) +Should not seek. FAIL END OF TEST Updating test expectations on bug 145250.
media/controls-right-click-on-timebar.html crashes sometimes, in addition to being flaky. I will add Crash expectation.