Bug 163782 - [GTK] media/video-played-ranges-1.html is crashing
Summary: [GTK] media/video-played-ranges-1.html is crashing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 08:04 PDT by Miguel Gomez
Modified: 2020-11-03 08:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2016-10-21 08:04:54 PDT
It was passing until r203598, when it started to crash every now and then.
Comment 1 Michael Catanzaro 2018-06-18 11:43:31 PDT
It still usually passes, but still occasionally crashes, and also occasionally fails with:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-played-ranges-1-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-played-ranges-1-actual.txt
@@ -8,56 +8,6 @@
 
 Test playing when there are no ranges
 RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 2 OK
-Test 3 OK
-Test 4 OK
-
-Test jumping forward into a new range and play
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 5 OK
-Test 6 OK
-Test 7 OK
-Test 8 OK
-Test 9 OK
-
-Test jumping backwards into a new range and play, should insert new range
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 10 OK
-Test 11 OK
-Test 12 OK
-Test 13 OK
-Test 14 OK
-Test 15 OK
-Test 16 OK
-
-Test playing into an existing range, should extend range start
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 17 OK
-Test 18 OK
-Test 19 OK
-Test 20 OK
-Test 21 OK
-Test 22 OK
-Test 23 OK
-
-Test jumping into an existing range and play beyond end, should extend range end
-RUN(handlePromise(video.play()))
-RUN(video.pause())
-EVENT(pause)
-Test 24 OK
-Test 25 OK
-Test 26 OK
-Test 27 OK
-Test 28 OK
-Test 29 OK
-Test 30 OK
+ERROR: test stalled, waited 2.1070001125335693 seconds for movie to play 0.100918 seconds FAIL
 END OF TEST
Comment 2 Diego Pino 2020-11-03 08:29:23 PST
This test(s) has been consistenly passing in the last 4000 revisions. Closing bug.