Title: [222386] trunk/LayoutTests
Revision
222386
Author
[email protected]
Date
2017-09-22 07:39:56 -0700 (Fri, 22 Sep 2017)

Log Message

Unreviewed GTK+ gardening. Adding failure expectations for failure tests
that mostly originate from recent font code changes and WPT updates.
Updating baselines for two tests that aren't failing otherwise.

* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222385 => 222386)


--- trunk/LayoutTests/ChangeLog	2017-09-22 14:30:24 UTC (rev 222385)
+++ trunk/LayoutTests/ChangeLog	2017-09-22 14:39:56 UTC (rev 222386)
@@ -1,5 +1,15 @@
 2017-09-22  Zan Dobersek  <[email protected]>
 
+        Unreviewed GTK+ gardening. Adding failure expectations for failure tests
+        that mostly originate from recent font code changes and WPT updates.
+        Updating baselines for two tests that aren't failing otherwise.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt:
+        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
+
+2017-09-22  Zan Dobersek  <[email protected]>
+
         Unreviewed GTK+ and WPE gardening. Adding baselines for the
         imported W3C WebCryptoAPI pbkdf2.worker.html where the
         libgcrypt-based implementation is exhibiting somewhat different

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (222385 => 222386)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-09-22 14:30:24 UTC (rev 222385)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-09-22 14:39:56 UTC (rev 222386)
@@ -3461,6 +3461,7 @@
 webkit.org/b/176649 fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
 
 webkit.org/b/176652 http/tests/cache-storage/cache-origins.https.html [ Failure ]
+webkit.org/b/176652 http/tests/cache-storage/cache-records-persistency.https.html [ Failure ]
 
 webkit.org/b/177294 platform/gtk/fonts/fontconfig-aliasing-settings.html [ Failure ]
 webkit.org/b/177294 fast/text/fitzpatrick-combination.html [ ImageOnlyFailure ]
@@ -3470,6 +3471,15 @@
 
 webkit.org/b/177296 editing/deleting/smart-delete-002.html [ Failure ]
 
+webkit.org/b/177319 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter.html [ Failure ]
+
+webkit.org/b/177362 imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html [ ImageOnlyFailure ]
+
+webkit.org/b/177363 imported/w3c/web-platform-tests/css/css-ui-3/text-overflow-022.html [ ImageOnlyFailure ]
+
+webkit.org/b/177364 fast/text/international/iso-8859-8.html [ Failure ]
+webkit.org/b/177364 fast/text/word-space-between-inlines.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt (222385 => 222386)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt	2017-09-22 14:30:24 UTC (rev 222385)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/media-source/interfaces-expected.txt	2017-09-22 14:39:56 UTC (rev 222386)
@@ -18,26 +18,28 @@
 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 setLiveSeekableRange(double, double) 
 PASS MediaSource interface: operation clearLiveSeekableRange() 
 PASS MediaSource interface: operation isTypeSupported(DOMString) 
-PASS MediaSource interface: mediaSource must inherit property "sourceBuffers" with the proper type (0) 
-PASS MediaSource interface: mediaSource must inherit property "activeSourceBuffers" with the proper type (1) 
-PASS MediaSource interface: mediaSource must inherit property "readyState" with the proper type (2) 
-PASS MediaSource interface: mediaSource must inherit property "duration" with the proper type (3) 
-PASS MediaSource interface: mediaSource must inherit property "onsourceopen" with the proper type (4) 
-PASS MediaSource interface: mediaSource must inherit property "onsourceended" with the proper type (5) 
-PASS MediaSource interface: mediaSource must inherit property "onsourceclose" with the proper type (6) 
-PASS MediaSource interface: mediaSource must inherit property "addSourceBuffer" with the proper type (7) 
+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" with the proper type (8) 
+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" with the proper type (9) 
+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" with the proper type (10) 
-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 (11) 
-PASS MediaSource interface: mediaSource must inherit property "isTypeSupported" with the proper type (12) 
+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 
@@ -60,26 +62,28 @@
 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 interface: sourceBuffer must inherit property "mode" with the proper type (0) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "updating" with the proper type (1) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "buffered" with the proper type (2) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "timestampOffset" with the proper type (3) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "audioTracks" with the proper type (4) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "videoTracks" with the proper type (5) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "textTracks" with the proper type (6) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "appendWindowStart" with the proper type (7) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "appendWindowEnd" with the proper type (8) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdatestart" with the proper type (9) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdate" with the proper type (10) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "onupdateend" with the proper type (11) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "onerror" with the proper type (12) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "onabort" with the proper type (13) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "appendBuffer" with the proper type (14) 
+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 (15) 
-PASS SourceBuffer interface: sourceBuffer must inherit property "remove" with the proper type (16) 
-PASS SourceBuffer interface: calling remove(double,unrestricted double) 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 
@@ -88,7 +92,9 @@
 PASS SourceBufferList interface: attribute length 
 PASS SourceBufferList interface: attribute onaddsourcebuffer 
 PASS SourceBufferList interface: attribute onremovesourcebuffer 
-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "length" with the proper type (0) 
-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onaddsourcebuffer" with the proper type (1) 
-PASS SourceBufferList interface: mediaSource.sourceBuffers must inherit property "onremovesourcebuffer" with the proper type (2) 
+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 
 

Modified: trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt (222385 => 222386)


--- trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt	2017-09-22 14:30:24 UTC (rev 222385)
+++ trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt	2017-09-22 14:39:56 UTC (rev 222386)
@@ -2333,6 +2333,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').value is VRPose
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').value is VTTCue
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to