[Webkit-unassigned] [Bug 190991] REGRESSION(r237180/r237489): [GTK] Layout test regressions from EME enablement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 18:17:15 PDT 2018


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
More failing since r237180:

media/encrypted-media/encrypted-media-constants.html
media/encrypted-media/encrypted-media-is-type-supported.html


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/encrypted-media/encrypted-media-constants-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/encrypted-media/encrypted-media-constants-actual.txt
@@ -1,12 +1,12 @@
 Test WebKitMediaKeyError constants and additional MediaError constant.

-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_UNKNOWN == '1') OK
-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_CLIENT == '2') OK
-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_SERVICE == '3') OK
-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_OUTPUT == '4') OK
-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_HARDWARECHANGE == '5') OK
-EXPECTED (WebKitMediaKeyError.MEDIA_KEYERR_DOMAIN == '6') OK
+ReferenceError: Can't find variable: WebKitMediaKeyError
+ReferenceError: Can't find variable: WebKitMediaKeyError
+ReferenceError: Can't find variable: WebKitMediaKeyError
+ReferenceError: Can't find variable: WebKitMediaKeyError
+ReferenceError: Can't find variable: WebKitMediaKeyError
+ReferenceError: Can't find variable: WebKitMediaKeyError

-EXPECTED (MediaError.MEDIA_ERR_ENCRYPTED == '5') OK
+EXPECTED (MediaError.MEDIA_ERR_ENCRYPTED == '5'), OBSERVED 'undefined' FAIL
 END OF TEST


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/encrypted-media/encrypted-media-is-type-supported-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/encrypted-media/encrypted-media-is-type-supported-actual.txt
@@ -1,22 +1,23 @@
+CONSOLE MESSAGE: line 11: TypeError: internals.initializeMockCDM is not a function. (In 'internals.initializeMockCDM()', 'internals.initializeMockCDM' is undefined)
 Test Encrypted Media extension of WebKitMediaKeys isTypeSupported() method.

 Always return false for a null type.
-EXPECTED (WebKitMediaKeys.isTypeSupported(null) == 'false') OK
+ReferenceError: Can't find variable: WebKitMediaKeys

 Always return false for an empty type.
-EXPECTED (WebKitMediaKeys.isTypeSupported('') == 'false') OK
-EXPECTED (WebKitMediaKeys.isTypeSupported('', '') == 'false') OK
-EXPECTED (WebKitMediaKeys.isTypeSupported('', null) == 'false') OK
-EXPECTED (WebKitMediaKeys.isTypeSupported('', undefined) == 'false') OK
-EXPECTED (WebKitMediaKeys.isTypeSupported('', 'video/invalid') == 'false') OK
+ReferenceError: Can't find variable: WebKitMediaKeys
+ReferenceError: Can't find variable: WebKitMediaKeys
+ReferenceError: Can't find variable: WebKitMediaKeys
+ReferenceError: Can't find variable: WebKitMediaKeys
+ReferenceError: Can't find variable: WebKitMediaKeys

 Always return true for supported types.
-EXPECTED (WebKitMediaKeys.isTypeSupported('com.webcore.mock') == 'true') OK
+ReferenceError: Can't find variable: WebKitMediaKeys

 Always return true for supported types and containers.
-EXPECTED (WebKitMediaKeys.isTypeSupported('com.webcore.mock', 'video/mock') == 'true') OK
+ReferenceError: Can't find variable: WebKitMediaKeys

 Always return false for supported types but unsupported containers.
-EXPECTED (WebKitMediaKeys.isTypeSupported('com.webcore.mock', 'video/invalid') == 'false') OK
+ReferenceError: Can't find variable: WebKitMediaKeys
 END OF TEST

-- 
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/20181028/92627571/attachment.html>


More information about the webkit-unassigned mailing list