Title: [224874] trunk/LayoutTests
Revision
224874
Author
ms2...@igalia.com
Date
2017-11-15 05:26:52 -0800 (Wed, 15 Nov 2017)

Log Message

[GTK][WPE] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=179726

Unreviewed test gardening.


* platform/gtk/TestExpectations: Add new expectations.
* platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt:
  Rebaseline for bug 179431.
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
  Rebaseline for ​bug 179494.
* platform/wpe/TestExpectations: Remove expectations that were redundant
  with other (more correct) expectations in the same file, or with the
  new expectation file.
* platform/wpe/fast/workers/WorkerGlobalScope-properties-prototype-expected.txt:
  Removed: bug 179094 improved the results and made them match the
  platform-neutral expectation file.
* platform/wpe/fast/workers/self-hasOwnProperty-expected.txt:
  Removed: bug 179094 improved the results and made them match the
  platform-neutral expectation file.
* platform/wpe/http/tests/uri/css-href-expected.txt: Added: missing baseline.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt:
  Rebaseline to make the test useful as a regression test.
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
  Rebaseline for ​bug 179494.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (224873 => 224874)


--- trunk/LayoutTests/ChangeLog	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/ChangeLog	2017-11-15 13:26:52 UTC (rev 224874)
@@ -1,3 +1,30 @@
+2017-11-15  Ms2ger  <ms2...@igalia.com>
+
+        [GTK][WPE] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=179726
+
+        Unreviewed test gardening.
+
+        * platform/gtk/TestExpectations: Add new expectations.
+        * platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt:
+          Rebaseline for bug 179431.
+        * platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
+          Rebaseline for ​bug 179494.
+        * platform/wpe/TestExpectations: Remove expectations that were redundant
+          with other (more correct) expectations in the same file, or with the
+          new expectation file.
+        * platform/wpe/fast/workers/WorkerGlobalScope-properties-prototype-expected.txt:
+          Removed: bug 179094 improved the results and made them match the
+          platform-neutral expectation file.
+        * platform/wpe/fast/workers/self-hasOwnProperty-expected.txt:
+          Removed: bug 179094 improved the results and made them match the
+          platform-neutral expectation file.
+        * platform/wpe/http/tests/uri/css-href-expected.txt: Added: missing baseline.
+        * platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt:
+          Rebaseline to make the test useful as a regression test.
+        * platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
+          Rebaseline for ​bug 179494.
+
 2017-11-14  Nan Wang  <n_w...@apple.com>
 
         AX: AOM: Implement AccessibleNode class and support label and role attributes

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (224873 => 224874)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-11-15 13:26:52 UTC (rev 224874)
@@ -3330,6 +3330,17 @@
 
 webkit.org/b/179605 editing/execCommand/underline-selection-containing-image.html [ Failure ]
 
+webkit.org/b/179721 media/video-fullscreen-restriction-removed.html [ Failure ]
+webkit.org/b/179721 fullscreen/full-screen-iframe-legacy.html [ Timeout ]
+webkit.org/b/179721 media/media-fullscreen-inline.html [ Timeout ]
+webkit.org/b/179721 media/media-fullscreen-not-in-document.html [ Timeout ]
+webkit.org/b/179721 media/media-fullscreen-return-to-inline.html [ Timeout ]
+webkit.org/b/179721 media/video-fullscreeen-only-playback.html [ Timeout ]
+
+webkit.org/b/179722 compositing/accelerated-layers-after-back.html [ Failure ]
+
+webkit.org/b/179723 accessibility/accessibility-object-model.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/gtk/fast/events/input-events-paste-rich-datatransfer-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -2,7 +2,7 @@
 
 destination after pasting (text/html):
 | <b>
-|   style="caret-color: rgb(255, 0, 0); color: rgb(255, 0, 0); font-family: -webkit-standard; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px;"
+|   style="caret-color: rgb(255, 0, 0); color: rgb(255, 0, 0); font-family: -webkit-standard; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;"
 |   "LayoutTests"
 |   <i>
 |     "are"

Modified: trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -134,6 +134,7 @@
 PASS a["clientHeight"] is 0
 PASS a["innerHTML"] is nerget
 PASS a["outerHTML"] is <a id="foo" href=""
+PASS a["accessibleNode"] is [object AccessibleNode]
 PASS a["oncopy"] is null
 PASS a["oncut"] is null
 PASS a["onpaste"] is null

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (224873 => 224874)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-15 13:26:52 UTC (rev 224874)
@@ -111,7 +111,6 @@
 #  Timing out
 Bug(WPE) webgl/1.0.2/conformance/context/context-creation-and-destruction.html [ Timeout ]
 Bug(WPE) webgl/1.0.2/conformance/extensions/oes-texture-float-with-video.html [ Timeout ]
-Bug(WPE) webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Timeout ]
 Bug(WPE) webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Timeout ]
 Bug(WPE) webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html [ Timeout ]
 Bug(WPE) webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html [ Timeout ]
@@ -750,7 +749,6 @@
 media/media-source/ [ Pass ]
 webkit.org/b/168373 media/media-source/media-source-error-crash.html [ Timeout ]
 webkit.org/b/171726 media/media-source/media-source-init-segment-duration.html [ Failure ]
-webkit.org/b/172816 media/media-source/media-source-paint-to-canvas.html [ Timeout ]
 webkit.org/b/168373 media/media-source/media-source-resize.html [ Failure ]
 webkit.org/b/165394 media/media-source/media-source-seek-detach-crash.html [ Timeout ]
 webkit.org/b/168373 media/media-source/only-bcp47-language-tags-accepted-as-valid.html [ Timeout ]
