Title: [227528] trunk
Revision
227528
Author
ms2...@igalia.com
Date
2018-01-24 10:04:53 -0800 (Wed, 24 Jan 2018)

Log Message

WPE-focused test gardening.
https://bugs.webkit.org/show_bug.cgi?id=182051

Unreviewed test gardening.


Tools:

* TestWebKitAPI/glib/TestExpectations.json: TestWebKitFindController failure was fixed in r227418.

LayoutTests:

* TestExpectations:
  - Remove expectation for css3/parse-alignment-of-root-elements.html (rebaselined in r227432).
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html:
  Started failing in r226404; this applies the change from
  https://github.com/w3c/web-platform-tests/commit/b4fa639477ba204f175fd242a335be888ce91371
  to make it pass again.
* platform/gtk/TestExpectations:
  - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
* platform/wpe/TestExpectations:
  - Remove expectation for fast/canvas/fallback-content.html (started passing in r226814-r226837, inclusive).
  - Override generic failure expectation for imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html
    (it has been passing for as long as it has run).
  - Update path for imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html after r225561.
  - Remove expectation for fast/events/tabindex-focus-blur-all.html (started passing in r226814-r226837, inclusive).
  - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
  - Add expectation for http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html (failing since it was added).
  - Add expectation for fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html (failing since it was added).
  - Skip fast/text/user-installed-fonts/ (the feature is not supported).
  - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html (rebaselined in r226965).
  - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html (rebaselined in r226965).
  - Mark perf/show-hide-table-rows.html as flaky (as was intended).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (227527 => 227528)


--- trunk/LayoutTests/ChangeLog	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/LayoutTests/ChangeLog	2018-01-24 18:04:53 UTC (rev 227528)
@@ -1,3 +1,32 @@
+2018-01-24  Ms2ger  <ms2...@igalia.com>
+
+        WPE-focused test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=182051
+
+        Unreviewed test gardening.
+
+        * TestExpectations:
+          - Remove expectation for css3/parse-alignment-of-root-elements.html (rebaselined in r227432).
+        * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html:
+          Started failing in r226404; this applies the change from
+          https://github.com/w3c/web-platform-tests/commit/b4fa639477ba204f175fd242a335be888ce91371
+          to make it pass again.
+        * platform/gtk/TestExpectations:
+          - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
+        * platform/wpe/TestExpectations:
+          - Remove expectation for fast/canvas/fallback-content.html (started passing in r226814-r226837, inclusive).
+          - Override generic failure expectation for imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html
+            (it has been passing for as long as it has run).
+          - Update path for imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html after r225561.
+          - Remove expectation for fast/events/tabindex-focus-blur-all.html (started passing in r226814-r226837, inclusive).
+          - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
+          - Add expectation for http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html (failing since it was added).
+          - Add expectation for fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html (failing since it was added).
+          - Skip fast/text/user-installed-fonts/ (the feature is not supported).
+          - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html (rebaselined in r226965).
+          - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html (rebaselined in r226965).
+          - Mark perf/show-hide-table-rows.html as flaky (as was intended).
+
 2018-01-24  Chris Fleizach  <cfleiz...@apple.com>
 
         AX: Provide a way for VoiceOver to uniquely identify a web session

Modified: trunk/LayoutTests/TestExpectations (227527 => 227528)


--- trunk/LayoutTests/TestExpectations	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/LayoutTests/TestExpectations	2018-01-24 18:04:53 UTC (rev 227528)
@@ -513,9 +513,6 @@
 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html [ Pass Failure ]
 imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html [ Pass Failure ]
 
-# css alignment tests
-webkit.org/b/172711 css3/parse-alignment-of-root-elements.html [ Failure ]
-
 # selectors
 webkit.org/b/64861 imported/w3c/web-platform-tests/css/selectors/selectors-dir-selector-ltr-001.html [ ImageOnlyFailure ]
 webkit.org/b/64861 imported/w3c/web-platform-tests/css/selectors/selectors-dir-selector-rtl-001.html [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html (227527 => 227528)


--- trunk/LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html	2018-01-24 18:04:53 UTC (rev 227528)
@@ -10,7 +10,7 @@
 	font-family: ahem;
 	background: blue;
 	height: 8em;
-	width: 35ex;
+	width: 35em;
 
 	display: flex;
 }

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (227527 => 227528)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-01-24 18:04:53 UTC (rev 227528)
@@ -3302,6 +3302,8 @@
 webkit.org/b/181662 fast/forms/auto-fill-button/input-strong-password-auto-fill-button.html [ Missing Failure ]
 webkit.org/b/181662 fast/forms/auto-fill-button/input-strong-confirmation-password-auto-fill-button.html [ Missing Failure ]
 
+webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (227527 => 227528)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2018-01-24 18:04:53 UTC (rev 227528)
@@ -159,7 +159,6 @@
 fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html [ Failure ]
 fast/canvas/canvas-toDataURL-webp.html [ Failure ]
 fast/canvas/drawImage-with-negative-source-destination.html [ Failure ]
