Diff
Modified: trunk/LayoutTests/ChangeLog (205977 => 205978)
--- trunk/LayoutTests/ChangeLog 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/ChangeLog 2016-09-15 17:10:40 UTC (rev 205978)
@@ -1,3 +1,16 @@
+2016-09-15 Javier Fernandez <[email protected]>
+
+ [GTK] Unreviewed test gardening
+ https://bugs.webkit.org/show_bug.cgi?id=162019
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/fast/forms/menulist-clip-expected.png:
+ * platform/gtk/fast/forms/menulist-clip-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-expected.txt:
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt:
+
2016-09-15 Sergio Villar Senin <[email protected]>
[css-grid] Implement fit-content track size
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2016-09-15 17:10:40 UTC (rev 205978)
@@ -706,6 +706,10 @@
# No support for font-variant-* properties in @font-face declarations
webkit.org/b/161586 css3/font-feature-settings-font-face-rendering.html [ ImageOnlyFailure ]
+webkit.org/b/161962 fast/forms/implicit-submission.html [ Failure ]
+
+webkit.org/b/161960 fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Expected failures
#////////////////////////////////////////////////////////////////////////////////////////
@@ -1640,6 +1644,15 @@
webkit.org/b/160127 js/regress-139548.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cookie.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-cross-origin.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/anchor-same-origin.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cookie.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cross-origin-from-https.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/area-cross-origin.html [ Timeout ]
+webkit.org/b/162017 http/tests/navigation/ping-attribute/area-same-origin.html [ Timeout ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Tests timing out
#////////////////////////////////////////////////////////////////////////////////////////
@@ -2462,14 +2475,16 @@
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect.htm [ Failure ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-network-error-sync-events.sub.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
-imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Failure Timeout ]
+imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Pass ]
imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Pass ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Pass ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm [ Pass ]
+imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video.html [ Failure ]
webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/compositing/will-change/stacking-context-creation.html [ ImageOnlyFailure ]
@@ -2549,6 +2564,7 @@
webkit.org/b/153707 imported/w3c/web-platform-tests/dom/nodes/Document-characterSet-normalization.html [ Failure ]
webkit.org/b/153707 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
webkit.org/b/153707 imported/w3c/web-platform-tests/html/dom/interfaces.html [ Failure ]
+webkit.org/b/153707 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
webkit.org/b/153708 http/tests/cache/disk-cache/disk-cache-last-modified.html [ Failure ]
Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-clip-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-clip-expected.txt (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-clip-expected.txt 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-clip-expected.txt 2016-09-15 17:10:40 UTC (rev 205978)
@@ -17,8 +17,8 @@
RenderText {#text} at (215,17) size 4x17
text run at (215,17) width 4: "."
RenderBlock (anonymous) at (0,50) size 784x30
- RenderMenuList {SELECT} at (2,0) size 63x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- RenderBlock (anonymous) at (1,5) size 61x20
+ RenderMenuList {SELECT} at (2,0) size 48x30 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ RenderBlock (anonymous) at (1,5) size 46x20
RenderText at (0,0) size 46x20
text run at (0,0) width 46: "Apple"
RenderText {#text} at (0,0) size 0x0
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt 2016-09-15 17:10:40 UTC (rev 205978)
@@ -5,9 +5,14 @@
PASS Fetch with PUT with body
PASS Fetch with POST without body
PASS Fetch with POST with text body
-FAIL Fetch with POST with FormData body promise_test: Unhandled rejection with value: object "TypeError: Uploading FormData is not yet implemented"
+PASS Fetch with POST with FormData body
PASS Fetch with POST with Blob body
-FAIL Fetch with POST with ArrayBuffer body promise_test: Unhandled rejection with value: object "TypeError: Type error"
+PASS Fetch with POST with ArrayBuffer body
+PASS Fetch with POST with Uint8Array body
+PASS Fetch with POST with Int8Array body
+PASS Fetch with POST with Float32Array body
+PASS Fetch with POST with Float64Array body
+PASS Fetch with POST with DataView body
PASS Fetch with POST with Blob body with mime type
PASS Fetch with Chicken
PASS Fetch with Chicken with body
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt 2016-09-15 17:10:40 UTC (rev 205978)
@@ -5,8 +5,14 @@
PASS Fetch with PUT with body
PASS Fetch with POST without body
PASS Fetch with POST with text body
+FAIL Fetch with POST with FormData body Can't find variable: FormData
PASS Fetch with POST with Blob body
-FAIL Fetch with POST with ArrayBuffer body promise_test: Unhandled rejection with value: object "TypeError: Type error"
+PASS Fetch with POST with ArrayBuffer body
+PASS Fetch with POST with Uint8Array body
+PASS Fetch with POST with Int8Array body
+PASS Fetch with POST with Float32Array body
+PASS Fetch with POST with Float64Array body
+PASS Fetch with POST with DataView body
PASS Fetch with POST with Blob body with mime type
PASS Fetch with Chicken
PASS Fetch with Chicken with body
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-expected.txt (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-expected.txt 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-expected.txt 2016-09-15 17:10:40 UTC (rev 205978)
@@ -1,6 +1,9 @@
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
-Harness Error (TIMEOUT), message = null
-
PASS Redirect 301 in "follow" mode without location
PASS Redirect 301 in "manual" mode without location
PASS Redirect 301 in "follow" mode with invalid location
@@ -27,8 +30,8 @@
PASS Redirect 307 in "manual" mode with data location
PASS Redirect 308 in "follow" mode without location
PASS Redirect 308 in "manual" mode without location
-TIMEOUT Redirect 308 in "follow" mode with invalid location Test timed out
-TIMEOUT Redirect 308 in "manual" mode with invalid location Test timed out
-TIMEOUT Redirect 308 in "follow" mode with data location Test timed out
-TIMEOUT Redirect 308 in "manual" mode with data location Test timed out
+PASS Redirect 308 in "follow" mode with invalid location
+PASS Redirect 308 in "manual" mode with invalid location
+PASS Redirect 308 in "follow" mode with data location
+PASS Redirect 308 in "manual" mode with data location
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt (205977 => 205978)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt 2016-09-15 17:07:14 UTC (rev 205977)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt 2016-09-15 17:10:40 UTC (rev 205978)
@@ -1,6 +1,9 @@
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
+CONSOLE MESSAGE: Cross-origin redirection to data:,data%20url denied by Cross-Origin Resource Sharing policy: URL is either a non-HTTP URL or contains credentials.
-Harness Error (TIMEOUT), message = null
-
PASS Redirect 301 in "follow" mode without location
PASS Redirect 301 in "manual" mode without location
PASS Redirect 301 in "follow" mode with invalid location
@@ -27,8 +30,8 @@
PASS Redirect 307 in "manual" mode with data location
PASS Redirect 308 in "follow" mode without location
PASS Redirect 308 in "manual" mode without location
-TIMEOUT Redirect 308 in "follow" mode with invalid location Test timed out
-TIMEOUT Redirect 308 in "manual" mode with invalid location Test timed out
-TIMEOUT Redirect 308 in "follow" mode with data location Test timed out
-TIMEOUT Redirect 308 in "manual" mode with data location Test timed out
+PASS Redirect 308 in "follow" mode with invalid location
+PASS Redirect 308 in "manual" mode with invalid location
+PASS Redirect 308 in "follow" mode with data location
+PASS Redirect 308 in "manual" mode with data location