Bug 219825

Summary: [GStreamer] webrtc/sframe-keys.html is failing since added in r270532
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, lmoura, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2020-12-12 03:54:41 PST
webrtc/sframe-keys.html [ Failure ]

r270532 added RTCRtpSFrameTransformer.cpp:updateEncryptionKey that needs to be supported or implemented in GTK/WPE.

Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270728%20(17426)/webrtc/sframe-keys-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/webrtc/sframe-keys-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/webrtc/sframe-keys-actual.txt
@@ -1,6 +1,14 @@
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
+CONSOLE MESSAGE: Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
 
 
+Harness Error (FAIL), message = The operation is not supported.
+
 PASS Audio exchange with SFrame setup
-PASS Add a new encryption key
-PASS Add a new encryption key with key id
+FAIL Add a new encryption key assert_true: key id 1 expected true got false
+FAIL Add a new encryption key with key id assert_true: key id 2 expected true got false
Comment 1 Lauro Moura 2021-03-01 19:57:20 PST
And r273158/bug222165 added support to BigInts as sframe key indentifiers, updating the test, that now is flaking timing out most of the time in release builds.

Skipping in release, keeping Failing expectation in debug.