Title: [229082] trunk
Revision
229082
Author
[email protected]
Date
2018-02-27 15:46:48 -0800 (Tue, 27 Feb 2018)

Log Message

Unreviewed GTK test gardening

Tools:

* TestWebKitAPI/glib/TestExpectations.json:

LayoutTests:

* TestExpectations:
* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (229081 => 229082)


--- trunk/LayoutTests/ChangeLog	2018-02-27 23:45:40 UTC (rev 229081)
+++ trunk/LayoutTests/ChangeLog	2018-02-27 23:46:48 UTC (rev 229082)
@@ -1,3 +1,10 @@
+2018-02-27  Michael Catanzaro  <[email protected]>
+
+        Unreviewed GTK test gardening
+
+        * TestExpectations:
+        * platform/gtk/TestExpectations:
+
 2018-02-27  Doug Russell  <[email protected]>
 
         AX: Spell check and style attributes should be optional when fetching attributed string

Modified: trunk/LayoutTests/TestExpectations (229081 => 229082)


--- trunk/LayoutTests/TestExpectations	2018-02-27 23:45:40 UTC (rev 229081)
+++ trunk/LayoutTests/TestExpectations	2018-02-27 23:46:48 UTC (rev 229082)
@@ -465,7 +465,6 @@
 webkit.org/b/136754 css3/flexbox/csswg/flex-items-flexibility.html [ ImageOnlyFailure ]
 webkit.org/b/136754 css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html [ ImageOnlyFailure ]
 webkit.org/b/136754 css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html [ ImageOnlyFailure ]
-webkit.org/b/136754 css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ ImageOnlyFailure ]
 webkit.org/b/136754 css3/flexbox/csswg/flexbox_generated-container.html [ ImageOnlyFailure ]
 webkit.org/b/136754 css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html [ ImageOnlyFailure ]
 webkit.org/b/136754 css3/flexbox/csswg/flexbox_min-height-auto.html [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (229081 => 229082)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-02-27 23:45:40 UTC (rev 229081)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-02-27 23:46:48 UTC (rev 229082)
@@ -1074,7 +1074,7 @@
 
 # eventSender.callAfterScrollingCompletes doesn't work.
 webkit.org/b/168189 fast/scrolling/arrow-key-scroll-in-rtl-document.html [ Failure ]
-webkit.org/b/168189 fast/scrolling/scroll-container-horizontally.html [ Failure ]
+webkit.org/b/168189 fast/scrolling/scroll-container-horizontally.html [ Failure Pass ]
 
 # Requires CACHE_PARTITIONING or an alternative implementation
 webkit.org/b/168366 http/tests/security/credentials-iframes.html
@@ -1308,6 +1308,8 @@
 
 webkit.org/b/182106 media/video-multiple-concurrent-playback.html [ Crash Pass Timeout ]
 
+webkit.org/b/183180 imported/blink/fast/forms/time-multiple-fields/time-multiple-fields-crash-by-focus-on-unload.html [ Crash Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Crashing tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1924,6 +1926,8 @@
 
 webkit.org/b/183037 http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html [ Timeout Pass ]
 
+webkit.org/b/183188 imported/blink/svg/as-image/image-change-with-equal-sizes.html [ ImageOnlyFailure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2248,6 +2252,10 @@
 
 webkit.org/b/182317 http/tests/resourceLoadStatistics/grandfathering.html [ Pass Failure ]
 
+webkit.org/b/183181 inspector/heap/getPreview.html [ Pass Timeout ]
+
+webkit.org/b/183186 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-template-element/additions-to-the-css-user-agent-style-sheet/css-user-agent-style-sheet-test-001.html [ Pass Timeout ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests timing out
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2490,8 +2498,6 @@
 webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Pass Failure ]
 webkit.org/b/123431 http/tests/local/link-stylesheet-load-order.html [ Failure Pass ]
 
-webkit.org/b/145253 http/tests/appcache/different-https-origin-resource-main.html  [ Failure ]
-
 #////////////////////////////////////////////////////////////////////////////////////////
 # 9. TESTS FAILING
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Tools/ChangeLog (229081 => 229082)


--- trunk/Tools/ChangeLog	2018-02-27 23:45:40 UTC (rev 229081)
+++ trunk/Tools/ChangeLog	2018-02-27 23:46:48 UTC (rev 229082)
@@ -1,3 +1,9 @@
+2018-02-27  Michael Catanzaro  <[email protected]>
+
+        Unreviewed GTK test gardening
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2018-02-27  Doug Russell  <[email protected]>
 
         AX: Spell check and style attributes should be optional when fetching attributed string

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (229081 => 229082)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-02-27 23:45:40 UTC (rev 229081)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-02-27 23:46:48 UTC (rev 229082)
@@ -47,6 +47,13 @@
             }
         }
     },
+    "TestWebKitWebContext": {
+        "subtests": {
+            "/webkit/WebKitWebContext/uri-scheme": {
+                "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/183183"}}
+            }
+        }
+    },
     "TestWebKitWebView": {
         "subtests": {
             "/webkit/WebKitWebView/backend": {
@@ -98,6 +105,9 @@
             },
             "WTF_WordLock.ContendedLongSection": {
                 "expected": {"all": {"slow": true}}
+            },
+            "WTF_WordLock.ManyContendedShortSections": {
+                "expected": {"all": {"slow": true}}
             }
         }
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to