WebKit Bugzilla
Attachment 369430 Details for
Bug 197717
: [GTK] Unreviewed test gardening
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-197717-20190509001328.patch (text/plain), 19.30 KB, created by
Alicia Boya García
on 2019-05-08 15:13:29 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Alicia Boya García
Created:
2019-05-08 15:13:29 PDT
Size:
19.30 KB
patch
obsolete
>Subversion Revision: 245064 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index f32b5a20b8f25d234408b9c7c43bb5db7fe46b9d..dac790bf48e4ff315cc7f2b8d6e373a79f4420f4 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2019-05-08 Alicia Boya GarcÃa <aboya@igalia.com> >+ >+ [GTK] Unreviewed test gardening >+ https://bugs.webkit.org/show_bug.cgi?id=197717 >+ >+ * platform/gtk/TestExpectations: >+ * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: >+ * platform/gtk/inspector/css/shadow-scoped-style-expected.txt: Removed. >+ * platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: >+ > 2019-05-08 Wenson Hsieh <wenson_hsieh@apple.com> > > [iOS] Add a quirk to synthesize mouse events when modifying the selection >diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations >index a394fcd37913018959e852e3d0d8aeee7e8708d6..4fcdaee86b175efa2262beac5c73c509089bf521 100644 >--- a/LayoutTests/platform/gtk/TestExpectations >+++ b/LayoutTests/platform/gtk/TestExpectations >@@ -1231,6 +1231,9 @@ webkit.org/b/191005 inspector/canvas/resolveCanvasContext-webgpu.html [ Skip ] > # No support for resource load statistics yet > http/tests/resourceLoadStatistics/ [ Skip ] > >+# No support for screen capture >+fast/mediastream/screencapture-user-gesture.html [ Skip ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Expected failures. > # >@@ -2197,6 +2200,12 @@ webkit.org/b/197507 media/destructor-logging-crash.html [ Timeout Pass ] > > webkit.org/b/175662 inspector/canvas/recording-2d.html [ Failure Timeout ] > >+webkit.org/b/197711 imported/w3c/web-platform-tests/media-source/mediasource-correct-frames.html [ Pass Failure ] >+ >+webkit.org/b/197713 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html [ Pass Failure ] >+webkit.org/b/197714 imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-no-browsing-context.html [ Pass Failure ] >+webkit.org/b/197716 webgl/1.0.2/conformance/canvas/buffer-preserve-test.html [ Pass Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of Flaky tests > #//////////////////////////////////////////////////////////////////////////////////////// >@@ -3849,6 +3858,15 @@ webkit.org/b/197251 imported/w3c/web-platform-tests/css/css-shapes/shape-outside > > webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ] > >+webkit.org/b/197706 css-dark-mode/default-colors.html [ Failure ] >+ >+webkit.org/b/197708 http/wpt/beacon/beacon-async-error-logging.html [ Failure ] >+webkit.org/b/197708 http/wpt/beacon/cors/cors-preflight-cookie.html [ Failure ] >+ >+webkit.org/b/197709 imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html [ Failure ] >+ >+webkit.org/b/197473 imported/w3c/web-platform-tests/resource-timing/resource-timing-level1.sub.html [ Failure ] >+ > #//////////////////////////////////////////////////////////////////////////////////////// > # End of non-crashing, non-flaky tests failing > #//////////////////////////////////////////////////////////////////////////////////////// >diff --git a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >index d4b16b13dc5eb111b0fa01e213a1a0210fa9afe0..51d60a56f69a8cc22623b1cb65aa60c3928ab2d7 100644 >--- a/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >+++ b/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt >@@ -1,52 +1,10 @@ >-CONSOLE MESSAGE: line 137: Canvas area exceeds the maximum limit (width * height > 268435456). >- >-PASS createImageBitmap with a an HTMLCanvasElement source and sw set to 0 >-PASS createImageBitmap with a an HTMLCanvasElement source and sh set to 0 >-FAIL createImageBitmap with a an HTMLCanvasElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a an HTMLVideoElement source and sw set to 0 >-PASS createImageBitmap with a an HTMLVideoElement source and sh set to 0 >-FAIL createImageBitmap with a an HTMLVideoElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sw set to 0 >-PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sh set to 0 >-FAIL createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a a bitmap HTMLImageElement source and sw set to 0 >-PASS createImageBitmap with a a bitmap HTMLImageElement source and sh set to 0 >-FAIL createImageBitmap with a a bitmap HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a a vector HTMLImageElement source and sw set to 0 >-PASS createImageBitmap with a a vector HTMLImageElement source and sh set to 0 >-FAIL createImageBitmap with a a vector HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-FAIL createImageBitmap with a a bitmap SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError") >-FAIL createImageBitmap with a a bitmap SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError") >-FAIL createImageBitmap with a a bitmap SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError") >-FAIL createImageBitmap with a a vector SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError") >-FAIL createImageBitmap with a a vector SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError") >-FAIL createImageBitmap with a a vector SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError") >-FAIL createImageBitmap with a an OffscreenCanvas source and sw set to 0 promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')" >-FAIL createImageBitmap with a an OffscreenCanvas source and sh set to 0 promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')" >-FAIL createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')" >-PASS createImageBitmap with a an ImageData source and sw set to 0 >-PASS createImageBitmap with a an ImageData source and sh set to 0 >-FAIL createImageBitmap with a an ImageData source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: createImageBitmap with ImageData is not implemented" ("TypeError") expected object "InvalidStateError" ("InvalidStateError") >-PASS createImageBitmap with a an ImageBitmap source and sw set to 0 >-PASS createImageBitmap with a an ImageBitmap source and sh set to 0 >-FAIL createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a a Blob source and sw set to 0 >-PASS createImageBitmap with a a Blob source and sh set to 0 >-FAIL createImageBitmap with a a Blob source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with undefined image source. >-PASS createImageBitmap with null image source. >-PASS createImageBitmap with CanvasRenderingContext2D image source. >-PASS createImageBitmap with WebGLRenderingContext image source. >-PASS createImageBitmap with Uint8Array image source. >-PASS createImageBitmap with ArrayBuffer image source. >-PASS createImageBitmap with empty image source. >-PASS createImageBitmap with empty video source. >-PASS createImageBitmap with an oversized canvas source. >-FAIL createImageBitmap with an invalid OffscreenCanvas source. assert_throws: function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 >-PASS createImageBitmap with an undecodable blob source. >-PASS createImageBitmap with a broken image source. >-FAIL createImageBitmap with an available but undecodable image source. promise_test: Unhandled rejection with value: object "[object Event]" >-FAIL createImageBitmap with an available but zero height image source. assert_unreached: Should have rejected: undefined Reached unreachable code >-FAIL createImageBitmap with an available but zero width image source. assert_unreached: Should have rejected: undefined Reached unreachable code >-PASS createImageBitmap with a closed ImageBitmap. >- >+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> >+<html><head> >+<title>400 Bad Request</title> >+</head><body> >+<h1>Bad Request</h1> >+<p>Your browser sent a request that this server could not understand.<br /> >+</p> >+<hr> >+<address>Apache/2.4 Server at build.webkit.org Port 443</address> >+</body></html> >diff --git a/LayoutTests/platform/gtk/inspector/css/shadow-scoped-style-expected.txt b/LayoutTests/platform/gtk/inspector/css/shadow-scoped-style-expected.txt >deleted file mode 100644 >index 3c4b0be25a10947eafe8f03cdb4cca362fd12d37..0000000000000000000000000000000000000000 >--- a/LayoutTests/platform/gtk/inspector/css/shadow-scoped-style-expected.txt >+++ /dev/null >@@ -1,37 +0,0 @@ >-Test matched styles for nodes include shadow dom scoped styles. >- >-Before >-After >- >-== Running test suite: CSS.ShadowScopedStyle >--- Running test case: CSS.ShadowScopedStyle.HostStyles >-PASS: Node should have shadow roots. >-PASS: Node should not be in a shadow tree. >-PASS: Node should have an open shadow root. >-PASS: Node should have no pseudo element styles. >-STYLES: >-#shadow-host { >- padding: 5px; >-} >-#shadow-host { >- padding: 10px; >-} >-:host { >- padding: 20px; >-} >-address, article, aside, div, footer, header, hgroup, layer, main, nav, section { >-} >- >--- Running test case: CSS.ShadowScopedStyle.ElementInShadowTree >-PASS: Node should not have shadow roots. >-PASS: Node should be in a shadow tree. >-STYLES: >-#shadow-node { >- color: green; >-} >-div { >- color: blue; >-} >-address, article, aside, div, footer, header, hgroup, layer, main, nav, section { >-} >- >diff --git a/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt b/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt >index 8b7f568e3a452728276a325b0b0c22219490cd14..51d60a56f69a8cc22623b1cb65aa60c3928ab2d7 100644 >--- a/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt >+++ b/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt >@@ -1,186 +1,10 @@ >-Checks that get_by_pname doesn't get confused about which properties go where when it comes to stacic properties. >- >-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". >- >- >-PASS a["foo"] is 1 >-PASS a["bar"] is 2 >-PASS a["wibble"] is 3 >-PASS a["hick"] is 4 >-PASS a["hock"] is 5 >-PASS a["snood"] is 6 >-PASS a["charset"] is >-PASS a["coords"] is >-PASS a["download"] is >-PASS a["hreflang"] is >-PASS a["name"] is >-PASS a["ping"] is >-PASS a["rel"] is >-PASS a["rev"] is >-PASS a["shape"] is >-PASS a["target"] is >-PASS a["type"] is >-PASS a["text"] is nerget >-PASS a["relList"] is >-PASS a["origin"] is file:// >-PASS a["protocol"] is file: >-PASS a["username"] is >-PASS a["password"] is >-PASS a["host"] is >-PASS a["hostname"] is >-PASS a["port"] is >-PASS a["search"] is >-PASS a["hash"] is >-PASS a["title"] is >-PASS a["lang"] is >-PASS a["translate"] is true >-PASS a["dir"] is >-PASS a["dataset"] is [object DOMStringMap] >-PASS a["hidden"] is false >-PASS a["tabIndex"] is 0 >-PASS a["accessKey"] is >-PASS a["draggable"] is true >-PASS a["spellcheck"] is true >-PASS a["innerText"] is nerget >-PASS a["contentEditable"] is inherit >-PASS a["isContentEditable"] is false >-PASS a["offsetParent"] is [object HTMLBodyElement] >-PASS a["offsetTop"] is 714 >-PASS a["offsetLeft"] is 8 >-PASS a["offsetWidth"] is 39 >-PASS a["offsetHeight"] is 17 >-PASS a["outerText"] is nerget >-PASS a["webkitdropzone"] is >-PASS a["inputMode"] is >-PASS a["style"] is [object CSSStyleDeclaration] >-PASS a["onabort"] is null >-PASS a["onblur"] is null >-PASS a["oncanplay"] is null >-PASS a["oncanplaythrough"] is null >-PASS a["onchange"] is null >-PASS a["onclick"] is null >-PASS a["oncontextmenu"] is null >-PASS a["oncuechange"] is null >-PASS a["ondblclick"] is null >-PASS a["ondrag"] is null >-PASS a["ondragend"] is null >-PASS a["ondragenter"] is null >-PASS a["ondragleave"] is null >-PASS a["ondragover"] is null >-PASS a["ondragstart"] is null >-PASS a["ondrop"] is null >-PASS a["ondurationchange"] is null >-PASS a["onemptied"] is null >-PASS a["onended"] is null >-PASS a["onerror"] is null >-PASS a["onfocus"] is null >-PASS a["oninput"] is null >-PASS a["oninvalid"] is null >-PASS a["onkeydown"] is null >-PASS a["onkeypress"] is null >-PASS a["onkeyup"] is null >-PASS a["onload"] is null >-PASS a["onloadeddata"] is null >-PASS a["onloadedmetadata"] is null >-PASS a["onloadstart"] is null >-PASS a["onmousedown"] is null >-PASS a["onmouseenter"] is null >-PASS a["onmouseleave"] is null >-PASS a["onmousemove"] is null >-PASS a["onmouseout"] is null >-PASS a["onmouseover"] is null >-PASS a["onmouseup"] is null >-PASS a["onmousewheel"] is null >-PASS a["onpause"] is null >-PASS a["onplay"] is null >-PASS a["onplaying"] is null >-PASS a["onprogress"] is null >-PASS a["onratechange"] is null >-PASS a["onrejectionhandled"] is null >-PASS a["onreset"] is null >-PASS a["onresize"] is null >-PASS a["onscroll"] is null >-PASS a["onseeked"] is null >-PASS a["onseeking"] is null >-PASS a["onselect"] is null >-PASS a["onstalled"] is null >-PASS a["onsubmit"] is null >-PASS a["onsuspend"] is null >-PASS a["ontimeupdate"] is null >-PASS a["ontoggle"] is null >-PASS a["onunhandledrejection"] is null >-PASS a["onvolumechange"] is null >-PASS a["onwaiting"] is null >-PASS a["ontransitionend"] is null >-PASS a["ontransitionrun"] is null >-PASS a["ontransitionstart"] is null >-PASS a["ontransitioncancel"] is null >-PASS a["onanimationend"] is null >-PASS a["onanimationiteration"] is null >-PASS a["onanimationstart"] is null >-PASS a["onanimationcancel"] is null >-PASS a["namespaceURI"] is http://www.w3.org/1999/xhtml >-PASS a["prefix"] is null >-PASS a["localName"] is a >-PASS a["tagName"] is A >-PASS a["id"] is foo >-PASS a["className"] is >-PASS a["classList"] is >-PASS a["slot"] is >-PASS a["attributes"] is [object NamedNodeMap] >-PASS a["shadowRoot"] is null >-PASS a["scrollTop"] is 0 >-PASS a["scrollLeft"] is 0 >-PASS a["scrollWidth"] is 0 >-PASS a["scrollHeight"] is 0 >-PASS a["clientTop"] is 0 >-PASS a["clientLeft"] is 0 >-PASS a["clientWidth"] is 0 >-PASS a["clientHeight"] is 0 >-PASS a["innerHTML"] is nerget >-PASS a["outerHTML"] is <a id="foo" href="bar">nerget</a> >-PASS a["oncopy"] is null >-PASS a["oncut"] is null >-PASS a["onpaste"] is null >-PASS a["previousElementSibling"] is [object HTMLDivElement] >-PASS a["nextElementSibling"] is [object HTMLScriptElement] >-PASS a["children"] is [object HTMLCollection] >-PASS a["firstElementChild"] is null >-PASS a["lastElementChild"] is null >-PASS a["childElementCount"] is 0 >-PASS a["assignedSlot"] is null >-PASS a["nodeType"] is 1 >-PASS a["nodeName"] is A >-PASS a["isConnected"] is true >-PASS a["ownerDocument"] is [object HTMLDocument] >-PASS a["parentNode"] is [object HTMLBodyElement] >-PASS a["parentElement"] is [object HTMLBodyElement] >-PASS a["childNodes"] is [object NodeList] >-PASS a["firstChild"] is [object Text] >-PASS a["lastChild"] is [object Text] >-PASS a["previousSibling"] is [object Text] >-PASS a["nextSibling"] is [object Text] >-PASS a["nodeValue"] is null >-PASS a["textContent"] is nerget >-PASS a["ELEMENT_NODE"] is 1 >-PASS a["ATTRIBUTE_NODE"] is 2 >-PASS a["TEXT_NODE"] is 3 >-PASS a["CDATA_SECTION_NODE"] is 4 >-PASS a["ENTITY_REFERENCE_NODE"] is 5 >-PASS a["ENTITY_NODE"] is 6 >-PASS a["PROCESSING_INSTRUCTION_NODE"] is 7 >-PASS a["COMMENT_NODE"] is 8 >-PASS a["DOCUMENT_NODE"] is 9 >-PASS a["DOCUMENT_TYPE_NODE"] is 10 >-PASS a["DOCUMENT_FRAGMENT_NODE"] is 11 >-PASS a["NOTATION_NODE"] is 12 >-PASS a["DOCUMENT_POSITION_DISCONNECTED"] is 1 >-PASS a["DOCUMENT_POSITION_PRECEDING"] is 2 >-PASS a["DOCUMENT_POSITION_FOLLOWING"] is 4 >-PASS a["DOCUMENT_POSITION_CONTAINS"] is 8 >-PASS a["DOCUMENT_POSITION_CONTAINED_BY"] is 16 >-PASS a["DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC"] is 32 >-PASS successfullyParsed is true >- >-TEST COMPLETE >-nerget >+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> >+<html><head> >+<title>400 Bad Request</title> >+</head><body> >+<h1>Bad Request</h1> >+<p>Your browser sent a request that this server could not understand.<br /> >+</p> >+<hr> >+<address>Apache/2.4 Server at build.webkit.org Port 443</address> >+</body></html> >diff --git a/LayoutTests/platform/gtk/printing/page-with-10mm-left-margin-expected.txt b/LayoutTests/platform/gtk/printing/page-with-10mm-left-margin-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..51d60a56f69a8cc22623b1cb65aa60c3928ab2d7 >--- /dev/null >+++ b/LayoutTests/platform/gtk/printing/page-with-10mm-left-margin-expected.txt >@@ -0,0 +1,10 @@ >+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> >+<html><head> >+<title>400 Bad Request</title> >+</head><body> >+<h1>Bad Request</h1> >+<p>Your browser sent a request that this server could not understand.<br /> >+</p> >+<hr> >+<address>Apache/2.4 Server at build.webkit.org Port 443</address> >+</body></html> >diff --git a/LayoutTests/platform/gtk/printing/page-with-zero-margin-expected.txt b/LayoutTests/platform/gtk/printing/page-with-zero-margin-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..51d60a56f69a8cc22623b1cb65aa60c3928ab2d7 >--- /dev/null >+++ b/LayoutTests/platform/gtk/printing/page-with-zero-margin-expected.txt >@@ -0,0 +1,10 @@ >+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> >+<html><head> >+<title>400 Bad Request</title> >+</head><body> >+<h1>Bad Request</h1> >+<p>Your browser sent a request that this server could not understand.<br /> >+</p> >+<hr> >+<address>Apache/2.4 Server at build.webkit.org Port 443</address> >+</body></html>
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 197717
: 369430