-fast/canvas/fallback-content.html [ Failure ]
 fast/canvas/toDataURL-supportedTypes.html [ Failure ]
 fast/canvas/webgl/antialiasing-enabled.html [ Failure ]
 fast/canvas/webgl/context-creation-attributes.html [ Failure ]
@@ -213,6 +212,11 @@
 imported/w3c/web-platform-tests/dom/nodes/Document-constructor-svg.svg [ Timeout ]
 
 
+# WPT: 2dcontext
+# ==============
+imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html [ Pass ]
+
+
 # WPT: cors
 # =========
 
@@ -221,7 +225,7 @@
 
 # WPT: css
 # ========
-imported/w3c/web-platform-tests/css/css-grid-1/grid-items/grid-items-sizing-alignment-001.html [ Pass ]
+imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html [ Pass ]
 
 imported/w3c/web-platform-tests/css/css-pseudo/first-letter-002.html [ Pass ]
 imported/w3c/web-platform-tests/css/css-pseudo/first-letter-003.html [ Pass ]
@@ -694,7 +698,6 @@
 webkit.org/b/173419 fast/events/shadow-event-path-2.html [ Failure ]
 webkit.org/b/173419 fast/events/shadow-event-path.html [ Failure ]
 webkit.org/b/173419 fast/events/special-key-events-in-input-text.html [ Failure ]
-webkit.org/b/173419 fast/events/tabindex-focus-blur-all.html [ Failure ]
 webkit.org/b/173419 fast/events/touch/basic-multi-touch-events-limited.html [ Failure ]
 webkit.org/b/173419 fast/events/touch/basic-multi-touch-events.html [ Failure ]
 webkit.org/b/173419 fast/events/touch/document-create-touch-list.html [ Failure ]
@@ -1008,6 +1011,7 @@
 
 webkit.org/b/177873 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
 
+webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Failure ]
 webkit.org/b/177872 http/wpt/fetch/response-status-text.html [ Failure ]
 webkit.org/b/180749 http/wpt/offscreen-canvas/transferToImageBitmap-webgl.html [ ImageOnlyFailure ]
 webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.html [ Failure ]
@@ -1014,6 +1018,7 @@
 webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.worker.html [ Failure ]
 webkit.org/b/177871 http/wpt/resource-timing/rt-shared-resource-in-workers.html [ Failure ]
 webkit.org/b/168357 http/wpt/resource-timing/rt-initiatorType-media.html [ Pass ]
+webkit.org/b/181661 http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html [ Failure ]
 
 Bug(WPE) contentfiltering/ [ Skip ]
 Bug(WPE) http/wpt/beacon/contentextensions/ [ Skip ]
@@ -1135,6 +1140,7 @@
 
 webkit.org/b/179759 js/dom/removing-Cf-characters.html [ Pass Crash ]
 
+webkit.org/b/181659 fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Failure ]
 webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-false.html [ Timeout ]
 webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-true.html [ Timeout ]
 
@@ -1149,7 +1155,7 @@
 webkit.org/b/180134 webanimations/width-and-opacity-separate-animation-yields-no-compositing.html [ Failure ]
 
 # User-installed font infrastructure is ony present on certain OSes.
-webkit.org/b/180062 fast/text/user-installed-fonts/ [ ImageOnlyFailure ]
+webkit.org/b/180062 fast/text/user-installed-fonts/ [ Skip ]
 
 webkit.org/b/181224 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.html [ Crash ]
 webkit.org/b/181224 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html [ Crash ]
@@ -1157,9 +1163,6 @@
 
 webkit.org/b/175189 http/tests/resourceLoadStatistics/grandfathering.html [ Failure ]
 
-webkit.org/b/181532 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html [ Failure ]
-webkit.org/b/181532 imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html [ Timeout ]
-
 webkit.org/b/181533 imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering.html [ Pass Failure ]
 
-webkit.org/b/181534 imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering.html [ Pass Failure ]
+webkit.org/b/181534 perf/show-hide-table-rows.html [ Pass Failure ]

Modified: trunk/Tools/ChangeLog (227527 => 227528)


--- trunk/Tools/ChangeLog	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/Tools/ChangeLog	2018-01-24 18:04:53 UTC (rev 227528)
@@ -1,3 +1,12 @@
+2018-01-24  Ms2ger  <ms2...@igalia.com>
+
+        WPE-focused test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=182051
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/glib/TestExpectations.json: TestWebKitFindController failure was fixed in r227418.
+
 2018-01-23  Mark Lam  <mark....@apple.com>
 
         Update Poisoned pointers to take a Poison class instead of a uintptr_t&.

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (227527 => 227528)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-01-24 17:43:16 UTC (rev 227527)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-01-24 18:04:53 UTC (rev 227528)
@@ -40,9 +40,6 @@
             }
         }
     },
-    "TestWebKitFindController": {
-        "expected": {"wpe": {"status": ["CRASH"], "bug": "webkit.org/b/181472"}}
-    },
     "TestWebsiteData": {
         "subtests": {
             "/webkit/WebKitWebsiteData/databases": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to