Modified: trunk/LayoutTests/ChangeLog (244628 => 244629)
--- trunk/LayoutTests/ChangeLog 2019-04-25 00:03:10 UTC (rev 244628)
+++ trunk/LayoutTests/ChangeLog 2019-04-25 00:14:51 UTC (rev 244629)
@@ -1,3 +1,12 @@
+2019-04-24 Alicia Boya GarcĂa <[email protected]>
+
+ Unreviewed GTK test gardening
+ https://bugs.webkit.org/show_bug.cgi?id=197261
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/http/tests/inspector/network/har/har-page-expected.txt:
+ * platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Removed.
+
2019-04-24 Commit Queue <[email protected]>
Unreviewed, rolling out r244228.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (244628 => 244629)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2019-04-25 00:03:10 UTC (rev 244628)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2019-04-25 00:14:51 UTC (rev 244629)
@@ -1329,6 +1329,8 @@
webkit.org/b/196799 imported/blink/fast/css/first-letter-crash-document-disposal.html [ Pass Crash ]
+webkit.org/b/197256 http/tests/security/sandboxed-iframe-ALLOWED-modals.html [ Crash ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Crashing tests
#////////////////////////////////////////////////////////////////////////////////////////
@@ -2151,6 +2153,15 @@
webkit.org/b/196798 media/track/track-cue-css.html [ Failure Pass ]
+webkit.org/b/197245 animations/remove-syncing-animation.html [ Failure Pass ]
+
+webkit.org/b/197246 editing/pasteboard/smart-paste-003-trailing-whitespace.html [ Failure Pass ]
+
+webkit.org/b/197254 imported/w3c/web-platform-tests/css/css-animations/animationevent-types.html [ Failure Pass ]
+
+webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-display-none-001.html [ Failure Pass ]
+webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-within-display-none-001.html [ Failure Pass ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Flaky tests
#////////////////////////////////////////////////////////////////////////////////////////
@@ -3805,6 +3816,21 @@
webkit.org/b/196541 editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin.html [ Failure ]
+webkit.org/b/197248 fast/events/autoscroll-when-input-is-offscreen.html [ Failure ]
+webkit.org/b/197248 fast/events/autoscroll-with-software-keyboard.html [ Failure ]
+
+webkit.org/b/197251 fast/images/icon-decoding.html [ Failure ]
+webkit.org/b/197251 fast/images/reset-image-animation.html [ Failure ]
+webkit.org/b/197251 fast/images/slower-animation-than-decoding-image.html [ Failure ]
+webkit.org/b/197251 fast/images/slower-decoding-than-animation-image.html [ Failure ]
+webkit.org/b/197251 css3/shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
+webkit.org/b/197251 fast/images/animated-image-loop-count.html [ ImageOnlyFailure ]
+webkit.org/b/197251 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
+
+webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ]
+
+webkit.org/b/197260 imported/w3c/web-platform-tests/hr-time/test_cross_frame_start.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/platform/gtk/http/tests/inspector/network/har/har-page-expected.txt (244628 => 244629)
--- trunk/LayoutTests/platform/gtk/http/tests/inspector/network/har/har-page-expected.txt 2019-04-25 00:03:10 UTC (rev 244628)
+++ trunk/LayoutTests/platform/gtk/http/tests/inspector/network/har/har-page-expected.txt 2019-04-25 00:14:51 UTC (rev 244629)
@@ -563,13 +563,12 @@
"httpVersion": "<filtered>",
"cookies": [
{
- "name": "same-site-implicit-strict",
- "value": "same-site-implicit-strict",
+ "name": "same-site-ignored-because-no-value",
+ "value": "same-site-ignored-because-no-value",
"path": "/",
"expires": "",
"httpOnly": false,
- "secure": false,
- "sameSite": "Strict"
+ "secure": false
}
],
"headers": "<filtered>",
@@ -607,8 +606,8 @@
"value": "http-only"
},
{
- "name": "same-site-implicit-strict",
- "value": "same-site-implicit-strict"
+ "name": "same-site-ignored-because-no-value",
+ "value": "same-site-ignored-because-no-value"
},
{
"name": "same-site-strict",
@@ -634,13 +633,12 @@
"httpVersion": "<filtered>",
"cookies": [
{
- "name": "same-site-strict-because-invalid-SameSite-value",
- "value": "same-site-strict-because-invalid-SameSite-value",
+ "name": "same-site-ignored-because-unknown-value",
+ "value": "same-site-ignored-because-unknown-value",
"path": "/",
"expires": "",
"httpOnly": false,
- "secure": false,
- "sameSite": "Strict"
+ "secure": false
}
],
"headers": "<filtered>",
@@ -678,18 +676,18 @@
"value": "http-only"
},
{
- "name": "same-site-implicit-strict",
- "value": "same-site-implicit-strict"
+ "name": "same-site-ignored-because-no-value",
+ "value": "same-site-ignored-because-no-value"
},
{
+ "name": "same-site-ignored-because-unknown-value",
+ "value": "same-site-ignored-because-unknown-value"
+ },
+ {
"name": "same-site-strict",
"value": "same-site-strict"
},
{
- "name": "same-site-strict-because-invalid-SameSite-value",
- "value": "same-site-strict-because-invalid-SameSite-value"
- },
- {
"name": "simple",
"value": "simple"
},