RESOLVED FIXED 227172
[GLIB] REGRESSION(r278701): numerous WebRTC tests failing after libwebrtc update to M92
https://bugs.webkit.org/show_bug.cgi?id=227172
Summary [GLIB] REGRESSION(r278701): numerous WebRTC tests failing after libwebrtc upd...
Arcady Goldmints-Orlov
Reported 2021-06-18 10:59:18 PDT
The change in r278564 which updated libvpx has caused a number of WebRTC tests to start either failing or timing out on both GTK and WPE.
Attachments
Patch (6.21 KB, patch)
2021-06-18 13:52 PDT, Arcady Goldmints-Orlov
no flags
Patch (2.45 KB, patch)
2021-06-19 09:15 PDT, Philippe Normand
ews-feeder: commit-queue-
Patch (2.45 KB, patch)
2021-06-21 01:37 PDT, Philippe Normand
ews-feeder: commit-queue-
Arcady Goldmints-Orlov
Comment 1 2021-06-18 13:52:06 PDT
Philippe Normand
Comment 2 2021-06-19 01:25:24 PDT
The culprit is the libwebrtc update, see for instance: https://results.webkit.org/?suite=layout-tests&test=webrtc/datachannel/basic.html
Philippe Normand
Comment 3 2021-06-19 01:45:53 PDT
Comment on attachment 431787 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=431787&action=review Thanks for spotting this issue, Arcady. I found the problem, our port had data channel support disabled by mistake during the libwebrtc massive update... I have a patch fixing it, I'll likely land it unreviewed (2 lines added in a cmake file...) > LayoutTests/platform/glib/TestExpectations:1094 > -webkit.org/b/191006 webrtc/simulcast-h264.html [ Failure ] > +webkit.org/b/191006 webrtc/simulcast-h264.html [ Timeout ] The new bug should be added: webkit.org/b/227172 webkit.org/b/191006 webrtc/simulcast-h264.html [ Timeout ] > LayoutTests/platform/glib/TestExpectations:1161 > +webkit.org/b/227172 inspector/page/overrideSetting-ICECandidateFilteringEnabled.html [ Skip ] Skip should be for features not implemented by our ports.
Philippe Normand
Comment 4 2021-06-19 03:10:02 PDT
There's libvpx breakage as well indeed :( The libvpx included in the SDK is now too old for the ABI libwebrtc expects...
Philippe Normand
Comment 5 2021-06-19 09:15:44 PDT
Philippe Normand
Comment 6 2021-06-19 09:16:15 PDT
EWS won't pass until SDK update in bug 227176 is deployed.
Philippe Normand
Comment 7 2021-06-21 01:37:20 PDT
EWS
Comment 8 2021-06-21 03:13:34 PDT
Committed r279065 (238985@main): <https://commits.webkit.org/238985@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431837 [details].
Radar WebKit Bug Importer
Comment 9 2021-06-21 03:14:36 PDT
Carlos Alberto Lopez Perez
Comment 10 2021-06-21 18:57:42 PDT
*** Bug 227233 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.