Diff
Modified: trunk/LayoutTests/ChangeLog (221256 => 221257)
--- trunk/LayoutTests/ChangeLog 2017-08-28 14:38:36 UTC (rev 221256)
+++ trunk/LayoutTests/ChangeLog 2017-08-28 15:29:44 UTC (rev 221257)
@@ -1,5 +1,14 @@
2017-08-28 Michael Catanzaro <[email protected]>
+ Unreviewed GTK/WPE test gardening
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/compositing/iframes/compositing-for-scrollable-iframe-expected.txt: Added.
+ * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
+ * platform/wpe/js/dom/global-constructors-attributes-expected.txt:
+
+2017-08-28 Michael Catanzaro <[email protected]>
+
New baseline for insecure-audio-video-in-main-frame.html should apply to all ports
The global baseline was never updated because the test has been failing on macOS.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (221256 => 221257)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2017-08-28 14:38:36 UTC (rev 221256)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2017-08-28 15:29:44 UTC (rev 221257)
@@ -243,7 +243,8 @@
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framerate.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-config-change-webm-v-framesize.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-duration.html [ Failure ]
-webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure ]
+# Crash in bug #176019
+webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-endofstream.html [ Failure Crash ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-errors.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html [ Failure ]
webkit.org/b/167108 imported/w3c/web-platform-tests/media-source/mediasource-is-type-supported.html [ Failure ]
@@ -1311,6 +1312,8 @@
webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-storage-match.https.html [ Crash ]
webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-storage-match.https.html [ Crash ]
+webkit.org/b/175575 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html [ Crash Pass ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Crashing tests
#////////////////////////////////////////////////////////////////////////////////////////
@@ -1856,7 +1859,8 @@
webkit.org/b/171600 css3/filters/composited-during-animation-layertree.html [ Pass Failure ]
-webkit.org/b/171844 compositing/visibility/visibility-simple-video-layer.html [ Pass ImageOnlyFailure Timeout ]
+# Crash is bug #175574
+webkit.org/b/171844 compositing/visibility/visibility-simple-video-layer.html [ Pass ImageOnlyFailure Timeout Crash ]
webkit.org/b/172283 inspector/worker/debugger-multiple-targets-pause.html [ Timeout Pass ]
@@ -3265,7 +3269,8 @@
webkit.org/b/171598 accessibility/gtk/menu-list-unfocused-notifications.html [ Failure ]
webkit.org/b/171726 imported/w3c/web-platform-tests/media-source/mediasource-redundant-seek.html [ Failure ]
-webkit.org/b/171726 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure ]
+# Crash is bug #176020
+webkit.org/b/171726 imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html [ Failure Crash ]
webkit.org/b/171726 imported/w3c/web-platform-tests/media-source/mediasource-seek-beyond-duration.html [ Failure ]
webkit.org/b/171726 imported/w3c/web-platform-tests/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
webkit.org/b/171726 media/media-source/media-source-init-segment-duration.html [ Failure ]
@@ -3366,6 +3371,13 @@
webkit.org/b/175932 http/tests/media/hls/video-cookie.html [ Failure ]
+webkit.org/b/176021 fast/events/overflow-viewport-renderer-deleted.html [ Missing ]
+
+webkit.org/b/176024 fast/forms/file/webkitdirectory-open-panel.html [ Failure ]
+
+webkit.org/b/176025 inspector/canvas/recording-webgl-snapshots.html [ Failure ]
+webkit.org/b/176025 inspector/canvas/recording-webgl.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
Added: trunk/LayoutTests/platform/gtk/compositing/iframes/compositing-for-scrollable-iframe-expected.txt (0 => 221257)
--- trunk/LayoutTests/platform/gtk/compositing/iframes/compositing-for-scrollable-iframe-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/compositing/iframes/compositing-for-scrollable-iframe-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x221
+ RenderBlock {HTML} at (0,0) size 800x221
+ RenderBody {BODY} at (8,8) size 784x205
+ RenderIFrame {IFRAME} at (0,0) size 102x202 [border: (1px solid #000000)]
+ layer at (0,0) size 308x416
+ RenderView at (0,0) size 85x185
+ layer at (0,0) size 85x416
+ RenderBlock {HTML} at (0,0) size 85x416
+ RenderBody {BODY} at (8,8) size 69x400
+ RenderBlock {DIV} at (0,0) size 300x400 [bgcolor=#808080]
+ RenderText {#text} at (0,0) size 0x0
Modified: trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt (221256 => 221257)
--- trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt 2017-08-28 14:38:36 UTC (rev 221256)
+++ trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
@@ -508,6 +508,26 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').value is FileSystem
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').value is FileSystemDirectoryEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').value is FileSystemFileEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt (221256 => 221257)
--- trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt 2017-08-28 14:38:36 UTC (rev 221256)
+++ trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt 2017-08-28 15:29:44 UTC (rev 221257)
@@ -513,6 +513,26 @@
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'FileReader').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').value is FileSystem
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystem').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').value is FileSystemDirectoryEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').value is FileSystemFileEntry
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemFileEntry').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').value is Float32Array
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'Float32Array').hasOwnProperty('set') is false