Bug 219825 - [GStreamer] webrtc/sframe-keys.html is failing since added in r270532
Summary: [GStreamer] webrtc/sframe-keys.html is failing since added in r270532
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-12 03:54 PST by Diego Pino
Modified: 2021-03-01 19:57 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.