Skip to content

Commit

Permalink
[v2] fast/mediastream/device-change-event-2.html is flaky
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265180
rdar://118675428

Reviewed by Eric Carlson.

We retry several times the coalescing event.
This migth trigger varying console log messages.
To prevent flakiness, we put these log messages in stderr.

* LayoutTests/fast/mediastream/device-change-event-2-expected.txt:
* LayoutTests/fast/mediastream/device-change-event-2.html:

Canonical link: https://commits.webkit.org/271012@main
  • Loading branch information
youennf committed Nov 21, 2023
1 parent db10a88 commit 0761ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure
CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure

PASS 'devicechange' event fired when device list changes
PASS 'devicechange' events fired quickly are coalesced
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/fast/mediastream/device-change-event-2.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE HTML><!-- webkit-test-runner [ dumpJSConsoleLogInStdErr=true ] -->
<html>
<head>
<meta charset="utf-8">
Expand Down

0 comments on commit 0761ccf

Please sign in to comment.