Bug 263027 - REGRESSION ( Sonoma ): [ Sonoma wk2 ] 3 tests in webrtc are consistent failure
Summary: REGRESSION ( Sonoma ): [ Sonoma wk2 ] 3 tests in webrtc are consistent failure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-11 11:29 PDT by Marta Darbinyan
Modified: 2023-11-02 16:46 PDT (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 Marta Darbinyan 2023-10-11 11:29:19 PDT
Description:
The following tests are constantly failing on Sonoma w2 starting from 269139@main.		
webrtc/video-replace-track.html	
webrtc/video-stats.html	
webrtc/video.html

Confirmed it can be reproduced on 269139@main by using the command:
run-webkit-tests --release --iterations=1 webrtc/video-replace-track.html


History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&test=webrtc%2Fvideo-replace-track.html&test=webrtc%2Fvideo-stats.html&test=webrtc%2Fvideo.html


Diff:

For webrtc/video-replace-track.html:	

@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure
+CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure


For webrtc/video-stats.html:
 
@@ -1,5 +1,5 @@
 
-PASS Basic video stats
+FAIL Basic video stats promise_test: Unhandled rejection with value: "checking inbound stats frame number increasing timed out"

For webrtc/video.html:

@@ -1,7 +1,8 @@
+CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure
 
 
 PASS Basic video exchange
 PASS Call setParameters to disable sending a given encoding
-PASS Call setParameters to reenable sending a given encoding
-PASS Call setParameters to reduce size by two
+FAIL Call setParameters to reenable sending a given encoding promise_test: Unhandled rejection with value: "checkVideoIsUpdated timed out :true 20"
+FAIL Call setParameters to reduce size by two assert_equals: expected 320 but got 640
Comment 1 Radar WebKit Bug Importer 2023-10-11 11:30:31 PDT
<rdar://problem/116820033>
Comment 2 Marta Darbinyan 2023-10-11 11:59:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18953
Comment 3 EWS 2023-10-11 12:49:32 PDT
Test gardening commit 269214@main (92948d2597d6): <https://commits.webkit.org/269214@main>

Reviewed commits have been landed. Closing PR #18953 and removing active labels.
Comment 4 EWS 2023-11-02 16:46:17 PDT
Test gardening commit 270148@main (7b458505c4a1): <https://commits.webkit.org/270148@main>

Reviewed commits have been landed. Closing PR #19914 and removing active labels.