Diff
Modified: trunk/LayoutTests/ChangeLog (231891 => 231892)
--- trunk/LayoutTests/ChangeLog 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/ChangeLog 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,3 +1,22 @@
+2018-05-17 Ms2ger <[email protected]>
+
+ [GTK][WPE] Test gardening
+ https://bugs.webkit.org/show_bug.cgi?id=185718
+
+ Unreviewed test gardening.
+
+ * accessibility/gtk/spans-expected.txt: rebaseline for r231717.
+ * accessibility/gtk/spans-paragraphs-and-divs-expected.txt: rebaseline for r231717.
+ * js/script-tests/intl-numberformat-format-to-parts.js: skip (bug 185714).
+ * js/script-tests/intl-pluralrules.js: skip (bug 185714).
+ * platform/gtk/TestExpectations: skip new Intl tests (bug 185714).
+ * platform/gtk/editing/deleting/delete-emoji-1-expected.txt: rebaseline for r231630.
+ * platform/gtk/editing/deleting/delete-emoji-expected.txt: rebaseline for r231630.
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt:
+ Removed (platform-neutral expectation file applies since r231000).
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt:
+ Removed (platform-neutral expectation file applies since r231000).
+
2018-05-16 Ross Kirsling <[email protected]>
[WinCairo] Unreviewed gardening after WinCairoRequirements update.
Modified: trunk/LayoutTests/accessibility/gtk/spans-expected.txt (231891 => 231892)
--- trunk/LayoutTests/accessibility/gtk/spans-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/accessibility/gtk/spans-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,6 +1,7 @@
first block span
inline span
second block span
+
first block span
inline span
second block span
Modified: trunk/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt (231891 => 231892)
--- trunk/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -9,6 +9,7 @@
Inline span in a paragraph
Block span in a paragraph
+
Block span in a link in a div
Inline span in a link in a div
Block span in a div
Modified: trunk/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js (231891 => 231892)
--- trunk/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,4 +1,4 @@
-//@ skip if $hostOS == "windows" or $hostOS == "darwin"
+//@ skip if $hostOS == "windows" or $hostOS == "darwin" or $hostOS == "linux"
description("This test checks the behavior of Intl.NumberFormat.prototype.formatToParts as described in the ECMAScript Internationalization API Specification.");
shouldBeType("Intl.NumberFormat.prototype.formatToParts", "Function");
Modified: trunk/LayoutTests/js/script-tests/intl-pluralrules.js (231891 => 231892)
--- trunk/LayoutTests/js/script-tests/intl-pluralrules.js 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/js/script-tests/intl-pluralrules.js 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,4 +1,4 @@
-//@ skip if $hostOS == "windows"
+//@ skip if $hostOS == "windows" or $hostOS == "linux"
description("This test checks the behavior of Intl.PluralRules as described in the ECMAScript Internationalization API Specification.");
// https://tc39.github.io/ecma402/#pluralrules-objects
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (231891 => 231892)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-05-17 10:17:28 UTC (rev 231892)
@@ -3375,6 +3375,9 @@
webkit.org/b/185548 accessibility/scroll-to-make-visible-iframe-offscreen.html [ Failure ]
+webkit.org/b/185714 js/intl-numberformat-format-to-parts.html [ Failure ]
+webkit.org/b/185714 js/intl-pluralrules.html [ Failure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt (231891 => 231892)
--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -58,4 +58,5 @@
💋‍👨<#selection-caret>"
Dump of markup 15:
+| <#selection-caret>
| <br>
Modified: trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt (231891 => 231892)
--- trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -42,4 +42,5 @@
👦🏻<#selection-caret>"
Dump of markup 11:
+| <#selection-caret>
| <br>
Deleted: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt (231891 => 231892)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,14 +0,0 @@
-CONSOLE MESSAGE: line 10: Fetch API cannot load about:blank. Cross origin requests are only supported for HTTP.
-CONSOLE MESSAGE: Fetch API cannot load about:blank. The URL can’t be shown
-CONSOLE MESSAGE: line 10: Fetch API cannot load about:blank. Cross origin requests are only supported for HTTP.
-CONSOLE MESSAGE: line 27: Fetch API cannot load about:invalid.com. Cross origin requests are only supported for HTTP.
-CONSOLE MESSAGE: line 27: Fetch API cannot load about:config. Cross origin requests are only supported for HTTP.
-CONSOLE MESSAGE: line 27: Fetch API cannot load about:unicorn. Cross origin requests are only supported for HTTP.
-
-FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
-FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: The URL can’t be shown"
-FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
-PASS Fetching about:invalid.com is KO
-PASS Fetching about:config is KO
-PASS Fetching about:unicorn is KO
-
Deleted: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt (231891 => 231892)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt 2018-05-17 08:16:40 UTC (rev 231891)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt 2018-05-17 10:17:28 UTC (rev 231892)
@@ -1,8 +0,0 @@
-
-FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
-FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: The URL can’t be shown"
-FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Cross origin requests are only supported for HTTP."
-PASS Fetching about:invalid.com is KO
-PASS Fetching about:config is KO
-PASS Fetching about:unicorn is KO
-