WebKit Bugzilla
Attachment 349666 Details for
Bug 183613
: [GTK] Layout test imported/w3c/web-platform-tests/media-source/interfaces.html is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-183613-20180913163213.patch (text/plain), 9.70 KB, created by
Ms2ger (he/him; ⌚ UTC+1/+2)
on 2018-09-13 07:32:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ms2ger (he/him; ⌚ UTC+1/+2)
Created:
2018-09-13 07:32:14 PDT
Size:
9.70 KB
patch
obsolete
>Subversion Revision: 235970 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 0f7913db91fba7da667f8c1b20d3cdf67c230867..bb8f1ba7c6d43f751cc3c0fe72bfd159d09f4ff2 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,15 @@ >+2018-09-13 Ms2ger <Ms2ger@igalia.com> >+ >+ [GTK] Enable media-source/interfaces.html. >+ https://bugs.webkit.org/show_bug.cgi?id=183613 >+ >+ Unreviewed test gardening. >+ >+ The platform-neutral expectation applies to the GTK port as well. >+ >+ * platform/gtk/TestExpectations: Remove expectation. >+ * platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt: Removed. >+ > 2018-09-12 Dean Jackson <dino@grorg.org> > > Header parsing for experimental and internal debug features >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index 4e7743b735afb5fbee8ab131463c18224b6c7aa2..be5c69aacb9a0835e08f929b9e6237a4e4a96662 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -3420,8 +3420,6 @@ webkit.org/b/183033 http/tests/plugins/supported-plugin-origin-specific-visibili > > webkit.org/b/183611 media/context-menu-actions.html [ Failure ] > >-webkit.org/b/183613 imported/w3c/web-platform-tests/media-source/interfaces.html [ Failure ] >- > webkit.org/b/183902 fast/dom/frame-loading-via-document-write.html [ Failure ] > > webkit.org/b/184080 animations/animation-direction-normal.html [ Failure ] >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt >deleted file mode 100644 >index 2c3cb4e3cf582c00d2303e1c21565700bd9e418c..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt >+++ /dev/null >@@ -1,100 +0,0 @@ >- >-PASS URL interface: operation createObjectURL(MediaSource) >-PASS AudioTrack interface: attribute sourceBuffer >-PASS VideoTrack interface: attribute sourceBuffer >-PASS TextTrack interface: attribute sourceBuffer >-PASS MediaSource interface: existence and properties of interface object >-PASS MediaSource interface object length >-PASS MediaSource interface object name >-PASS MediaSource interface: existence and properties of interface prototype object >-PASS MediaSource interface: existence and properties of interface prototype object's "constructor" property >-PASS MediaSource interface: attribute sourceBuffers >-PASS MediaSource interface: attribute activeSourceBuffers >-PASS MediaSource interface: attribute readyState >-PASS MediaSource interface: attribute duration >-PASS MediaSource interface: attribute onsourceopen >-PASS MediaSource interface: attribute onsourceended >-PASS MediaSource interface: attribute onsourceclose >-PASS MediaSource interface: operation addSourceBuffer(DOMString) >-PASS MediaSource interface: operation removeSourceBuffer(SourceBuffer) >-PASS MediaSource interface: operation endOfStream(EndOfStreamError) >-PASS MediaSource interface: operation setLiveSeekableRange(double, double) >-PASS MediaSource interface: operation clearLiveSeekableRange() >-PASS MediaSource interface: operation isTypeSupported(DOMString) >-PASS MediaSource must be primary interface of mediaSource >-PASS Stringification of mediaSource >-PASS MediaSource interface: mediaSource must inherit property "sourceBuffers" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "activeSourceBuffers" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "readyState" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "duration" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "onsourceopen" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "onsourceended" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "onsourceclose" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "addSourceBuffer(DOMString)" with the proper type >-PASS MediaSource interface: calling addSourceBuffer(DOMString) on mediaSource with too few arguments must throw TypeError >-PASS MediaSource interface: mediaSource must inherit property "removeSourceBuffer(SourceBuffer)" with the proper type >-PASS MediaSource interface: calling removeSourceBuffer(SourceBuffer) on mediaSource with too few arguments must throw TypeError >-PASS MediaSource interface: mediaSource must inherit property "endOfStream(EndOfStreamError)" with the proper type >-PASS MediaSource interface: calling endOfStream(EndOfStreamError) on mediaSource with too few arguments must throw TypeError >-PASS MediaSource interface: mediaSource must inherit property "setLiveSeekableRange(double, double)" with the proper type >-PASS MediaSource interface: calling setLiveSeekableRange(double, double) on mediaSource with too few arguments must throw TypeError >-PASS MediaSource interface: mediaSource must inherit property "clearLiveSeekableRange()" with the proper type >-PASS MediaSource interface: mediaSource must inherit property "isTypeSupported(DOMString)" with the proper type >-PASS MediaSource interface: calling isTypeSupported(DOMString) on mediaSource with too few arguments must throw TypeError >-PASS SourceBuffer interface: existence and properties of interface object >-PASS SourceBuffer interface object length >-PASS SourceBuffer interface object name >-PASS SourceBuffer interface: existence and properties of interface prototype object >-PASS SourceBuffer interface: existence and properties of interface prototype object's "constructor" property >-PASS SourceBuffer interface: attribute mode >-PASS SourceBuffer interface: attribute updating >-PASS SourceBuffer interface: attribute buffered >-PASS SourceBuffer interface: attribute timestampOffset >-PASS SourceBuffer interface: attribute audioTracks >-PASS SourceBuffer interface: attribute videoTracks >-PASS SourceBuffer interface: attribute textTracks >-PASS SourceBuffer interface: attribute appendWindowStart >-PASS SourceBuffer interface: attribute appendWindowEnd >-PASS SourceBuffer interface: attribute onupdatestart >-PASS SourceBuffer interface: attribute onupdate >-PASS SourceBuffer interface: attribute onupdateend >-PASS SourceBuffer interface: attribute onerror >-PASS SourceBuffer interface: attribute onabort >-PASS SourceBuffer interface: operation appendBuffer(BufferSource) >-PASS SourceBuffer interface: operation abort() >-PASS SourceBuffer interface: operation remove(double, unrestricted double) >-PASS SourceBuffer must be primary interface of sourceBuffer >-PASS Stringification of sourceBuffer >-PASS SourceBuffer interface: sourceBuffer must inherit property "mode" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "updating" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "buffered" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "timestampOffset" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "audioTracks" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "videoTracks" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "textTracks" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "appendWindowStart" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "appendWindowEnd" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdatestart" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdate" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdateend" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "onerror" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "onabort" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "appendBuffer(BufferSource)" with the proper type >-PASS SourceBuffer interface: calling appendBuffer(BufferSource) on sourceBuffer with too few arguments must throw TypeError >-PASS SourceBuffer interface: sourceBuffer must inherit property "abort()" with the proper type >-PASS SourceBuffer interface: sourceBuffer must inherit property "remove(double, unrestricted double)" with the proper type >-PASS SourceBuffer interface: calling remove(double, unrestricted double) on sourceBuffer with too few arguments must throw TypeError >-PASS SourceBufferList interface: existence and properties of interface object >-PASS SourceBufferList interface object length >-PASS SourceBufferList interface object name >-PASS SourceBufferList interface: existence and properties of interface prototype object >-PASS SourceBufferList interface: existence and properties of interface prototype object's "constructor" property >-PASS SourceBufferList interface: attribute length >-PASS SourceBufferList interface: attribute onaddsourcebuffer >-PASS SourceBufferList interface: attribute onremovesourcebuffer >-PASS SourceBufferList must be primary interface of mediaSource.sourceBuffers >-PASS Stringification of mediaSource.sourceBuffers >-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "length" with the proper type >-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onaddsourcebuffer" with the proper type >-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onremovesourcebuffer" with the proper type >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 183613
: 349666