[Webkit-unassigned] [Bug 190991] New: [GTK] Layout test regressions from EME enablement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 11:41:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190991

            Bug ID: 190991
           Summary: [GTK] Layout test regressions from EME enablement
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, cturner at igalia.com

I'm going to use this bug to track regressions caused by EME enablement in r237489. We'll have to decide what to do about these.

So far I've noticed fast/dom/navigator-detached-no-crash.html has broken. Text diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/navigator-detached-no-crash-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/navigator-detached-no-crash-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: Not enough arguments
 This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. 
  Check Navigator
 navigator.activeVRDisplays is OK
@@ -17,6 +18,7 @@
 navigator.plugins is OK
 navigator.product is OK
 navigator.productSub is OK
+navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
 navigator.userAgent is OK
@@ -40,6 +42,7 @@
 navigator.plugins is OK
 navigator.product is OK
 navigator.productSub is OK
+navigator.requestMediaKeySystemAccess() is OK
 navigator.sendBeacon() threw err TypeError: Not enough arguments
 navigator.serviceWorker is OK
 navigator.userAgent is OK

Looks like a couple expected changes, but the unhandled promise rejection looks bad.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181027/db2bac71/attachment.html>


More information about the webkit-unassigned mailing list