WebKit Bugzilla
Attachment 340566 Details for
Bug 185718
: [GTK][WPE] Test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185718-20180517113501.patch (text/plain), 8.36 KB, created by
Ms2ger (he/him; ⌚ UTC+1/+2)
on 2018-05-17 02:35:02 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ms2ger (he/him; ⌚ UTC+1/+2)
Created:
2018-05-17 02:35:02 PDT
Size:
8.36 KB
patch
obsolete
>Subversion Revision: 231891 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 8cb8808d9a88f195f9921dbc707f76c65777905e..2dc73c2d3c67f125a76eee50c94853dc78b225bd 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,22 @@ >+2018-05-17 Ms2ger <Ms2ger@igalia.com> >+ >+ [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 <ross.kirsling@sony.com> > > [WinCairo] Unreviewed gardening after WinCairoRequirements update. >diff --git a/LayoutTests/accessibility/gtk/spans-expected.txt b/LayoutTests/accessibility/gtk/spans-expected.txt >index 911da4743d22b6b872fb8f443d56f3585f1f33de..54e927157913eb32d45433ddab1a6f1463994d49 100644 >--- a/LayoutTests/accessibility/gtk/spans-expected.txt >+++ b/LayoutTests/accessibility/gtk/spans-expected.txt >@@ -1,6 +1,7 @@ > first block span > inline span > second block span >+ > first block span > inline span > second block span >diff --git a/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt b/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt >index a3b505fa830b3c3074ee7433172b7dc4241d3109..286001c83e51fd8f5f6881eb1b30bc9ba9b9f5be 100644 >--- a/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt >+++ b/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt >@@ -9,6 +9,7 @@ Block span in a link in a paragraph > > 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 >diff --git a/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js b/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js >index 6f9bedab02838527fb3d7e3a1b6fb8366f269226..ddb611285cde8399ab70454f948bf7c4012c23ef 100644 >--- a/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js >+++ b/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js >@@ -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"); >diff --git a/LayoutTests/js/script-tests/intl-pluralrules.js b/LayoutTests/js/script-tests/intl-pluralrules.js >index e45dbc525a95a36ff9ac82ff39d25d09b360a0d9..289f6114638647b9e2654d58a57f2e663c20464b 100644 >--- a/LayoutTests/js/script-tests/intl-pluralrules.js >+++ b/LayoutTests/js/script-tests/intl-pluralrules.js >@@ -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 >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index 92123f9c96c18eb966d15ebbc26555126a9180fd..8c62f2c8fe98752d41e8a9e01e2805ca4b812343 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -3375,6 +3375,9 @@ webkit.org/b/185254 imported/w3c/web-platform-tests/XMLHttpRequest/xmlhttpreques > > 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 > #//////////////////////////////////////////////////////////////////////////////////////// >diff --git a/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt b/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt >index ebbad67197d57d315c89696950b3fa7efd8db0eb..37031d024fc38644f553092b94bde6afec89b18e 100644 >--- a/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt >+++ b/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt >@@ -58,4 +58,5 @@ Dump of markup 14: > ðâð¨<#selection-caret>" > > Dump of markup 15: >+| <#selection-caret> > | <br> >diff --git a/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt b/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt >index e1eb94116a1467c24fb1d3491e9d0d7716b0b428..4e03d57ce6848bb670a4a7ba106375f5538a5f08 100644 >--- a/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt >+++ b/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt >@@ -42,4 +42,5 @@ Dump of markup 10: > ð¦ð»<#selection-caret>" > > Dump of markup 11: >+| <#selection-caret> > | <br> >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt >deleted file mode 100644 >index 1832d04781f78060517842f976970d3b86506fd5..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt >+++ /dev/null >@@ -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 >- >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt >deleted file mode 100644 >index f05d060c15f281fd4fa1aac9968ce040b7a82ca3..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt >+++ /dev/null >@@ -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 >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185718
: 340566