@@ -957,7 +955,6 @@
 webkit.org/b/178704 svg/css/svg-resource-fragment-identifier-img-src.html [ Crash ]
 
 webkit.org/b/178703 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.html [ Crash ]
-webkit.org/b/178707 imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub.html [ Timeout ]
 
 webkit.org/b/178705 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Failure ]
 webkit.org/b/178705 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Failure ]

Deleted: trunk/LayoutTests/platform/wpe/fast/workers/WorkerGlobalScope-properties-prototype-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/wpe/fast/workers/WorkerGlobalScope-properties-prototype-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/wpe/fast/workers/WorkerGlobalScope-properties-prototype-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -1,23 +0,0 @@
-Tests that WorkerGlobalScope's properties are on the prototype.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-self.__proto__.__proto__ === WorkerGlobalScope.prototype: true
-self.__proto__.__proto__.__proto__ === EventTarget.prototype: true
-self.__proto__.__proto__.__proto__.__proto__ === {}.__proto__: true
-self.__proto__.__proto__.hasOwnProperty('navigator') === true: true
-self.__proto__.__proto__.hasOwnProperty('self') === true: true
-self.__proto__.__proto__.hasOwnProperty('location') === true: true
-self.__proto__.__proto__.hasOwnProperty('close') === true: true
-self.__proto__.__proto__.hasOwnProperty('importScripts') === true: true
-self.__proto__.__proto__.hasOwnProperty('indexedDB') === true: false
-self.hasOwnProperty('navigator') === false: true
-self.hasOwnProperty('location') === false: true
-self.hasOwnProperty('close') === false: true
-self.hasOwnProperty('postMessage') === true: true
-self.hasOwnProperty('onmessage') === true: true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Deleted: trunk/LayoutTests/platform/wpe/fast/workers/self-hasOwnProperty-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/wpe/fast/workers/self-hasOwnProperty-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/wpe/fast/workers/self-hasOwnProperty-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -1,13 +0,0 @@
-Tests that self.hasOwnProperty() works in workers
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-self.hasOwnProperty('DedicatedWorkerGlobalScope'): true
-self.hasOwnProperty('WorkerGlobalScope'): true
-self.hasOwnProperty('postMessage'): true
-self.hasOwnProperty('IDBDatabase'): false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Added: trunk/LayoutTests/platform/wpe/http/tests/uri/css-href-expected.txt (0 => 224874)


--- trunk/LayoutTests/platform/wpe/http/tests/uri/css-href-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/http/tests/uri/css-href-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x576
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 53x17
+          text run at (0,0) width 53: "Test for "
+        RenderInline {A} at (0,0) size 68x17 [color=#0000EE]
+          RenderText {#text} at (53,0) size 68x17
+            text run at (53,0) width 68: "bug 11141"
+        RenderText {#text} at (121,0) size 341x17
+          text run at (121,0) width 8: ": "
+          text run at (129,0) width 333: "CSS '@import' doesn't respect HTML Base element."
+      RenderBlock {P} at (0,34) size 784x18 [color=#008000]
+        RenderText {#text} at (0,0) size 163x17
+          text run at (0,0) width 163: "This text should be green."
+      RenderBlock {P} at (0,68) size 784x54
+        RenderText {#text} at (0,0) size 770x53
+          text run at (0,0) width 378: "If it is red, the css has been loaded relative to the document. "
+          text run at (378,0) width 383: "If it is black, no stylesheet has been rendered, if it is rendered"
+          text run at (0,18) width 43: "green, "
+          text run at (43,18) width 463: "the stylesheet has been rendered correctly from the HREF attribute of the "
+          text run at (506,18) width 264: "Base element in the HEAD section of this"
+          text run at (0,36) width 66: "document."
+      RenderBlock {P} at (0,138) size 784x18 [color=#008000]
+        RenderText {#text} at (0,0) size 192x17
+          text run at (0,0) width 192: "This text should also be green."

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -1,4 +1,10 @@
-CONSOLE MESSAGE: line 9: ReferenceError: Can't find variable: run_all_fp_tests_allow_self
+Blocked access to external URL https://www.localhost:9443/encrypted-media/encrypted-media-default-feature-policy.https.sub.html#iframe#encrypted-media
 
-FAIL Untitled ReferenceError: Can't find variable: run_all_fp_tests_allow_self
 
+Harness Error (TIMEOUT), message = null
+
+PASS Default "encrypted-media" feature policy ["self"] allows the top-level document. 
+PASS Default "encrypted-media" feature policy ["self"] allows same-origin iframes. 
+TIMEOUT Default "encrypted-media" feature policy ["self"] disallows cross-origin iframes. Test timed out
+FAIL Feature policy "encrypted-media" can be enabled in cross-origin iframes using "allow" attribute. undefined is not an object (evaluating 'frame.allow.concat')
+

Modified: trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt (224873 => 224874)


--- trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt	2017-11-15 13:00:19 UTC (rev 224873)
+++ trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt	2017-11-15 13:26:52 UTC (rev 224874)
@@ -133,6 +133,7 @@
 PASS a["clientHeight"] is 0
 PASS a["innerHTML"] is nerget
 PASS a["outerHTML"] is <a id="foo" href=""
+PASS a["accessibleNode"] is [object AccessibleNode]
 PASS a["oncopy"] is null
 PASS a["oncut"] is null
 PASS a["onpaste"] is null
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to