RESOLVED DUPLICATE of bug 210926191007
REGRESSION(r236465): [GTK] http/tests/media/media-stream/get-display-media-prompt.html is flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=191007
Summary REGRESSION(r236465): [GTK] http/tests/media/media-stream/get-display-media-pr...
Michael Catanzaro
Reported 2018-10-27 18:42:01 PDT
Layout test http/tests/media/media-stream/get-display-media-prompt.html has been a flaky timeout since r236465 "[MediaStream] Update constraints supported by getDisplayMedia". It used to always pass, and rarely still does, but usually times out: --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/media/media-stream/get-display-media-prompt-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/media/media-stream/get-display-media-prompt-actual.txt @@ -1,55 +1,2 @@ -Test basic getDisplayMedia prompting behavior +FAIL: Timed out waiting for notifyDone to be called -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 0 - -** Request an audio-only stream, the user should not be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 0 -PASS stream is undefined. -PASS err instanceof Error is true -PASS err.name is "TypeError" - -** Request an video-only stream, the user should be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 1 -PASS stream.getAudioTracks().length is 0 -PASS stream.getVideoTracks().length is 1 - -** Request a stream with audio and video, the user should be prompted but no audio track should be created ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 2 -PASS stream.getAudioTracks().length is 0 -PASS stream.getVideoTracks().length is 1 - -** Request a stream with 'max' constraints, the user should not be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 2 -PASS stream is undefined. -PASS err instanceof Error is true -PASS err.name is "TypeError" - -** Request a stream with 'min' constraints, the user should not be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 2 -PASS stream is undefined. -PASS err instanceof Error is true -PASS err.name is "TypeError" - -** Request a stream with 'advanced' constraints, the user should not be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 2 -PASS stream is undefined. -PASS err instanceof Error is true -PASS err.name is "TypeError" - -** Request a stream with valid constraints, the user should be prompted ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 3 -PASS stream.getAudioTracks().length is 0 -PASS stream.getVideoTracks().length is 1 - -** Request a stream with an exact audio constraint, it should be ignored ** -PASS numberOfTimesGetUserMediaPromptHasBeenCalled() is 4 -PASS stream.getAudioTracks().length is 0 -PASS stream.getVideoTracks().length is 1 - -PASS successfullyParsed is true - -TEST COMPLETE -
Attachments
Diego Pino
Comment 1 2020-02-05 04:06:36 PST
Test has been reporting Crash since r253368 ([GStreamer][MediaStream] Fix GStreamer capturer mock).
Philippe Normand
Comment 2 2021-07-11 08:45:51 PDT
*** This bug has been marked as a duplicate of bug 210926 ***
Note You need to log in before you can comment on or make changes to this bug.